Documentation

Mathlib.Algebra.Category.HopfAlgebraCat.Monoidal

The monoidal structure on the category of Hopf algebras #

In Mathlib/RingTheory/HopfAlgebra/TensorProduct.lean, given two Hopf R-algebras A, B, we define a Hopf R-algebra instance on A ⊗[R] B.

Here, we use this to declare a MonoidalCategory instance on the category of Hopf algebras, via the existing monoidal structure on BialgebraCat.

Equations
  • One or more equations did not get rendered due to their size.
@[simp]
theorem HopfAlgebraCat.instMonoidalCategoryStruct_tensorHom (R : Type u) [CommRing R] {X₁✝ Y₁✝ X₂✝ Y₂✝ : HopfAlgebraCat R} (f : X₁✝ Y₁✝) (g : X₂✝ Y₂✝) :

The data needed to induce a MonoidalCategory structure via HopfAlgebraCat.instMonoidalCategoryStruct and the forgetful functor to bialgebras.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    forget₂ (HopfAlgebraCat R) (BialgebraCat R) is a monoidal functor.

    Equations