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

Online Help

All Products    Maple    MapleSim


LieAlgebras[KostantCodifferential] - calculate the Kostant co-differential of a p-form or a list of p-forms defined on a nilpotent Lie algebra with coefficients in a representation

LieAlgebras[KostantLaplacian] - calculate the Kostant Laplacian of a form defined on a nilpotent Lie algebra with coefficients in a representation

Calling Sequences

   KonstantCodifferential(, BinvB)

   KostantLaplacian(BinvB method)

Parameters

              - a form defined on a nilpotent Lie algebra with coefficients in a representation

     B         - (optional) the Killing form for the associated semi-simple Lie algebra

     invB      - (optional) the inverse of the Killing form

     method    - with the keyword argument method = "LieDerivative", the Kostant Laplacian is computed in terms of the Lie derivative operator

 

 

Description

Examples

Description

• 

Let  be a semi-simple Lie algebra and let  be a representation space for . Fix a grading of :

 and let  and .

 

Such gradings can be systematically constructed using the command GradeSemiSimpleLieAlgebra. The Lie algebra is nilpotent and the representation for restricts to give a representation space for . The commands Representation and RestrictedRepresentation can be used to create these representations for and .

• 

 Now let denote the space of -forms on with coefficients in . If and , ...are vectors in , then . The spaces can be constructed using the command DGsetup and RelativeChains. The exterior derivative defines a mapping while the Kostant co-differential is a map .

• 

The Kostant co-differential is easily defined in terms of the general Codifferentialoperator. Let  and let be the degree  multi-vector obtained by raising the indices of the form using the inverse of the Killing metric for . Take the co-differential of  to obtain the multi-vector X of degree  and use the Killing form to lower the indices of X to obtain a form. This is the Kostant co-differential of that is,

• 

The command PositiveDefiniteMetricOnRepresentationSpace can be to used to construct positive definite inner products on  and on such that the Kostant co-differential is the adjoint of the exterior derivative operator with respect to the induced inner product on , that is,

 for all and .

• 

The Kostant Laplacian is the map defined by

.

• 

The Kostant co-differential and Kostant Laplacian are very useful for the explicit calculation of the Lie algebra cohomology of the complex as

This is generally a much faster way to calculate these cohomology spaces than with a direct calculation using the command Cohomology. See also the command DGNullSpace.

• 

The optional arguments (Killing form and inverse Killing form) for KostantCodifferential and KostantLaplacian dramatically improve the computational efficiency of these commands.

• 

The formula for the Kostant Laplacian in terms of the Lie derivative is as follows. First pick a basis for  which is adapted to the decomposition . Let  be the dual basis for defined with respect to the Killing form , that is,  , . . Then

While this formula has important theoretical implications, it is used here primary as a consistency check on the software implementation of the Kostant Laplacian.

Examples

 

 

In this series of examples and applications we shall work with a 3-step graduation of the 10-dimensional real symplectic Lie algebra with coefficients in the adjoint representation.The following steps are needed to create the environment for defining the Kostant codifferential and the Kostant Laplacian.

 

1. 

 Use the command SimpleLieAlgebraData and DGsetup to initialize a simple Lie algebra .

2. 

 Use the command SimpleLieAlgebraProperties to retrieve the simple roots of  . Use the command GradeSemiSimpleAlgebra to construct a gradation of .

3. 

 Initialize the Lie algebras  and .

4. 

 Use the commands StandardRepresentation, Adjoint, Representation etc. to make a representation of . Use the RestrictedRepresentation command to restrict the representation of on  to

5. 

 Initialize the Lie algebra of  with coefficients in . Initialize the Lie algebra of  with coefficients in.

 

Step 1. Use the command SimpleLieAlgebraData to retrieve the structure equations for . Initialize this Lie algebra.

(2.1)

(2.2)

 

 Step 2. Various properties of the classical Lie algebras are available with the command SimpleLieAlgebraProperties. We need the simple roots here.

alg > 

alg > 

(2.3)

 

Every subset of the simple roots of a Lie algebra defines a grading of that algebra. Here we use all the roots of to obtain a 2-step gradation with the command GradeSemiSimpleLieAlgebra.

alg > 

(2.4)

 

Step 3. Note that the vectors define the negative part of  with respect to the chosen grading. The next step is to introduce a new basis for  adapted to the grading. We call  in this new basis and we call the negatively graded part

