Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
LieAlgebras[ParabolicSubalgebra] - find the parabolic subalgebra defined by a set of simple roots or a set of restricted simple roots
LieAlgebras[ParabolicSubalgebraRoots] - find the simple roots which generate a parabolic subalgebra
Calling Sequences
ParabolicSubalgebra(
ParabolicSubalgebraRoots()
Parameters
Sigma - a list or set of column vectors, defining a subset of simple roots
T1 - a table, with indices that include "RootSpaceDecomposition", "CartanSubalgebra", "SimpleRoots", and "PositiveRoots"
T2 - a table, with indices that include "RestrictedRootSpaceDecomposition", "CartanSubalgebraDecomposition", "RestrictedSimpleRoots" and "RestrictedPositiveRoots"
Par - a list of vectors in a Lie algebra, defining a parabolic subalgebra
Description
Let g be a semi-simple Lie algebra. A Borel subalgebra b is any maximal solvable subalgebra. A parabolic subalgebra p is any subalgebra containing a Borel subalgebra b. Alternatively, a subalgebra p is parabolic if its nilradical is the orthogonal complement of p with respect to the Killing form
Let h be an Cartan subalgebra and the associated root space decomposition. Let be a choice of positive roots and let be a set of simple roots. The subalgebra is called the standard Borel subalgebra associated to h and any parabolic subalgebra containing it is called a standard parabolic subalgebra. (One could replace the summation over the positive roots by one over the negative roots.)
Given a standard parabolic subalgebra p , let This set of simple roots completely specifies the parabolic subalgebra p. Conversely, given a set of simple roots let is a linear combination of the roots in and set . Then is a standard parabolic subalgebra.
For the parabolic subalgebras of a real semi-simple Lie algebra the situation is essentially the same except that one must consider the restricted root space decomposition relative to a maximal Abelian subalgebra a on which the Killing form is positive-definite.
Let Σ be a subset of the simple roots and set = The command ParabolicSubalgebra returns the standard parabolic subalgebra The command ParabolicSubalgebraRoots returns the list of simple roots
With the keyword argument method = "non-compact", a real parabolic subalgebra is calculated.
With the standard Borel subalgebra is returned.
If the Lie algebra is created from the command SimpleLieAlgebraData , then the table obtained from the command SimpleLieAlgebraProperties can be used as the second argument or
The command Query/"ParabolicSubalgebra" will test if a given subalgebra of a semi-simple Lie algebra is parabolic.
Examples
Example 1.
We calculate the parabolic subalgebras for We use the command SimpleLieAlgebraData to initialize the Lie algebra.
We use the command SimpleLieAlgebraProperties to obtain the Cartan subalgebra, root space decomposition etc.
Here are the properties we need:
The possible subsets of the simple roots are:
The possible parabolic subalgebras of are therefore:
The Query command can be used to check that these subalgebras are parabolic subalgebra.
With the command ParabolicSubalgebraRoots, we can find the simple roots used to create the parabolic algebra .
Example 2.
We calculate (real) parabolic subalgebras for We use the command SimpleLieAlgebraData to initialize the Lie algebra.
We use the command SimpleLieAlgebraProperties to calculate the restricted root space decomposition and the restricted simple roots.
The possible subsets of restricted simple roots are:
The parabolics subalgebras defined by these sets of restricted roots are:
Check that the subalgebra defined by (2.26) is parabolic.
Find the restricted roots used to define .
See Also
DifferentialGeometry, CartanSubalgebra, Killing , LieAlgebras, PositiveRoots, SimpleRoots, RootSpaceDecomposition, RestrictedRootSpaceDecomposition, Signature, SimpleLieAlgebraData, SimpleLieAlgebraProperties
Download Help Document