LieAlgebras[Series] - find the derived series, lower central series, or upper central series of a Lie algebra or a Lie subalgebra
Calling Sequences
Series(AlgName, keyword)
Series(S, keyword)
Parameters
AlgName - (optional) the name of a Lie algebra
keyword - a string, one of "Derived", "Lower", "Upper"
S - a list of vectors defining a basis for a Lie subalgebra of a Lie algebra
Description
Examples
The derived series of a Lie algebra is the sequence of ideals defined inductively by and . See BracketOfSubspaces for the definition of the Lie bracket of 2 subspaces Note thatThe derived series terminates whenor . The Lie algebra is solvable if .
The lower central series of a Lie algebra is a sequence of ideals defined inductively by and . Note that The lower central series terminates when or. The Lie algebra is nilpotent if .
If is an ideal, then the generalized center is for all The upper central series of a Lie algebra is a sequence of ideals defined inductively by and Note that . The upper central series terminates whenor .
Series(AlgName, keyword) calculates the series defined by the keyword for the Lie algebra AlgName. If the first argument AlgName is omitted, then the appropriate series of the current Lie algebra is found.
Series(S, keyword) calculates the series defined by the keyword for the Lie subalgebra S (viewed as a Lie algebra in its own right).
Series returns a list of list of vectors where is a basis for the term in the appropriate series. The list ends with if [i] ; or [ii] in case of the derived and lower series if; or [iii] in the case of the upper series .
The dimensions of the subalgebras in these series can be easily computed with the Maple map and nops commands.
The command Series is part of the DifferentialGeometry:-LieAlgebras package. It can be used in the form Series(...) only after executing the commands with(DifferentialGeometry) and with(LieAlgebras), but can always be used by executing DifferentialGeometry:-LieAlgebras:-Series(...).
Example 1.
First we initialize a Lie algebra and display the multiplication table.
The derived series:
The lower central series:
The upper central series:
Example 2.
We compute the different series for the subalgebra .
See Also
DifferentialGeometry
LieAlgebras
BracketOfSubspaces
Center
Centralizer
GeneralizedCenter
Query[Nilpotent]
Query[Solvable]
Download Help Document