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

Online Help

All Products    Maple    MapleSim


LieAlgebras[SatakeDiagram] - display the Satake diagram for a non-compact, real, simple matrix algebra

Calling Sequences

     SatakeDiagram(AT)

Parameters

     AT   - a string, specifying the type of a classical, non-compact, real simple matrix algebra

 

Description

Examples

Description

• 

The Satake diagram for a non-compact, real, semi-simple algebra g is a refinement of Dynkin diagram for the associated complex Lie algebra. We describe the construction of the Satake diagram as follows.

• 

Let g be a semi-simple real Lie algebra. Then g is called compact if the Killing form of g is negative-definite, otherwise g is called non-compact. Every non-compact ,real, semi-simple algebra g admits a Cartan decomposition g = tp. In this vector space decomposition t is a subalgebra, p a subspace, [t, p] ⊆ p and [p, p] ⊆ t, that is, t and p define a symmetry pair. Moreover, the Killing form is negative-definite on t and positive-definite on p.

• 

Let h be a Cartan subalgebra for g and let be the associated root system. Set a = hp. Then the set of compact roots is defined to be

This means that if we chose a basis for a and extend to a basis  for h, then the components of a complex root in the directions are 0. If   determines the root space for then  for  With respect to the standard Cartan algebras for the non-compact, real, simple matrix algebras we consider here, the compact roots are precisely those which are pure imaginary.

• 

In a Satake diagram, the complex roots are designed by a solid black circle, the other roots are designed by a circle. Sometimes, the compact roots appear adjacent to one-another; for other algebras the compact roots alternate with the non-compact roots.

• 

There is one more important piece of information encoded in the Satake diagrams. For this one needs to choose a set of positive roots such that non-compact positive roots  are closed under complex conjugation. Let be the corresponding simple roots and put  Then for each root there is a unique root such that

We call the Satake associate of In the Satake diagram one draws a line connecting each root  to its associate.

• 

The command plots the Satake diagram for each of the following real simple Lie algebras:

• 

See Details for Satake Diagrams for a complete list of the different types of all Satake diagrams.

Examples

 

Example 1.

Here are a few examples of Satake diagrams.

 

 

 

Example 2.

We make a detailed study of the root structure and the Satake diagram for We shall calculate the simple roots and check that these roots have the properties indicated by the Satake Diagram.

 

If we ignore the coloring of the dots and the red lines we see that the Dynkin diagram of coincides with the Dynkin diagram of root type .

 

According to the Satake diagram we see that there are 3 compact roots which appear adjacent to each. Each non-compact root has a Satake associate different from itself.

Let us verify these facts by explicitly constructing the simple roots for

 

First we use the command SimpleLieAlgebraData to initialize the Lie algebra

(2.1)

 

The Lie algebra elements corresponding to the diagonal matrices in the standard representation of define a Cartan subalgebra.

su62 > 

(2.2)

 

The restriction of the Killing form to the diagonal matrices with imaginary entries is negative-definite. The restriction of the Killing form to the diagonal matrices with real entries is positive-definite.

su62 > 

su62 > 

(2.3)
su62 > 

(2.4)
su62 > 

The subalgebra (2.4) is therefore our subalgebra as described above. Note that we have listed the elements of a first in the basis for the Cartan subalgebra.

 

Next we find the root space decomposition, the root system, and the positive roots. The root space decomposition is computed using the command RootSpaceDecomposition. The root system is then obtained using the LieAlgebraRoots command. For efficiency, we have saved the result we need.

su62 > 

su62 > 

su62 > 

 

The compact roots are:

su62 > 

Note that these roots all have pure imaginary components.

 

Now find a set of positive roots. We use the second calling sequence for the command PositiveRoots. For this we need a basis for the space of roots for which the components are all real.

su62 > 

su62 > 

 

We check (using Query) that the non-compact roots are closed under complex conjugation. This is important if we hope to get a set of simple roots which match with the Satake diagram.

su62 > 

su62 > 

(2.5)

 

Here are the simple roots.

su62 > 

 

Finally, we have to put the simple roots in the order that renders the Cartan matrix in standard form. For this we use CartanMatrixToStandardForm.

su62 > 

su62 > 

su62 > 

 

These are the simple roots we want. First, they give the Cartan matrix in standard form for .

su62 > 

 

Second, we see that the positive roots are given in terms of the simple roots by the correct set of linear combinations for .

su62 > 

(2.6)
su62 > 

(2.7)
su62 > 

(2.8)

 

Third, in accordance with the Satake diagram, the middle 3 roots are compact.

su62 > 

 

And fourth, the Satake associate of the 1st root is the 7th root and the Satake associate of the 2nd root is the 6th root.

su62 > 

su62 > 

 

See Also

DifferentialGeometry

CartanDecomposition,

Cartan Involution

CartanSubalgebra

DynkinDiagram

CompactRoots

PositiveRoots

RootSpaceDecomposition

RestrictedRootSpaceDecomposition

SatakeAssociate,

SimpleRoots

 


Download Help Document