Weight spaces of the adjoint representation #
Let G = Spec H be an affine group scheme over R whose augmentation cotangent space is finite
projective, so that its Lie algebra is the single R-module
Module.Dual R (Bialgebra.CotangentSpace R H) carrying the adjoint comodule of
TauCeti.Algebra.AlgebraicGroup.Tangent.Representation. Let π : H →ₐc[R] R[M] be a morphism of
coordinate bialgebras, that is, a homomorphism D(M) → G of affine group schemes out of the
diagonalizable group on a commutative group M written multiplicatively.
Restricting the adjoint representation along π decomposes the Lie algebra into weight
submodules, indexed by M. This file names them: adjointWeightSpace π α is the α-weight
submodule 𝔤_α, nontrivialAdjointWeights π is the set of nontrivial characters whose weight
submodule is nonzero, and the Lie algebra is spanned by 𝔤_1 together with the 𝔤_α for
α ∈ nontrivialAdjointWeights π. A point of D(M) acts on 𝔤_α by the value of α at that
point, and the Lie bracket sends 𝔤_α × 𝔤_β into 𝔤_{αβ}.
Nothing here asserts that π is a closed immersion, that D(M) is a torus, let alone a maximal
one, or that G is reductive. When π does exhibit a split maximal torus T in a reductive G,
nontrivialAdjointWeights π is the set of roots of the split pair (G, T).
Main definitions #
Derivation.adjointWeightSpace: theα-weight submodule𝔤_αof the Lie algebra ofGunder a homomorphism from a diagonalizable group.Derivation.nontrivialAdjointWeights: the nontrivial characters whose adjoint weight submodule is nonzero.
Main results #
Derivation.isInternal_adjointWeightSpace: the Lie algebra ofGis the internal direct sum of its weight submodules.Derivation.sup_iSup_adjointWeightSpace_eq_top: the trivial weight submodule together with the submodules indexed bynontrivialAdjointWeights πexhaust the Lie algebra.Derivation.finite_nontrivialAdjointWeights: the set of nontrivial adjoint weights is finite.Derivation.endOfPoint_tmul_of_mem_adjointWeightSpace: a point ofD(M)acts on theα-weight submodule by the value ofαat that point.Derivation.mem_adjointWeightSpace_iff_universalPointAction: weight-space membership can be tested using the universal point ofD(M).Derivation.lie_mem_adjointWeightSpace_mul: the adjoint weight decomposition is a Lie grading:[𝔤_α, 𝔤_β] ⊆ 𝔤_{αβ}.
Roadmap #
Layer 7 of TauCetiRoadmap/ReductiveGroups/README.md asks for the root datum
(X*(T), Φ, X_*(T), Φ^∨) of a split pair (G, T), taking the split case first. The character and
cocharacter lattices with their pairing are already in
TauCeti.Algebra.AlgebraicGroup.Cocharacter; this file supplies the weight decomposition that
Φ is read off, the remaining piece of the root datum that comes from the group rather than the
torus. Layer 9's split reductive group
schemes over ℤ take the split maximal torus as part of their data and are defined by conditions
on exactly this decomposition, and milestone L0 of TauCetiRoadmap/CFSGStatement/README.md
consumes those pinned Chevalley--Demazure groups.
References #
- J. S. Milne, Algebraic Groups (2017), §21.1 (the roots of a split reductive group).
- W. C. Waterhouse, Introduction to Affine Group Schemes, §3.2.
- B. Conrad, Reductive Group Schemes (SGA3 exposition), §3.2.
The α-weight submodule 𝔤_α of the Lie algebra of G = Spec H under a homomorphism
D(M) → G with coordinate morphism π: the part of the Lie algebra on which D(M) acts through
the character α.
Equations
Instances For
Membership in the α-weight submodule, in terms of the adjoint coaction: pushing the adjoint
coaction of x through π must give x ⊗ α.
Membership in an adjoint weight space can be tested on the universal point of the
diagonalizable group. The universal point acts on a weight vector of weight alpha by the
group-algebra basis element [alpha].
This is the converse to endOfPoint_tmul_of_mem_adjointWeightSpace at the universal point.
The Lie algebra of G is the internal direct sum of its weight submodules under a
homomorphism from a diagonalizable group.
The nontrivial characters of D(M) whose adjoint weight submodule in the Lie algebra of G
is nonzero. When π exhibits a split maximal torus T in a reductive G, these are the roots of
the split pair (G, T).
Equations
Instances For
Off the nontrivial adjoint weights and the trivial character the weight submodule vanishes.
The set of nontrivial adjoint weights is finite. The Lie algebra is finitely generated, so only finitely many weight submodules are nonzero.
The Lie algebra is spanned by the trivial weight submodule together with the submodules indexed by the nontrivial adjoint weights.
A point of D(M) acts on the α-weight submodule 𝔤_α by the value of the character
α at that point.
The bracket of an α-weight vector and a β-weight vector has weight α * β.
For a split pair this is the root-space grading relation
[𝔤_α, 𝔤_β] ⊆ 𝔤_{αβ} (with characters written multiplicatively).