Documentation

Mathlib.RingTheory.HopfAlgebra.Quotient

Hopf algebra structure on quotients by Hopf ideals #

A Hopf ideal of an R-Hopf algebra A is a biideal stable under the antipode. The quotient by a Hopf ideal inherits a Hopf algebra structure.

Main definitions #

Main results #

Post-composition by an algebra homomorphism preserves the convolution unit.

Pre-composition by a coalgebra homomorphism preserves the convolution unit.

@[reducible, inline]
noncomputable abbrev HopfAlgebra.ofSurjective {R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [HopfAlgebra R A] [HopfAlgebraStruct R B] (f : A →ₐc[R] B) (hf : Function.Surjective f) (hS : antipode R ∘ₗ f.toLinearMap = f.toLinearMap ∘ₗ antipode R) :

Transfer the Hopf algebra axioms along a surjective bialgebra homomorphism intertwining the antipodes.

Equations
Instances For
    class Ideal.IsHopfIdeal (R : Type u_1) {A : Type u_2} [CommRing R] [Ring A] [HopfAlgebraStruct R A] (I : Ideal A) extends (Submodule.restrictScalars R I).IsCoideal :

    An ideal whose underlying R-submodule is a coideal and which is stable under the antipode (S(I) ⊆ I). Together with I.IsTwoSided, this makes I a Hopf ideal.

    Instances
      theorem Ideal.isHopfIdeal_iff (R : Type u_1) {A : Type u_2} [CommRing R] [Ring A] [HopfAlgebraStruct R A] (I : Ideal A) :
      @[implicit_reducible]
      Equations
      • One or more equations did not get rendered due to their size.
      @[simp]
      theorem HopfAlgebra.Quotient.antipode_mk {R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [HopfAlgebraStruct R A] (I : Ideal A) [I.IsTwoSided] [Ideal.IsHopfIdeal R I] (a : A) :
      @[implicit_reducible]
      noncomputable instance HopfAlgebra.Quotient.instQuotientIdeal {R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [HopfAlgebra R A] (I : Ideal A) [I.IsTwoSided] [Ideal.IsHopfIdeal R I] :
      Equations