LieAlgebras[SplitAndCompactForms] - find the real split and real compact forms of a real semi-simple Lie algebra
Calling Sequences
SplitAndCompactForms(CSA, RDS, PosRts)
Parameters
CSA - a list of vectors, defining the Cartan subalgebra of a real semi-simple Lie algebra 𝔤
RDS - a table, giving the root space decomposition of 𝔤 with respect to the given Cartan subalgebra
PosRts - a list of vectors, defining a positive set of roots for the given root space decomposition
Description
Examples
A real semi-simple Lie algebra 𝔤 is called a split semi-simple Lie algebra if there exists a real root space decomposition of 𝔤, that is to say, there is a Cartan subalgebra 𝔥 ⊂ 𝔤 such that each of the adjoint matrices adx, for x ∈ 𝔥,is diagonalizable over the real numbers. A real semi-simple Lie algebra 𝔤 is called compact if the Killing form is negative-definite. This implies that the eigenvalues for the adjoint matrices adx, for x ∈ 𝔥, are all pure imaginary for any choice of Cartan subalgebra.
Given any real semi-simple Lie algebra 𝔤, then
[i] there exists a complex change of basis so that the Lie algebra 𝔤'defined by these new basis vectors is a real split Lie algebra, and
[ii] there exists another complex change of basis so that the Lie algebra 𝔤''defined by these new basis vectors is a real compact Lie algebra.
All three Lie algebras 𝔤, 𝔤' and 𝔤'' are isomorphic as complex Lie algebras but, granted that 𝔤 is neither split nor compact, 𝔤, 𝔤' and 𝔤'' are non-isomorphic as real Lie algebras. The Lie algebra 𝔤' is called the split real form of 𝔤 and the Lie algebra 𝔤'' is called the compact real form of 𝔤.
The command SplitAndCompactForms returns 2 lists of vectors which give basis for 𝔤' and 𝔤''. By applying the commands LieAlgebraData and DGsetup to these lists of vectors, one obtains the split real form and compact real form of the Lie algebra 𝔤.
The basis for the split real form returned by the procedure SplitAndCompactForms is a ChevalleyBasis ℬ' =h1, h2 , ..., hr , x1, x2, ..., x𝓁, y1, y2, ..., y𝓁for 𝔤'. From the properties of the Chevalley basis described in the help page ChevalleyBasis, it can be established that the basis
ℬ'' =Ih1, Ih2 , ... Ihr , x1−y1, x2− y2, ... , x𝓁 − y𝓁, Ix1 +y1, Ix2+y2, ... , Ix𝓁 + y𝓁
defines a real Lie algebra giving the compact real form 𝔤''.
with⁡DifferentialGeometry:with⁡LieAlgebras:with⁡Tensor:
Example 1.
In this example the 6-dimensional Lie algebra so3,1 is created and its real and compact forms are calculated. Use the command SimpleLieAlgebraData to obtain the structure equations.
LD≔SimpleLieAlgebraData⁡so(3,1),so31
LD:=e1,e2=e2,e1,e3=e3,e1,e4=−e4,e1,e5=−e5,e2,e4=−e1,e2,e5=e6,e2,e6=−e3,e3,e4=−e6,e3,e5=−e1,e3,e6=e2,e4,e6=−e5,e5,e6=e4
DGsetup⁡LD
Lie algebra: so31
To calculate the real and compact forms one needs a Cartan subalgebra, the root space decomposition and the positive roots. These data can be calculated using the commands CartanSubalgebra, RootSpaceDecomposition and PositiveRoots. Alternatively, since the Lie algebra has been created from the command SimpleLieAlgebraData, one can used the command SimpleLieAlgebraProperties to retrieve the stored values of the Cartan subalgebra, root space decomposition and positive roots.
Properties≔SimpleLieAlgebraProperties⁡so31:
CSA≔PropertiesCartanSubalgebra
CSA:=e1,e6
RSD≔eval⁡PropertiesRootSpaceDecomposition
RSD:=table−1,I=e4−I⁢e5,−1,−I=e4+I⁢e5,1,I=e2−I⁢e3,1,−I=e2+I⁢e3
PosRts≔PropertiesPositiveRoots
Calculate the basis for the split and compact forms.
BasisS,BasisC≔SplitAndCompactForms⁡CSA,RSD,PosRts
BasisS,BasisC:=e1+I⁢e6,e1−I⁢e6,−12⁢e2−I2⁢e3,−12⁢e2+I2⁢e3,−e4+I⁢e5,−e4−I⁢e5,I⁢e1−e6,I⁢e1+e6,−12⁢e2−I2⁢e3−e4+I⁢e5,−12⁢e2+I2⁢e3−e4−I⁢e5,−I2⁢e2+12⁢e3+I⁢e4+e5,−I2⁢e2−12⁢e3+I⁢e4−e5
Here is the split real form of the Lie algebra so31.
LDS≔LieAlgebraData⁡BasisS,so31S
LDS:=e1,e3=2⁢e3,e1,e5=−2⁢e5,e2,e4=2⁢e4,e2,e6=−2⁢e6,e3,e5=−e1,e4,e6=−e2
DGsetup⁡LDS,h1,h2,x1,x2,y1,y2,θ
Lie algebra: so31S
The multiplication table is:
MultiplicationTable⁡LieTable
from which one sees immediately that h1, h2 is a Cartan subalgebra for which the root space decomposition is real. Therefore this is a real form.
RootSpaceDecomposition⁡h1,h2
table0,−2=y2,2,0=x1,−2,0=y1,0,2=x2
Here is the compact form of the Lie algebra so31.
LDS≔LieAlgebraData⁡BasisC,so31C
LDS:=e1,e3=2⁢e5,e1,e5=−2⁢e3,e2,e4=2⁢e6,e2,e6=−2⁢e4,e3,e5=2⁢e1,e4,e6=2⁢e2
DGsetup⁡LDS,E,ω
Lie algebra: so31C
The Killing form is negative-definite and so this is indeed the compact form.
Killing⁡
By construction, the first 2 vectors define a Cartan subalgebra. The root vectors are pure imaginary.
RootSpaceDecomposition⁡E1,E2
table0,2⁢I=E4−I⁢E6,−2⁢I,0=E3+I⁢E5,0,−2⁢I=E4+I⁢E6,2⁢I,0=E3−I⁢E5
See Also
DifferentialGeometry
LieAlgebras
DGsetup
CartanSubalgebra
LieAlgebraData
Killing
PositiveRoots
RootSpaceDecomposition
SimpleLieAlgebraData
SimpleLieAlgebraProperties
Download Help Document