Kernels of Hopf algebra morphisms #
This file records that the kernel of a surjective morphism of Hopf algebras is a Hopf ideal.
The surjectivity hypothesis is the exactness input needed to identify the kernel
of the tensor-square map with ker f ⊗ H + H ⊗ ker f.
This is a Layer 3 prerequisite for the reductive-groups roadmap target "Hopf ideals ↔ closed subgroup schemes", specifically the "kernels" part of the Hopf-ideal/closed-subgroup dictionary.
Main declarations #
TauCeti.HopfIdeal.ker: the Hopf ideal given by the kernel of a surjective bialgebra morphism.TauCeti.HopfIdeal.ker_toIdealandTauCeti.HopfIdeal.mem_ker: its characteristic API.TauCeti.HopfIdeal.kerLiftBialgHom: the induced bialgebra morphism from the quotient by the kernel of a surjective morphism.TauCeti.HopfIdeal.kerLiftBialgEquiv: the resulting bialgebra equivalence from the quotient by the kernel to the codomain.TauCeti.HopfIdeal.ker_mkBialgHom: the kernel of the quotient morphism byIisI.
References #
The construction is the standard kernel Hopf ideal. The tensor-kernel exactness step uses
Mathlib's Algebra.TensorProduct.map_ker.
The kernel of a surjective bialgebra morphism, as a Hopf ideal.
Equations
- TauCeti.HopfIdeal.ker f hf = TauCeti.HopfIdeal.ofIdeal (RingHom.ker ↑f) ⋯ ⋯ ⋯
Instances For
The underlying ideal of the kernel Hopf ideal is the ring-hom kernel.
Membership in the kernel Hopf ideal is vanishing under the bialgebra morphism.
The kernel Hopf ideal is bottom exactly when the morphism is injective.
The bialgebra morphism induced from a surjective morphism on the quotient by its Hopf-ideal kernel.
Equations
Instances For
The kernel quotient lift evaluates on quotient classes as the original morphism.
The kernel quotient lift composed with the quotient map is the original morphism.
The quotient by the Hopf-ideal kernel of a surjective morphism maps bijectively to the codomain.
The quotient by the Hopf-ideal kernel of a surjective morphism is bialgebra-equivalent to the codomain.
Equations
Instances For
The kernel quotient equivalence applies as the kernel quotient lift.
The bialgebra morphism underlying the kernel quotient equivalence is the kernel quotient lift.
The Hopf-ideal kernel of the quotient morphism by I is I.