Documentation

TauCeti.Algebra.HopfAlgebra.Basic

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 #

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.

@[simp]

The antipode on a tensor product of Hopf algebras acts componentwise on pure tensors.

@[simp]

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.

theorem TauCeti.BialgHom.map_antipode {R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [HopfAlgebra R A] [HopfAlgebra R B] (φ : A →ₐc[R] B) (a : A) :

A bialgebra morphism between Hopf algebras commutes with the antipodes, pointwise.

@[simp]
theorem TauCeti.BialgHomClass.map_antipode {R : Type u_1} {A : Type u_2} {B : Type u_3} {F : Type u_4} [CommSemiring R] [Semiring A] [Semiring B] [HopfAlgebra R A] [HopfAlgebra R B] [FunLike F A B] [BialgHomClass F R A B] (φ : F) (a : A) :

A bialgebra-hom-like map between Hopf algebras commutes with the antipodes, pointwise.