The bialgebra structure on a universal enveloping algebra #
This file equips the universal enveloping algebra of a Lie algebra with its standard
cocommutative bialgebra structure. Every element of the original Lie algebra is primitive:
its comultiplication is x ⊗ 1 + 1 ⊗ x, and its counit is zero.
The construction is needed for the Kostant integral form in the Chevalley--Demazure construction.
The integral form is generated inside a universal enveloping algebra by divided powers of root
vectors and binomial coefficients in coroots; its stability under this comultiplication is what
eventually makes the corresponding distribution algebra a Hopf algebra over ℤ.
Main definitions #
TauCeti.UniversalEnvelopingAlgebra.instBialgebra: the bialgebra structure. Its comultiplication and counit are given inline, so thatBialgebra.comulAlgHomandBialgebra.counitAlgHomare the names for them.TauCeti.UniversalEnvelopingAlgebra.mapBialgHom: the bialgebra homomorphism induced by a Lie homomorphism.
Main results #
TauCeti.UniversalEnvelopingAlgebra.comul_ι: the comultiplication of a Lie generator.TauCeti.UniversalEnvelopingAlgebra.counit_ι: the counit of a Lie generator.TauCeti.UniversalEnvelopingAlgebra.comul_ι_pow: the comultiplication of a generator power.TauCeti.UniversalEnvelopingAlgebra.comul_ι_dividedPowerandTauCeti.UniversalEnvelopingAlgebra.comul_ι_choose: the coefficient-one coproduct formulas for the two families of Kostant generators.TauCeti.UniversalEnvelopingAlgebra.mapBialgHom_idandTauCeti.UniversalEnvelopingAlgebra.mapBialgHom_comp: the induced bialgebra homomorphisms are functorial.
References #
The construction follows J. E. Humphreys, Introduction to Lie Algebras and Representation
Theory, §26, and J. C. Jantzen, Representations of Algebraic Groups, II.1. It supplies a
prerequisite for the Kostant ℤ-form in Layer 9 of
TauCetiRoadmap/ReductiveGroups/README.md.
The formal development is modelled on the closest Mathlib analogue,
Mathlib/RingTheory/Bialgebra/SymmetricAlgebra.lean by Robert Hawkins, which makes the generators
of a symmetric algebra primitive: the declaration order (structure, generator equations,
cocommutativity), the use of Bialgebra.ofAlgHom on maps produced by a universal property, and
the identification of the instance projections with those maps are all adapted from that file.
The standard cocommutative bialgebra structure on a universal enveloping algebra: the unique one for which every Lie generator is primitive.
The comultiplication and the counit are supplied inline, as the algebra homomorphisms the
universal property produces from x ↦ x ⊗ 1 + 1 ⊗ x and from 0, so that Bialgebra.comulAlgHom
and Bialgebra.counitAlgHom remain the names for them. How they act on Lie generators is recorded
by comulAlgHom_ι and counitAlgHom_ι below.
Equations
- One or more equations did not get rendered due to their size.
Lie generators are primitive for the bialgebra comultiplication.
The simp-normal form of comul_ι, stated for the canonical generators as simp writes
them: ι R x unfolds to mkAlgHom R L (TensorAlgebra.ι R x).
The bialgebra counit vanishes on Lie generators.
The simp-normal form of counit_ι, stated for the canonical generators as simp writes
them: ι R x unfolds to mkAlgHom R L (TensorAlgebra.ι R x).
The comultiplication of a power of a Lie generator is its binomial expansion.
This integral-coefficient formula is the input for proving that divided powers of Chevalley root vectors are stable under comultiplication in the Kostant form. The two tensor factors commute even though the universal enveloping algebra itself need not be commutative.
The comultiplication of a divided power of a canonical Lie generator is the antidiagonal sum of the corresponding divided powers in the two tensor factors.
The simp-normal form of comul_ι_dividedPower, stated for canonical generators as
simp writes them.
Every positive divided power of a canonical Lie generator has counit zero.
The simp-normal form of counit_ι_dividedPower, stated for canonical generators as
simp writes them.
The comultiplication of a binomial coefficient in a canonical Lie generator is the antidiagonal sum of the corresponding binomial coefficients in the two tensor factors.
The simp-normal form of comul_ι_choose, stated for canonical generators as simp
writes them.
Every positive binomial coefficient in a canonical Lie generator has counit zero.
The simp-normal form of counit_ι_choose, stated for canonical generators as simp
writes them.
A Lie algebra homomorphism induces a bialgebra homomorphism of universal enveloping algebras.
Equations
Instances For
The algebra homomorphism underlying mapBialgHom is the induced map map.
The bialgebra homomorphism induced by a Lie homomorphism agrees with it on Lie generators.
The simp-normal form of mapBialgHom_ι, stated for the canonical generators as simp
writes them: ι R x unfolds to mkAlgHom R L (TensorAlgebra.ι R x).
The identity Lie homomorphism induces the identity bialgebra homomorphism.
Composition of Lie homomorphisms becomes composition of the induced bialgebra homomorphisms.
The standard bialgebra structure on a universal enveloping algebra is cocommutative.