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

Online Help

All Products    Maple    MapleSim


LieAlgebras[Cohomology] -  compute  relative Lie algebra cohomology with coefficients in a representation

LieAlgebras[RelativeChains] - find the vector space of forms on a Lie algebra relative to a given subalgebra

LieAlgebras[ CohomologyDecomposition] -  decompose a closed form into the sum of an exact form and a form defining a cohomology class

Calling Sequences

 

     RelativeChains(h)

     Cohomology(C)

     CohomologyDecomposition(, H, h)

     CohomologyDecomposition(,  H, R)

Parameters

     h         - a list of vectors in a Lie algebra defining a subalgebra  

     C         - a list of lists where is a list of -forms

              - a  relative, closed form on

     H         - a list of closed -forms on  defining the basis for the (relative) cohomology of in degree

     R                 - a list of (-1)-forms on defining the basis for the relative chains of in degree

 

Description

Examples

Description

• 

Let be a -dimensional (real) Lie algebra. Let be the dual space of (the space of 1-forms on . When initializing a Lie algebra with DGsetup, the default labelling is  for the basis vectors and for the 1-forms. Denote by  the forms on : these are the alternating mult-linear maps . Let be a representation ofIf is a basis for let  and denote by the forms on  with coefficients in . These are the alternating mult-linear maps . Any form can be written as

The exterior derivative  is defined by the rules  and . If  is a subalgebra of , then the space of relative forms on with coefficients in  is

and  for all  .

 

A -form is closed if and exact if there a -form such that . The relative ,-dimensional Lie algebra cohomology of  with coefficients in the representation  is the space of closed  -forms module the exact -forms, that is,

 .

The cohomology  of , the relative Lie algebra cohomology and the cohomology of with coefficients in a represention all play an important role in Lie theory, in the differential geometry and topology of homogeneous spaces and in the Cartan equivalence method. The text by D. B. Fuks (Chapter 1) and the papers by Hochschild and Koszul contain the basic material on Lie Algebra cohomology. Also, see the help pages Deformation, Extensions, KostantCodifferential.

• 

The LieAlgebra package currently contains 3 commands: RelativeChains, Cohomology, and CohomologyDecomposition for finding Lie algebra cohomology.

• 

The command RelativeChains(h) returns a list of all relative chains .

• 

The command Cohomology(C) computes the cohomology of the sequence of forms . This requires that for all . If  is a list of forms onthen Cohomology(C) returns a list where is a basis for the cohomology in .

• 

The command CohomologyDecomposition(alpha, H, h) returns a pair of forms such that where is a linear combination of the cohomology representatives given by  and where is a relative form The form  is uniquely determined, the form is not. In particular, if the closed form is exact, then .

Examples

 

Example 1.

First we initialize a Lie algebra.

(2.1)

(2.2)

 

For this example we take h to be the trivial subspace. In this case the procedure RelativeChains simply returns a list of bases for the 1-forms on g, the 2-forms on g, the 3-forms on g, and so on.

Alg1 > 

(2.3)

 

We pass the output of the RelativeChains program to the Cohomology program.

Alg1 > 

(2.4)

 

To read off the dimensions of the cohomology of g, use the nops and map command.

Alg1 > 

(2.5)

 

Example 2.

We continue with Example 1. To find the cohomology of just in degree 3, pass the Cohomology program to just the chains of degree 2 and 3 and 4.

Alg1 > 

(2.6)

 

Example 3.

We continue with Example 1. Show that the 2-form  is closed and express  as a linear combination of the cohomology classes in  and the exterior derivative of a 1-form.

Alg1 > 

(2.7)
Alg1 > 

(2.8)
Alg1 > 

(2.9)
Alg1 > 

(2.10)

 

Example 4.

First we initialize a Lie algebra.

Alg1 > 

(2.11)
Alg1 > 

(2.12)

 

Define a 2 dimensional subspace  to be the vectors spanned by ..

Alg2 > 

(2.13)

 

Compute the relative chains with respect to the subspace .

Alg2 > 

(2.14)
Alg2 > 

(2.15)

 

Example 5.

In this example we compute the cohomology of a 4-dimensional Lie algebra with coefficients in the adjoint representation. First define and initialize the Lie algebra.

Rep1 > 

(2.16)
Rep1 > 

(2.17)

 

Define the representation space

Alg3 > 

(2.18)

 

Define the adjoint representation.

V > 

(2.19)
Alg3 > 

(2.20)

 

Note that the chains are now linear functions of the coordinates on the representation space.

Rep1 > 

(2.21)
Rep1 > 

(2.22)

 

Example 6.

Finally, we compute the Lie algebra cohomology of Alg3 with coefficients in the adjoint representation, relative to the subalgebra spanned bu

Rep1 > 

(2.23)
Rep1 > 

(2.24)
Rep1 > 

See Also

DifferentialGeometry

LieAlgebras

Deformation

ExteriorDerivative

Extension

KostantCodifferential

KostantLaplacian

MasseyProduct

 


Download Help Document