DerivedSeries

DerivedSeries[L]
gives the derived series for the Lie algebra L.
DerivedSeries[L, n]
gives the derived series for the Lie algebra L up to order n.
DerivedSeries[L, {n}]
gives the nth member of the derived series for the Lie algebra L.
  • The Lie algebra L can be given either from its structure constants or from its infinitesimal generator representation.
  • DerivedSeries returns the sequence of ideals L(2) L(i) where, L(i+1)=[L(i), L(i)], i≥1 and L(1)=L. The second argument specifies whether a portion or a specific member of the chain will be returned.
In[1]:=
Click for copyable input
Let the Lie algebra defined by the structure constants:
In[2]:=
Click for copyable input
The derived series is:
In[3]:=
Click for copyable input
Out[3]=
Obviously, the Lie algebra is solvable and terminates for i=2. To get the chain up to the first member other than the Lie algebra:
In[4]:=
Click for copyable input
Out[4]=
To get only the first member of the chain:
In[5]:=
Click for copyable input
Out[5]=