The category of bialgebras over a commutative ring #
We introduce the bundled category BialgebraCat
of bialgebras over a fixed commutative ring R
along with the forgetful functors to CoalgebraCat
and AlgebraCat
.
This file mimics Mathlib.LinearAlgebra.QuadraticForm.QuadraticModuleCat
.
Equations
- BialgebraCat.instCoeSortType = { coe := fun (x : BialgebraCat R) => x.carrier }
The object in the category of R
-bialgebras associated to an R
-bialgebra.
Instances For
theorem
BialgebraCat.Hom.ext
{R : Type u}
{inst✝ : CommRing R}
{V W : BialgebraCat R}
{x y : V.Hom W}
(toBialgHom : x.toBialgHom = y.toBialgHom)
:
Equations
theorem
BialgebraCat.hom_ext
{R : Type u}
[CommRing R]
{X Y : BialgebraCat R}
(f g : X ⟶ Y)
(h : f.toBialgHom = g.toBialgHom)
:
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
def
BialgEquiv.toBialgebraCatIso
{R : Type u}
[CommRing R]
{X Y : Type v}
[Ring X]
[Ring Y]
[Bialgebra R X]
[Bialgebra R Y]
(e : X ≃ₐc[R] Y)
:
Build an isomorphism in the category BialgebraCat R
from a
BialgEquiv
.
Equations
- e.toBialgebraCatIso = { hom := BialgebraCat.ofHom ↑e, inv := BialgebraCat.ofHom ↑e.symm, hom_inv_id := ⋯, inv_hom_id := ⋯ }
Instances For
@[simp]
Build a BialgEquiv
from an isomorphism in the category
BialgebraCat R
.
Equations
- i.toBialgEquiv = { toCoalgHom := i.hom.toBialgHom.toCoalgHom, invFun := ⇑i.inv.toBialgHom, left_inv := ⋯, right_inv := ⋯, map_mul' := ⋯ }
Instances For
@[simp]
theorem
CategoryTheory.Iso.toBialgEquiv_toBialgHom
{R : Type u}
[CommRing R]
{X Y : BialgebraCat R}
(i : X ≅ Y)
:
@[simp]
@[simp]
theorem
CategoryTheory.Iso.toBialgEquiv_symm
{R : Type u}
[CommRing R]
{X Y : BialgebraCat R}
(e : X ≅ Y)
:
@[simp]
theorem
CategoryTheory.Iso.toBialgEquiv_trans
{R : Type u}
[CommRing R]
{X Y Z : BialgebraCat R}
(e : X ≅ Y)
(f : Y ≅ Z)
: