Weights and roots of Lie modules and Lie algebras with respect to Cartan subalgebras #
Given a Lie algebra L which is not necessarily nilpotent, it may be useful to study its
representations by restricting them to a nilpotent subalgebra (e.g., a Cartan subalgebra). In the
particular case when we view L as a module over itself via the adjoint action, the weight spaces
of L restricted to a nilpotent subalgebra are known as root spaces.
Basic definitions and properties of the above ideas are provided in this file.
Main definitions #
Given a Lie module M of a Lie algebra L, a weight of M with respect to a nilpotent
subalgebra H ⊆ L is a Lie character whose corresponding weight space is non-empty.
Equations
- LieModule.IsWeight H M χ = (LieModule.weightSpace M ⇑χ ≠ ⊥)
Instances For
For a non-trivial nilpotent Lie module over a nilpotent Lie algebra, the zero character is a
weight with respect to the ⊤ Lie subalgebra.
Given a nilpotent Lie subalgebra H ⊆ L, the root space of a map χ : H → R is the weight
space of L regarded as a module of H via the adjoint action.
Equations
Instances For
A root of a Lie algebra L with respect to a nilpotent subalgebra H ⊆ L is a weight of L,
regarded as a module of H via the adjoint action.
Equations
- LieAlgebra.IsRoot H χ = (χ ≠ 0 ∧ LieModule.IsWeight H L χ)
Instances For
Auxiliary definition for rootSpaceWeightSpaceProduct,
which is close to the deterministic timeout limit.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given a nilpotent Lie subalgebra H ⊆ L together with χ₁ χ₂ : H → R, there is a natural
R-bilinear product of root vectors and weight vectors, compatible with the actions of H.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given a nilpotent Lie subalgebra H ⊆ L together with χ₁ χ₂ : H → R, there is a natural
R-bilinear product of root vectors, compatible with the actions of H.
Equations
- LieAlgebra.rootSpaceProduct R L H χ₁ χ₂ χ₃ hχ = LieAlgebra.rootSpaceWeightSpaceProduct R L H L χ₁ χ₂ χ₃ hχ
Instances For
Given a nilpotent Lie subalgebra H ⊆ L, the root space of the zero map 0 : H → R is a Lie
subalgebra of L.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If the zero root subalgebra of a nilpotent Lie subalgebra H is just H then H is a Cartan
subalgebra.
When L is Noetherian, it follows from Engel's theorem that the converse holds. See
LieAlgebra.zeroRootSubalgebra_eq_iff_is_cartan