Documentation

Mathlib.Algebra.Category.BialgCat.Monoidal

The monoidal structure on the category of bialgebras #

In Mathlib/RingTheory/Bialgebra/TensorProduct.lean, given two R-bialgebras A, B, we define a bialgebra instance on A ⊗[R] B as well as the tensor product of two BialgHoms as a BialgHom, and the associator and left/right unitors for bialgebras as BialgEquivs. In this file, we declare a MonoidalCategory instance on the category of bialgebras, with data fields given by the definitions in Mathlib/RingTheory/Bialgebra/TensorProduct.lean, and Prop fields proved by pulling back the MonoidalCategory instance on the category of algebras, using Monoidal.induced.

@[simp]
theorem BialgCat.tensorHom_def (R : Type u) [CommRing R] {X₁✝ Y₁✝ X₂✝ Y₂✝ : BialgCat R} (f : X₁✝ Y₁✝) (g : X₂✝ Y₂✝) :
@[simp]

The data needed to induce a MonoidalCategory structure via BialgCat.instMonoidalCategoryStruct and the forgetful functor to algebras.

Equations
    Instances For

      forget₂ (BialgCat R) (AlgCat R) as a monoidal functor.

      Equations

        forget₂ (BialgCat R) (CoalgCat R) as a monoidal functor.

        Equations