Limits involving zero objects #
Binary products and coproducts with a zero object always exist, and pullbacks/pushouts over a zero object are products/coproducts.
The limit cone for the product with a zero object.
Equations
Instances For
The limit cone for the product with a zero object is limiting.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- (_ : CategoryTheory.Limits.HasBinaryProduct 0 X) = (_ : CategoryTheory.Limits.HasLimit (CategoryTheory.Limits.pair 0 X))
A zero object is a left unit for categorical product.
Equations
Instances For
The limit cone for the product with a zero object.
Equations
Instances For
The limit cone for the product with a zero object is limiting.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- (_ : CategoryTheory.Limits.HasBinaryProduct X 0) = (_ : CategoryTheory.Limits.HasLimit (CategoryTheory.Limits.pair X 0))
A zero object is a right unit for categorical product.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The colimit cocone for the coproduct with a zero object.
Equations
Instances For
The colimit cocone for the coproduct with a zero object is colimiting.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- (_ : CategoryTheory.Limits.HasBinaryCoproduct 0 X) = (_ : CategoryTheory.Limits.HasColimit (CategoryTheory.Limits.pair 0 X))
A zero object is a left unit for categorical coproduct.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The colimit cocone for the coproduct with a zero object.
Equations
Instances For
The colimit cocone for the coproduct with a zero object is colimiting.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- (_ : CategoryTheory.Limits.HasBinaryCoproduct X 0) = (_ : CategoryTheory.Limits.HasColimit (CategoryTheory.Limits.pair X 0))
A zero object is a right unit for categorical coproduct.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- (_ : CategoryTheory.Limits.HasPullback 0 0) = (_ : CategoryTheory.Limits.HasLimit (CategoryTheory.Limits.cospan 0 0))
The pullback over the zero object is the product.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- (_ : CategoryTheory.Limits.HasPushout 0 0) = (_ : CategoryTheory.Limits.HasColimit (CategoryTheory.Limits.span 0 0))
The pushout over the zero object is the coproduct.
Equations
- One or more equations did not get rendered due to their size.