>
|
|
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.
3.
|
Initialize the Lie algebras and .
|
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) |
>
|
|
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 .
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 >
|
|
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 >
|
|
NV >
|
|
| (2.16) |
Let's do this last calculation directly from the definition. For this we need the Killing form and its inverse.
| (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 >
|
|
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 >
|
|
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 >
|
|
Here is the left-hand side of the adjoint equation.
NV >
|
|
Here is the right-hand side of the adjoint equation.
NV >
|
|
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.33) |
V >
|
|
| (2.34) |
V >
|
|
| (2.35) |
NV >
|
|
| (2.36) |
The equality of these matrices verifies the adjoint equation for given lists of forms.
| (2.37) |
Example 4.
Here are some sample calculations of the Kostant Laplacian.
A scalar:
NV >
|
|
A 2-form:
NV >
|
|
| (2.41) |
NV >
|
|
A 3-form:
NV >
|
|
| (2.43) |
NV >
|
|
| (2.44) |
Example 5.
We calculate the second cohomology
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
| (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) |