"Source: Text/Algebra/AlgLie.text";
"Line: 476";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgLie.text, line: 476
// Example: H110E4 ()
print "Example: H110E4";
ei := GetEchoInput();
SetEchoInput(true);
L<z,y,x> := FreeLieAlgebra(Rationals(), 3);
x*y;
(x, y);
((x*y)*z);                        
((x, y), z);                        
((x, y),(y, x));
assert $1 eq 0;
2*((x, y), z) - ((x, z), (y, z)) + 1/2*(x, (x, (y, z)));
SetEchoInput(ei);
