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.
Equations
- One or more equations did not get rendered due to their size.
The data needed to induce a MonoidalCategory structure via
BialgCat.instMonoidalCategoryStruct and the forgetful functor to algebras.
Equations
- One or more equations did not get rendered due to their size.
Instances For
forget₂ (BialgCat R) (AlgCat R) as a monoidal functor.
Equations
- One or more equations did not get rendered due to their size.
forget₂ (BialgCat R) (CoalgCat R) as a monoidal functor.
Equations
- One or more equations did not get rendered due to their size.