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
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 equalizer in CommRingCat
is the equalizer as sets. This is the equalizer fork.
Equations
- One or more equations did not get rendered due to their size.
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
- (_ : IsLocalRingHom (CategoryTheory.Limits.Fork.ι (CommRingCat.equalizerFork f g))) = (_ : IsLocalRingHom (CategoryTheory.Limits.Fork.ι (CommRingCat.equalizerFork f g)))
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.
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.