Objects of a category up to an isomorphism #
IsIsomorphic X Y := Nonempty (X ≅ Y)
is an equivalence relation on the objects of a category.
The quotient with respect to this relation defines a functor from our category to Type
.
An object X
is isomorphic to an object Y
, if X ≅ Y
is not empty.
Equations
- CategoryTheory.IsIsomorphic X Y = Nonempty (X ≅ Y)
Instances For
IsIsomorphic
defines a setoid.
Equations
- CategoryTheory.isIsomorphicSetoid C = { r := CategoryTheory.IsIsomorphic, iseqv := ⋯ }
Instances For
The functor that sends each category to the quotient space of its objects up to an isomorphism.
Equations
- One or more equations did not get rendered due to their size.
Instances For
theorem
CategoryTheory.Groupoid.isIsomorphic_iff_nonempty_hom
{C : Type u}
[CategoryTheory.Groupoid C]
{X : C}
{Y : C}
:
CategoryTheory.IsIsomorphic X Y ↔ Nonempty (X ⟶ Y)