Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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