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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : DifferentialGeometry : LieAlgebras : SimpleLieAlgebraProperties

LieAlgebras[SimpleLieAlgebraProperties] - provide a table of properties for any real simple Lie algebra

Calling Sequences

     SimpleLieAlgebraProperties(alg)

Parameters

     alg     - a name or string, the name of a real simple Lie algebra created using SimpleLieAlgebraData

 

Description

Examples

Description

• 

 The DifferentialGeometry package provides two different approaches for studying simple and semi-simple Lie algebras. If a semi-simple Lie algebra arises, for example, as the symmetries of some geometric objects (metric, connections, differential equations) then there is an extensive set of commands for analyzing the structure of this algebra. These commands include CartanSubalgebra,  CartanMatrix, CartanMatrixToStandardForm, Killing, PositiveRoots, SimpleRoots, RootSpaceDecomposition, Cartan Decomposition. If one wishes to work with a specific real simple Lie algebra, then the structure equations are available with the command SimpleLieAlgebraData.  Many structural properties of the simple Lie algebras has been tabulated and are available using the procedure SimpleLieAlgebraProperties.

• 

The procedure SimpleLieAlgebraProperties returns a table whose indices specify the properties that are available for the given algebra. Let be a simple Lie algebra of dimension  and rank with Cartan subalgebra h, root space decomposition, and restricted root space decomposition

• 

 The following properties are computed.

"CartanDecomposition" : 2 lists of vectors k and p; where t is a subalgebra, p a subspace, [t, p] ⊆ p and [p, p] ⊆ t. The Killing form is negative-definite on t and positive-definite on p. )

Cartan Decomposition

 "CartanInvolution" : a transformation Θ : gg withand such that the symmetry bilinear form is positive-definite.) CartanInvolution

 

"CartanMatrix" : an matrix, the standard Cartan matrix for the root type of the Lie algebra. CartanMatrix

" : a list of vectors. A Cartan subalgebra h is a nilpotent subalgebra whose normalizer in g is itself, that is,  . The Cartan subalgebras for the classic matrix algebras are diagonal matrices. A basis is chosen such that the roots consist of integers or pure imaginary numbers (with integer coefficients). CartanSubalgebra,

"CartanSubalgebraDecomposition" : 2 lists of vectors spanning the Cartan subalgebra h. The Killing form is negative-definite on the first list and positive-definite on the second list.

"IwasawaDecomposition" : 3 lists of vectors such that , where k is a compact semi-simple subalgebra;  is abelian, and n nilpotent. The Killing form is positive-definite on

"KillingMatrix" : symmetric, non-degenerate matrix. Killing

"NegativeRootSpaces" : a table, the indices are the roots α ∈ (as lists) and the entries are vectors defining the root spaces . RootSpaceDecomposition

"NegativeRoots" : a list of column vectors defining the negative roots A root is negative if its first non-zero component is or , where  is a negative integer.

"PositiveRootSpaces" : a table, the indices are the roots α ∈ (as lists) and the entries are vectors defining the root spaces . RootSpaceDecomposition

"PositiveRoots" : a list of column vectors defining the positive roots  A root is positive if its first non-zero component is or , where  is a positive integer.  PositiveRoots

"RestrictedPositiveRoots" : a table, the indices are the restricted positive roots α ∈ (as lists) and the entries are lists of vectors defining the root spaces .%

"RestrictedRootSpaceDecomposition" : a table, the indices are the roots α ∈ (as lists) and the entries are lists of vectors defining the restricted root spaces .%

"RestrictedSimpleRoots" : a list of column vectors, giving the restricted simple roots

"RootSpaceDecomposition" : a table, the indices are the roots α ∈Δ (as lists) and the entries are vectors defining the root spaces . RootSpaceDecomposition

"SimpleRootSpaces" : a table, the indices are the simple roots α ∈(as lists) and the entries are vectors defining the root spaces .

"SimpleRoots" : a list of column vectors  defining the simple roots. Every positive root is a linear combination of the simple roots with positive integer coefficients. SimpleRoots

