Hopf algebra morphisms #
This file records Hopf-algebra API needed for the affine-group-scheme dictionary in the
reductive-groups roadmap. Mathlib defines morphisms in HopfAlgCat R to be bialgebra
morphisms; the missing algebraic fact is that such a morphism automatically preserves the
antipode. We prove that here by the usual convolution-inverse uniqueness argument.
Main results #
TauCeti.HopfAlgebra.antipode_convMul_idandTauCeti.HopfAlgebra.id_convMul_antipode: the antipode is respectively a left and right convolution inverse of the identity linear map.TauCeti.TensorProduct.antipode_tmul: the antipode on a tensor product of Hopf algebras acts componentwise on pure tensors.BialgHom.toLinearMap_comp_antipodeandBialgHom.map_antipode: a bialgebra morphism between Hopf algebras commutes with the antipodes.
References #
This supplies a formal prerequisite for the Tau Ceti reductive-groups roadmap, Layer 0,
"the functor of points and the three-way dictionary": morphisms in the Hopf-algebra model
must respect the inverse map in the affine group-scheme model. The proof uses Mathlib's
convolution product on linear maps, due to Yaël Dillies, Michał Mrugała and Yunzhou Xie.
The tensor-product antipode formula uses Mathlib's
Mathlib.RingTheory.HopfAlgebra.TensorProduct, specifically TensorProduct.antipode_def.
The antipode on a tensor product of Hopf algebras acts componentwise on pure tensors.
The antipode on the base-changed Hopf algebra K ⊗[k] A sends a pure tensor
s ⊗ a to s ⊗ S a.
The antipode is a left convolution inverse of the identity in the convolution ring of
linear maps: S * id = 1. This is a restatement of the antipode axiom
HopfAlgebra.mul_antipode_rTensor_comul.
The antipode is a right convolution inverse of the identity in the convolution ring of
linear maps: id * S = 1. This is a restatement of the antipode axiom
HopfAlgebra.mul_antipode_lTensor_comul.
A bialgebra morphism between Hopf algebras commutes with the antipodes, as a statement about underlying linear maps.
A bialgebra morphism between Hopf algebras commutes with the antipodes, pointwise.
A bialgebra-hom-like map between Hopf algebras commutes with the antipodes, pointwise.