Zero objects #
A category "has a zero object" if it has an object which is both initial and terminal. Having a
zero object provides zero morphisms, as the unique morphisms factoring through the zero object;
see CategoryTheory.Limits.Shapes.ZeroMorphisms.
References #
- [F. Borceux, Handbook of Categorical Algebra 2][borceux-vol2]
An object X in a category is a zero object if for every object Y
there is a unique morphism to : X โ Y and a unique morphism from : Y โ X.
This is a characteristic predicate for HasZeroObject.
there are unique morphisms to the object
there are unique morphisms from the object
Instances For
If h : IsZero X, then h.to_ Y is a choice of unique morphism X โ Y.
to is a reserved word, it was replaced by to_
Instances For
If h : is_zero X, then h.from_ Y is a choice of unique morphism Y โ X.
from is a reserved word, it was replaced by from_
Instances For
Any two zero objects are isomorphic.
Instances For
A zero object is in particular initial.
Instances For
A zero object is in particular terminal.
Instances For
The (unique) isomorphism between any initial object and the zero object.
Instances For
The (unique) isomorphism between any terminal object and the zero object.
Instances For
A zero object is a retract of every object.
Instances For
A category "has a zero object" if it has an object which is both initial and terminal.
- zero : โ (X : C), IsZero X
there exists a zero object
Instances
Construct a Zero C for a category with a zero object.
This cannot be a global instance as it will trigger for every Zero C typeclass search.
Instances For
Every zero object is isomorphic to the zero object.
Instances For
There is a unique morphism from the zero object to any object X.
Instances For
There is a unique morphism from any object X to the zero object.
Instances For
A zero object is in particular initial.
Instances For
A zero object is in particular terminal.
Instances For
A zero object is in particular initial.
A zero object is in particular terminal.
The (unique) isomorphism between any initial object and the zero object.
Instances For
The (unique) isomorphism between any terminal object and the zero object.
Instances For
The (unique) isomorphism between the chosen initial object and the chosen zero object.
Instances For
The (unique) isomorphism between the chosen terminal object and the chosen zero object.