Not computed for compact Lie algebras, that is, if the Killing form is negative-definite.

% : Not computed for split-real forms, that is, if the root space decomposition is real.

 

• 

For split-real forms the standard Borel sub-algebra (see ParabolicSubalgebra) is also given.

• 

Many of these properties of simple and semi-simple Lie algebras can be checked with the Query command.

 

Examples

 

Example 1

We obtain the structural properties for the Lie algebra . This is the split real form for Lie algebras of root type A. First, we use the command SimpleLieAlgebraData to initialize this Lie algebra.

(2.1)

 

We use the command SimpleLieAlgebraProperties to obtain the properties of the Lie algebra .

Here are the indices for the table Properties.

sl4 > 

(2.2)

 

It is convenient to use the map and op commands to display the indices as a list of strings.

sl3 > 

(2.3)

 

Here are some of the individual properties for the Lie algebra .

sl3 > 

(2.4)
sl3 > 

(2.5)

 

The command LieAlgebraRoots lists the roots associated to this root space decomposition. Note that the roots are all real.

sl4 > 

 

Note that the first non-zero component of each positive root is positive and that the first non-zero component of each negative root is negative.

sl4 > 

sl4 > 

 

It is easy to check that positive roots are positive linear combinations of the simple roots.

sl4 > 

sl4 > 

(2.6)

 

We check that the Killing form is positive-definite on the first list of vectors CD[1] and negative-definitive on the second list of vectors.

sl4 > 

sl4 > 

 

Example 2

We obtain the structural properties for the Lie algebra . This is the compact form for Lie algebras of root type A. First, we use the command SimpleLieAlgebraData to initialize this Lie algebra.

 

(2.7)

 

We use the command SimpleLieAlgebraProperties to obtain the properties of the Lie algebra .

su4 > 

It is convenient to use the map and op commands to display the indices as a list of strings.

su4 > 

(2.8)

 

Here are some of the individual properties for the Lie algebra .

su4 > 

(2.9)
su4 > 

(2.10)

 

The roots are all pure imaginary numbers so that this is indeed the compact form.

su4 > 

 

The first non-zero coefficient of  in each positive root is positive.

su4 > 

su4 > 

 

Example 3

We obtain the structural properties for the Lie algebra . First, we use the command SimpleLieAlgebraData to initialize this Lie algebra.

 

(2.11)

 

We use the command SimpleLieAlgebraProperties to obtain the properties of the Lie algebra .

su22 > 

It is convenient to use the map and op commands to display the indices as a list of strings.

su22 > 

(2.12)

 

Here are some of the individual properties for the Lie algebra .

su22 > 

(2.13)
su22 > 

(2.14)

 

Note that first two components of the roots are real and the third component is pure imaginary.

su22 > 

su22 > 

 

Since the root vectors are neither real nor pure imaginary, we have a restricted root space decomposition.

su22 > 

(2.15)

 

The restricted roots are the projections of the roots which yield real vectors. Since the restricted root [1,1] is the projection of the 2 roots [1, 1, 2I] and [1, 1, -2I], the restricted root space for [1,1] is 2-dimensional. Note also that while the root spaces are defined over C, the restricted root space are real subspaces of .

su22 > 

su22 > 

su22 > 

(2.16)
su4 > 

(2.17)
su22 > 

(2.18)
su22 > 

(2.19)

 

Let's us check the properties of this KAN decomposition. The first list of vectors defines a subalgebra with negative-definite Killing form.

su22 > 

(2.20)
su22 > 

 

The second list of vectors defines an abelian subalgebra.

su22 > 

(2.21)

 

The third list of vectors defines a nilpotent Lie algebra.

su22 > 

(2.22)

 

See Also

DifferentialGeometry

LieAlgebras

CartanDecomposition

CartanInvolution

CartanMatrix

CartanMatrixToStandardForm

CartanSubalgebra

PositiveRoots

RootSpaceDecomposition

RestrictedRootSpaceDecomposition

SimpleRoots

 


Download Help Document