Integral orbits of a Kostant form #
Let L be a Lie algebra over ℚ and let U_ℤ = kostantForm e h be the Kostant integral form
generated by families e of root vectors and h of Cartan vectors. For a module V over
U(L) and a vector v : V, this file studies the integral orbit
U_ℤ • v ⊆ V.
The orbit is stable under U_ℤ; in particular, it is preserved by the divided powers of the root
vectors and the binomial coefficients of the Cartan vectors. When e and h generate L as a
Lie algebra, its ℚ-span is the whole U(L)-submodule generated by v. For a cyclic module this
is all of V.
Finite generation over ℤ is not proved here. Thus the orbit is not yet asserted to be a lattice
in the sense of Humphreys §27; that requires the integral Poincaré--Birkhoff--Witt theorem. The
present stability and spanning results are the parts of the admissible-lattice construction that
are available without integral PBW.
The representation-oriented variant orbitOfRep starts from a subring S, an algebra
representation ρ : A →ₐ[ℚ] End(V), and a set of generating vectors. It is the integral span of
all their images under S. This avoids manufacturing a global A-module instance when a
construction already carries its representation as an algebra homomorphism. Its specialization to
the Kostant form and a singleton agrees with kostantOrbit.
Main definitions and results #
TauCeti.UniversalEnvelopingAlgebra.kostantOrbit: the integral orbitU_ℤ • v.TauCeti.UniversalEnvelopingAlgebra.smul_mem_kostantOrbit: stability under the integral form.TauCeti.UniversalEnvelopingAlgebra.dividedPower_smul_mem_kostantOrbitandTauCeti.UniversalEnvelopingAlgebra.ringChoose_smul_mem_kostantOrbit: stability under the two families of Kostant generators.TauCeti.UniversalEnvelopingAlgebra.span_kostantOrbit_eq_span_singleton: under a Lie-generation hypothesis, theℚ-span is theU(L)-submodule generated byv.TauCeti.UniversalEnvelopingAlgebra.span_kostantOrbit_eq_top: for a cyclic module the orbit spansVoverℚ.TauCeti.UniversalEnvelopingAlgebra.orbitOfRep: the integral orbit of a set through an algebra representation, with stability and spanning lemmas.
References #
- J. E. Humphreys, Introduction to Lie Algebras and Representation Theory, §26 and §27.
- J. C. Jantzen, Representations of Algebraic Groups, II.1.
- R. Steinberg, Lectures on Chevalley Groups, §2.
The integral orbit generated by v under the Kostant form attached to e and h.
This is the span of v over the subring kostantForm e h, regarded as a ℤ-submodule of V.
No finite-generation or lattice property is asserted.
Equations
Instances For
The Kostant orbit consists exactly of the vectors u • v for u in the integral form.
The generating vector belongs to its Kostant orbit.
The Kostant orbit is stable under the integral form.
The divided powers of the root vectors preserve the Kostant orbit. This is the stability statement needed before locally finite root-vector exponentials can be defined.
The binomial coefficients of the Cartan vectors preserve the Kostant orbit.
The Kostant orbit of the identity in the regular module is the integral form itself.
If the supplied root and Cartan vectors generate L as a Lie algebra, the ℚ-span of their
Kostant orbit is the U(L)-submodule generated by v.
If v generates V over U(L), the Kostant orbit spans the whole module over ℚ.
The integral orbit of a set through an algebra representation: the ℤ-span of all ρ a x
with a ∈ S and x ∈ X.
Equations
- TauCeti.UniversalEnvelopingAlgebra.orbitOfRep S ρ X = Submodule.span ℤ {v : V | ∃ a ∈ S, ∃ x ∈ X, (ρ a) x = v}
Instances For
A represented translate of a generator belongs to its integral orbit.
The generators themselves belong to their integral orbit.
The represented integral orbit is stable under the subring.
If S spans A over ℚ, the rational span of the represented integral orbit is the span of
all translates through the full algebra.
If the supplied vectors span over ℚ, their represented integral orbit is full.
The represented orbit of a singleton under a Kostant form agrees with kostantOrbit.