Constructions of (co)limits in CommRingCat
#
In this file we provide the explicit (co)cones for various (co)limits in CommRingCat
, including
- tensor product is the pushout
Z
is the initial object0
is the strict terminal object- cartesian product is the product
- arbitrary direct product of a family of rings is the product object (Pi object)
RingHom.eqLocus
is the equalizer
The explicit cocone with tensor products as the fibered product in CommRingCat
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Verify that the pushout_cocone
is indeed the colimit.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The trivial ring is the (strict) terminal object of CommRingCat
.
Equations
Instances For
ℤ
is the initial object of CommRingCat
.
Instances For
The product in CommRingCat
is the cartesian product. This is the binary fan.
Equations
- CommRingCat.prodFan A B = CategoryTheory.Limits.BinaryFan.mk (CommRingCat.ofHom (RingHom.fst ↑A ↑B)) (CommRingCat.ofHom (RingHom.snd ↑A ↑B))
Instances For
The product in CommRingCat
is the cartesian product.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The categorical product of rings is the cartesian product of rings. This is its Fan
.
Equations
- CommRingCat.piFan R = CategoryTheory.Limits.Fan.mk (CommRingCat.of ((i : ι) → ↑(R i))) (Pi.evalRingHom fun (i : ι) => ↑(R i))
Instances For
The categorical product of rings is the cartesian product of rings.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The categorical product and the usual product agrees
Equations
- CommRingCat.piIsoPi R = CategoryTheory.Limits.limit.isoLimitCone { cone := CommRingCat.piFan R, isLimit := CommRingCat.piFanIsLimit R }
Instances For
The categorical product and the usual product agrees
Equations
- RingEquiv.piEquivPi R = CategoryTheory.Iso.commRingCatIsoToRingEquiv (CommRingCat.piIsoPi fun (x : ι) => CommRingCat.of (R x))
Instances For
The equalizer in CommRingCat
is the equalizer as sets. This is the equalizer fork.
Equations
Instances For
The equalizer in CommRingCat
is the equalizer as sets.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
In the category of CommRingCat
, the pullback of f : A ⟶ C
and g : B ⟶ C
is the eqLocus
of the two maps A × B ⟶ C
. This is the constructed pullback cone.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The constructed pullback cone is indeed the limit.
Equations
- One or more equations did not get rendered due to their size.