The antipode of a universal enveloping algebra #
The universal enveloping algebra of a Lie algebra has a canonical algebra homomorphism to its
opposite algebra, determined by sending every Lie generator x to -x. After identifying the
underlying modules of an algebra and its opposite, this is the usual antipode. It fixes scalars,
reverses products, and is an involution.
The opposite-algebra formulation records antimultiplicativity in the type. It also makes the construction available before a coalgebra structure has been chosen: only Mathlib's universal property of the enveloping algebra is used here.
Main definitions #
TauCeti.UniversalEnvelopingAlgebra.antipodeOp: the algebra homomorphism from an enveloping algebra to its opposite.TauCeti.UniversalEnvelopingAlgebra.antipode: the same map as a linear endomorphism.TauCeti.UniversalEnvelopingAlgebra.antipodeComap: the preimage of a subring under the antipode, again a subring.TauCeti.UniversalEnvelopingAlgebra.antipodeEquiv: the resulting algebra equivalence with the opposite algebra.
Main results #
TauCeti.UniversalEnvelopingAlgebra.antipode_ι: the antipode negates each canonical Lie generator.TauCeti.UniversalEnvelopingAlgebra.antipode_mul_antidistrib: the antipode reverses multiplication.TauCeti.UniversalEnvelopingAlgebra.antipode_antipode: the antipode is involutive.
Roadmap #
This is a prerequisite for the Chevalley--Demazure construction in Layer 9 of the ReductiveGroups roadmap. The Kostant integral form is generated by divided powers of Chevalley root vectors and binomial coefficients in Cartan generators; stability under the antipode is one of the Hopf operations needed before that integral form can define the explicit group scheme.
References #
- J. E. Humphreys, Introduction to Lie Algebras and Representation Theory, §26.
- J. C. Jantzen, Representations of Algebraic Groups, II.1.
The canonical algebra homomorphism from a universal enveloping algebra to its opposite.
It is uniquely determined by sending ι R x to op (-ι R x). Viewing the codomain as the
opposite algebra makes the usual antimultiplicativity of the antipode ordinary multiplicativity.
Equations
Instances For
The opposite-valued antipode negates every canonical Lie generator.
The simp-normal form of antipodeOp_ι, stated for the canonical generators as simp
writes them.
An algebra homomorphism to the opposite enveloping algebra is the antipode exactly when it negates every canonical Lie generator.
The antipode of a universal enveloping algebra, as a linear endomorphism of its underlying module.
Equations
Instances For
The linear antipode is the unopposite of the opposite-valued algebra homomorphism.
The antipode negates every canonical Lie generator.
The simp-normal form of antipode_ι, stated for the canonical generators as simp writes
them.
The antipode fixes the multiplicative identity.
The antipode fixes the image of every scalar.
The antipode reverses multiplication.
The antipode commutes with powers of one element.
A universal enveloping algebra is canonically equivalent to its opposite algebra by negating the Lie generators.
Equations
Instances For
The algebra homomorphism underlying antipodeEquiv is antipodeOp.
The opposite-algebra equivalence agrees with antipodeOp on every element.
The opposite-algebra equivalence negates every canonical Lie generator.
The inverse of antipodeEquiv is the opposite transform of antipodeOp.
The inverse opposite-algebra equivalence acts by the same underlying antipode.
The antipode is involutive.
The preimage of a subring under the antipode.
Antimultiplicativity is no obstruction: it is the preimage of the opposite subring Subring.op S
under the genuine ring homomorphism antipodeOp.
Equations
Instances For
The antipode is bijective.