The negatively graded component  is always nilpotent. With the following calling sequence LieAlgebraData returns the structure equations for , the structure equations for , and the basis of our original algebra, adapted to the grading, and a basis for .

alg > 

(2.5)

Initialize the Lie algebras  and .

alg > 

(2.6)
sp4 > 

(2.7)

 

Step 4. Now we are ready to define the adjoint representation for and its restriction to . Since is 10-dimensional, we need a 10-dimensional representation space. Call it .

N > 

(2.8)

 

The command Adjoint gives the adjoint representation for

V > 

(2.9)

 

The command RestrictedRepresentation gives the restriction of the adjoint representation for  to the subalgebra. (The following calling sequence assumes that the first 4 vectors in the given basis define the subalgebra . )

sp4 > 

(2.10)

 

Step 5. Initialize the Lie algebra with coefficients in the adjoint representation. Call it  and label the basis vectors  and the basis 1-forms .

N > 

(2.11)

 

Initialize the Lie algebra  with coefficients in the adjoint representation of . Call it and label the basis vectors and the basis 1-forms . As described above the Kostant codifferential uses the embedding of  in This information is provided by the keyword argument ambientalgebra.

sp4V > 

(2.12)

 

Example 1.

Here are some sample calculations of the Kostant co-differential.

NV > 

(2.13)
NV > 

(2.14)
NV > 

(2.15)
NV > 

(2.16)

 

Let's do this last calculation directly from the definition. For this we need the Killing form and its inverse.

NV > 

(2.17)
NV > 

(2.18)

 

Re-define as a form on sp4R.

sp4V > 

(2.19)

 

Use the inverse of the Killing form to convert to a multi-vector :

sp4V > 

(2.20)

 

Take the co-differential of .

sp4V > 

(2.21)

 

Lower the indices of  with the Killing form.

sp4V > 

(2.22)

 

Example 2.

The square of the Kostant co-differential vanishes.

NV > 

(2.23)
NV > 

(2.24)
sp4V > 

(2.25)

 

Example 3.

We check that the Kostant co-differential is the adjoint of the exterior derivative. Here are the inner products we need (See PositiveDefiniteMetricOnRepresentationSpace) . 

sp4 > 

(2.26)
sp4 > 

(2.27)
sp4 > 

(2.28)
NV > 

(2.29)

 

Here is the left-hand side of the adjoint equation.

NV > 

(2.30)

 

Here is the right-hand side of the adjoint equation.

NV > 

(2.31)

 

We can easily check the adjoint equation for lists of forms. We use the command RelativeChains to generate lists of forms. For this example, we specify the weight of the forms to keep the lists small.

V > 

(2.32)
V > 

(2.33)
V > 

(2.34)
V > 

(2.35)
NV > 

(2.36)

 

The equality of these matrices verifies the adjoint equation for given lists of forms.

NV > 

(2.37)

 

 

Example 4.

Here are some sample calculations of the Kostant Laplacian.

 

A scalar:

NV > 

(2.38)
NV > 

(2.39)
NV > 

(2.40)

 

A 2-form:

NV > 

(2.41)
NV > 

(2.42)

 

A 3-form:

NV > 

(2.43)
NV > 

(2.44)

 

Example 5.

We calculate the second cohomology

V > 

(2.45)

 

Here are the 2-chains

V > 

(2.46)

 

For these cohomology calculations it is preferable to specify the Killing form and its inverse in the arguments for KostantCodifferential and KostantLaplacian. Otherwise the Killing form and its inverse will be re-calculated for each 2 form in

V > 

(2.47)
sp4V > 

(2.48)

 

Method 1. Here we shall calculate  using the DGNullSpace and IntersectSubspaces commands.

Here is.

NV > 

(2.49)

 

Here is First we make a small procedure which fixes the Killing form and its inverse in the arguments for KostantCodifferential.

sp4V > 

(2.50)
sp4V > 

(2.51)

 

Now calculate the intersection .

NV > 

(2.52)

 

Method 2. Here we shall calculate . Again we make a small procedure which fixes the Killing form and its inverse in the arguments for KostantLaplacian.

NV > 

(2.53)
NV > 

(2.54)
NV > 

 

See Also

Adjoint

Cohomology

DGNullSpace

ExteriorDerivative

GradeSemiSimpleLieAlgebra

FormInnerProduct

IntersectSubspaces

LieAlgebraData

PositiveDefiniteMetricOnRepresentationSpace

RestrictedRepresentation

SimpleLieAlgebraData

SimpleLieAlgebraProperties


Download Help Document