The category of commutative algebras over a commutative ring #
This file defines the bundled category CommAlgCat
of commutative algebras over a fixed commutative
ring R
along with the forgetful functors to CommRingCat
and AlgCat
.
Equations
The object in the category of R-algebras associated to a type equipped with the appropriate
typeclasses. This is the preferred way to construct a term of CommAlgCat R
.
Equations
- CategoryTheory.CommAlgCat.of R X = { carrier := X, commRing := inst✝¹, algebra := inst✝ }
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.
Turn a morphism in CommAlgCat
back into an AlgHom
.
Equations
Instances For
Use the ConcreteCategory.hom
projection for @[simps]
lemmas.
Equations
Instances For
The results below duplicate the ConcreteCategory
simp lemmas, but we can keep them for dsimp
.
Equations
- CategoryTheory.CommAlgCat.instInhabited = { default := CategoryTheory.CommAlgCat.of R R }
Equations
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.
Build an isomorphism in the category CommAlgCat R
from an AlgEquiv
between commutative
Algebra
s.
Equations
- CategoryTheory.CommAlgCat.isoMk e = { hom := CategoryTheory.CommAlgCat.ofHom ↑e, inv := CategoryTheory.CommAlgCat.ofHom ↑e.symm, hom_inv_id := ⋯, inv_hom_id := ⋯ }
Instances For
Build an AlgEquiv
from an isomorphism in the category CommAlgCat R
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Algebra equivalences between Algebra
s are the same as isomorphisms in CommAlgCat
.
Equations
- CategoryTheory.CommAlgCat.isoEquivAlgEquiv = { toFun := CategoryTheory.CommAlgCat.ofIso, invFun := CategoryTheory.CommAlgCat.isoMk, left_inv := ⋯, right_inv := ⋯ }
Instances For
The category of commutative algebras over a commutative ring R
is the same as commutative
rings under R
.
Equations
- One or more equations did not get rendered due to their size.