Documentation

TauCeti.Algebra.Lie.UniversalEnveloping.Antipode

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 #

Main results #

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 #

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.

    @[simp]

    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.

      @[simp]

      The simp-normal form of antipode_ι, stated for the canonical generators as simp writes them.

      @[simp]

      The antipode fixes the multiplicative identity.

      @[simp]

      The antipode fixes the image of every scalar.

      @[simp]

      The antipode reverses multiplication.

      @[simp]

      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
        @[simp]

        The algebra homomorphism underlying antipodeEquiv is antipodeOp.

        @[simp]

        The opposite-algebra equivalence agrees with antipodeOp on every element.

        The opposite-algebra equivalence negates every canonical Lie generator.

        @[simp]

        The inverse of antipodeEquiv is the opposite transform of antipodeOp.

        @[simp]

        The inverse opposite-algebra equivalence acts by the same underlying antipode.

        @[simp]

        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.