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
- CategoryTheory.Limits.binaryFanZeroLeftIsLimit X = CategoryTheory.Limits.BinaryFan.isLimitMk (fun (s : CategoryTheory.Limits.BinaryFan 0 X) => s.snd) ⋯ ⋯ ⋯
Instances For
Equations
- ⋯ = ⋯
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
- CategoryTheory.Limits.binaryFanZeroRightIsLimit X = CategoryTheory.Limits.BinaryFan.isLimitMk (fun (s : CategoryTheory.Limits.BinaryFan X 0) => s.fst) ⋯ ⋯ ⋯
Instances For
Equations
- ⋯ = ⋯
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
- CategoryTheory.Limits.binaryCofanZeroLeftIsColimit X = CategoryTheory.Limits.BinaryCofan.isColimitMk (fun (s : CategoryTheory.Limits.BinaryCofan 0 X) => s.inr) ⋯ ⋯ ⋯
Instances For
Equations
- ⋯ = ⋯
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
- CategoryTheory.Limits.binaryCofanZeroRightIsColimit X = CategoryTheory.Limits.BinaryCofan.isColimitMk (fun (s : CategoryTheory.Limits.BinaryCofan X 0) => s.inl) ⋯ ⋯ ⋯
Instances For
Equations
- ⋯ = ⋯
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
- ⋯ = ⋯
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
- ⋯ = ⋯
The pushout over the zero object is the coproduct.
Equations
- One or more equations did not get rendered due to their size.