Series - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


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

Description

• 

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(...).

Examples

 

Example 1.

First we initialize a Lie algebra and display the multiplication table.

(2.1)

 

The derived series:

Alg1 > 

(2.2)

 

The lower central series:

Alg1 > 

(2.3)

 

The upper central series:

Alg1 > 

(2.4)

 

Example 2.

We compute the different series for the subalgebra .

Alg1 > 

 

The derived series:

Alg1 > 

(2.5)

 

The lower central series:

Alg1 > 

(2.6)

 

The upper central series:

Alg1 > 

(2.7)

See Also

DifferentialGeometry

LieAlgebras

BracketOfSubspaces

Center

Centralizer

GeneralizedCenter

Query[Nilpotent]

Query[Solvable]

 


Download Help Document