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
- CommRingCat.pushoutCocone R A B = CategoryTheory.Limits.PushoutCocone.mk Algebra.TensorProduct.includeLeftRingHom Algebra.TensorProduct.includeRight.toRingHom ⋯
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
- A.prodFan 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
- CommRingCat.piFanIsLimit R = { lift := fun (s : CategoryTheory.Limits.Cone (CategoryTheory.Discrete.functor R)) => Pi.ringHom fun (i : ι) => s.π.app { as := i }, fac := ⋯, uniq := ⋯ }
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 = (CommRingCat.piIsoPi fun (x : ι) => CommRingCat.of (R x)).commRingCatIsoToRingEquiv
Instances For
The equalizer in CommRingCat
is the equalizer as sets. This is the equalizer fork.
Equations
- CommRingCat.equalizerFork f g = CategoryTheory.Limits.Fork.ofι (CommRingCat.ofHom (RingHom.eqLocus f g).subtype) ⋯
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
- ⋯ = ⋯
Alias of CommRingCat.equalizer_ι_isLocalHom
.
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.