Kernels of Hopf algebra morphisms #
This file records two conditions under which the kernel of a morphism of Hopf algebras is a
Hopf ideal. Over an arbitrary commutative base, surjectivity provides the exactness needed to
identify the kernel of the tensor-square map with ker f ⊗ H + H ⊗ ker f. Over a field, no
surjectivity hypothesis is needed: after factoring through H / ker f, the tensor square of
the injective factor remains injective.
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.kerOfSurjective: the Hopf ideal given by the kernel of a surjective bialgebra morphism.TauCeti.HopfIdeal.ker: the kernel Hopf ideal of an arbitrary bialgebra morphism over a field.TauCeti.HopfIdeal.ker_le_ker_comp: a Hopf kernel grows under postcomposition.TauCeti.HopfIdeal.kerOfSurjective_eq_ker: comparison of the two constructions over a field.TauCeti.HopfIdeal.kerOfSurjective_toIdealandTauCeti.HopfIdeal.mem_kerOfSurjective: 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.kerOfSurjective_mkBialgHom: the kernel of the quotient morphism byIisI.TauCeti.HopfIdeal.ker_lTensor_eq_rightTensorIdeal: tensoring on the left by a flat algebra carries the kernel of an algebra map to the corresponding right tensor ideal.
References #
The construction is the standard kernel Hopf ideal. The tensor-kernel exactness steps use
Mathlib's Algebra.TensorProduct.map_ker and Module.Flat.ker_lTensor_eq.
Tensoring on the left by a flat algebra carries the kernel of an algebra map to the corresponding right tensor ideal.
The kernel of a surjective bialgebra morphism, as a Hopf ideal.
Equations
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 ordinary kernel of a morphism of Hopf algebras over a field, as a Hopf ideal. No surjectivity hypothesis is needed over a field.
Equations
Instances For
The underlying ideal of the kernel Hopf ideal is the ordinary ring-hom kernel.
The kernel Hopf ideal of a morphism is contained in the kernel after postcomposition.
Over a field, the kernel constructed for a surjective morphism agrees with the canonical kernel, which does not require the surjectivity hypothesis.
The kernel of the quotient bialgebra morphism by I is I.
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.