LowerCentralSeries

LowerCentralSeries[L]
gives the lower central series for the Lie algebra L.
LowerCentralSeries[L, n]
gives the lowered central series for the Lie algebra L up to order n.
LowerCentralSeries[L, {n}]
gives the nth member of the lowered central series for the Lie algebra L.
  • The Lie algebra L can be given either from its structure constants or from its infinitesimal generator representation.
  • LowerCentralSeries returns the sequence of ideals L2 Li where, Li+1=[L, Li], i≥1 and L1=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 lower central series is:
In[3]:=
Click for copyable input
Out[3]=
It is evident that the Lie algebra is not nilpotent. 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 second member of the chain:
In[5]:=
Click for copyable input
Out[5]=