Tensor products of bialgebras #
We define the data in the monoidal structure on the category of bialgebras - e.g. the bialgebra
instance on a tensor product of bialgebras, and the tensor product of two BialgHom
s as a
BialgHom
. This is done by combining the corresponding API for coalgebras and algebras.
Equations
The tensor product of two bialgebra morphisms as a bialgebra morphism.
Equations
Instances For
The associator for tensor products of R-bialgebras, as a bialgebra equivalence.
Equations
Instances For
The base ring is a left identity for the tensor product of bialgebras, up to bialgebra equivalence.
Equations
Instances For
The base ring is a right identity for the tensor product of bialgebras, up to bialgebra equivalence.
Equations
Instances For
lTensor A f : A ⊗ B →ₐc A ⊗ C
is the natural bialgebra morphism induced by f : B →ₐc C
.
Equations
Instances For
rTensor A f : B ⊗ A →ₐc C ⊗ A
is the natural bialgebra morphism induced by f : B →ₐc C
.