The category of Hopf algebras over a commutative ring #
We introduce the bundled category HopfAlgebraCat
of Hopf algebras over a fixed commutative ring
R
along with the forgetful functor to BialgebraCat
.
This file mimics Mathlib.LinearAlgebra.QuadraticForm.QuadraticModuleCat
.
The category of R
-Hopf algebras.
- carrier : Type v
The underlying type.
- instHopfAlgebra : HopfAlgebra R self.carrier
Instances For
instance
HopfAlgebraCat.instCoeSortType
{R : Type u}
[CommRing R]
:
CoeSort (HopfAlgebraCat R) (Type v)
Equations
- HopfAlgebraCat.instCoeSortType = { coe := fun (x : HopfAlgebraCat R) => x.carrier }
The object in the category of R
-Hopf algebras associated to an R
-Hopf algebra.
Instances For
@[simp]
theorem
HopfAlgebraCat.of_carrier
(R : Type u)
[CommRing R]
(X : Type v)
[Ring X]
[HopfAlgebra R X]
:
@[simp]
theorem
HopfAlgebraCat.of_instRing
(R : Type u)
[CommRing R]
(X : Type v)
[Ring X]
[HopfAlgebra R X]
:
@[simp]
theorem
HopfAlgebraCat.of_instHopfAlgebra
(R : Type u)
[CommRing R]
(X : Type v)
[Ring X]
[HopfAlgebra R X]
:
@[simp]
@[simp]
theorem
HopfAlgebraCat.of_counit
{R : Type u}
[CommRing R]
{X : Type v}
[Ring X]
[HopfAlgebra R X]
:
theorem
HopfAlgebraCat.Hom.ext
{R : Type u}
{inst✝ : CommRing R}
{V W : HopfAlgebraCat R}
{x y : V.Hom W}
(toBialgHom : x.toBialgHom = y.toBialgHom)
:
theorem
HopfAlgebraCat.Hom.toBialgHom_injective
{R : Type u}
[CommRing R]
(V W : HopfAlgebraCat R)
:
Equations
theorem
HopfAlgebraCat.hom_ext
{R : Type u}
[CommRing R]
{X Y : HopfAlgebraCat R}
(f g : X ⟶ Y)
(h : f.toBialgHom = g.toBialgHom)
:
@[reducible, inline]
abbrev
HopfAlgebraCat.ofHom
{R : Type u}
[CommRing R]
{X Y : Type v}
[Ring X]
[Ring Y]
[HopfAlgebra R X]
[HopfAlgebra R Y]
(f : X →ₐc[R] Y)
:
Typecheck a BialgHom
as a morphism in HopfAlgebraCat R
.
Instances For
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.toHopfAlgebraCatIso
{R : Type u}
[CommRing R]
{X Y : Type v}
[Ring X]
[Ring Y]
[HopfAlgebra R X]
[HopfAlgebra R Y]
(e : X ≃ₐc[R] Y)
:
Build an isomorphism in the category HopfAlgebraCat R
from a
BialgEquiv
.
Equations
- e.toHopfAlgebraCatIso = { hom := HopfAlgebraCat.ofHom ↑e, inv := HopfAlgebraCat.ofHom ↑e.symm, hom_inv_id := ⋯, inv_hom_id := ⋯ }
Instances For
@[simp]
theorem
BialgEquiv.toHopfAlgebraCatIso_hom_toBialgHom
{R : Type u}
[CommRing R]
{X Y : Type v}
[Ring X]
[Ring Y]
[HopfAlgebra R X]
[HopfAlgebra R Y]
(e : X ≃ₐc[R] Y)
:
@[simp]
theorem
BialgEquiv.toHopfAlgebraCatIso_inv_toBialgHom
{R : Type u}
[CommRing R]
{X Y : Type v}
[Ring X]
[Ring Y]
[HopfAlgebra R X]
[HopfAlgebra R Y]
(e : X ≃ₐc[R] Y)
:
@[simp]
theorem
BialgEquiv.toHopfAlgebraCatIso_symm
{R : Type u}
[CommRing R]
{X Y : Type v}
[Ring X]
[Ring Y]
[HopfAlgebra R X]
[HopfAlgebra R Y]
(e : X ≃ₐc[R] Y)
:
@[simp]
theorem
BialgEquiv.toHopfAlgebraCatIso_trans
{R : Type u}
[CommRing R]
{X Y Z : Type v}
[Ring X]
[Ring Y]
[Ring Z]
[HopfAlgebra R X]
[HopfAlgebra R Y]
[HopfAlgebra R Z]
(e : X ≃ₐc[R] Y)
(f : Y ≃ₐc[R] Z)
:
def
CategoryTheory.Iso.toHopfAlgEquiv
{R : Type u}
[CommRing R]
{X Y : HopfAlgebraCat R}
(i : X ≅ Y)
:
Build a BialgEquiv
from an isomorphism in the category
HopfAlgebraCat R
.
Equations
- i.toHopfAlgEquiv = { toCoalgHom := i.hom.toBialgHom.toCoalgHom, invFun := ⇑i.inv.toBialgHom, left_inv := ⋯, right_inv := ⋯, map_mul' := ⋯ }
Instances For
@[simp]
theorem
CategoryTheory.Iso.toHopfAlgEquiv_toBialgHom
{R : Type u}
[CommRing R]
{X Y : HopfAlgebraCat R}
(i : X ≅ Y)
:
@[simp]
theorem
CategoryTheory.Iso.toHopfAlgEquiv_symm
{R : Type u}
[CommRing R]
{X Y : HopfAlgebraCat R}
(e : X ≅ Y)
:
@[simp]
theorem
CategoryTheory.Iso.toHopfAlgEquiv_trans
{R : Type u}
[CommRing R]
{X Y Z : HopfAlgebraCat R}
(e : X ≅ Y)
(f : Y ≅ Z)
: