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

Online Help

All Products    Maple    MapleSim


LieAlgebras[Extension] - calculate a right or a central extension of a Lie algebra

Calling Sequences

     Extension(AlgName1, A, AlgName2)

     Extension(AlgName1, , AlgName2)

Parameters

     AlgName1 - a name or string, the name of the Lie algebra to be extended

     A        - a transformation, defining derivation of

             - a closed 2-form

     AlgName2 - a name or string, the name to be given to the Lie algebra extension

 

Description

Examples

See Also

Description

• 

Let  be a Lie algebra and let be a derivation on . Then the right extension of by is the Lie algebra  with Lie bracket

 ] = (for all and  

The right extension  is said to be trivial if splits as a Lie algebra direct sum where is isomorphic to . The extension is trivial precisely when is an inner derivation.

• 

Let be a Lie algebra and let  be a closed 2-form on . Then the central extension of by  is the Lie algebra  with Lie bracket

 ] = for all and  

The extension is said to be trivial if splits as a Lie algebra direct sum where is isomorphic to . The extension is trivial precisely when  is exact, that is,  = .

• 

Extension computes a right extension when its second argument is a matrix and a central extension when the second argument is a 2-form. The procedure returns the Lie algebra data structure for the extended algebra. The structure equations for the extension are displayed.

• 

The command Extension is part of the DifferentialGeometry:-LieAlgebras package. It can be used in the form Extension(...) only after executing the commands with(DifferentialGeometry) and with(LieAlgebras), but can always be used by executing DifferentialGeometry:-LieAlgebras:-Extension(...).

Examples

 

Example 1.

Calculate two right extensions and show that the first is trivial and the second is not. First initialize the Lie algebra Alg1 and display the multiplication table.

(2.1)

 

Here are two derivations we shall use to make right extensions.

Alg1 > 

 

Use the matrix A1 to make a right extension.

Alg1 > 

(2.2)

 

Initialize this Lie algebra. Since it was constructed using an inner derivation, it should be a trivial extension. This we check using the Decompose command.

Alg1 > 

(2.3)
Alg2 > 

(2.4)

 

Repeat these computations using the outer derivation A2.

Alg2 > 

(2.5)

 

Initialize this right extension. Since it was constructed using an outer derivation, it should be not be a trivial extension. This we check using the Decompose command.

Alg1 > 

(2.6)
Alg3 > 

(2.7)

 

Example 2.

Calculate two central extensions and show that the first is trivial and the second is not. First initialize the Lie algebra Alg4 and display the multiplication table. Now display the exterior derivatives of the 1-forms for Alg1.

Alg3 > 

(2.8)
Alg3 > 

Alg4 > 

(2.9)

 

Define a pair of 2-forms and check that they are closed.

Alg4 > 

(2.10)
Alg4 > 

(2.11)

 

Use  to make a central extension.

Alg4 > 

(2.12)

 

Initialize this Lie algebra. Since the form is exact, this central extension is trivial.

Alg4 > 

Alg5 > 

(2.13)

 

Now make the central extension using  This extension is indecomposable.

Alg4 > 

(2.14)
Alg4 > 

Alg6 > 

(2.15)

See Also

DifferentialGeometry, LieAlgebras, Adjoint, Decompose, Derivations, ExteriorDerivative, MultiplicationTable, Query


Download Help Document