Theorems · Inductive type · category theory
CategoryTheory.IsIso
{C : Type u} → [inst : CategoryTheory.Category.{v, u} C] → {X Y : C} → (X ⟶ Y) → PropThe IsIso typeclass expresses that a morphism is invertible.
Given a morphism f with IsIso f, one can view f as an isomorphism via asIso f and get
the inverse using inv f.
- Defined in
- Mathlib.CategoryTheory.Iso
- Cited by
- 1,156 results in Mathlib
- Foundations
- Depth 2 from the axioms, rests on 7 definitions · uses no axioms
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement · cited by 32,673
- Quiver.Homstatement · cited by 32,603
Cited by1,360
Results whose statement or proof uses this declaration.
- CategoryTheory.invstatement and proof · cited by 467
- CategoryTheory.asIsostatement and proof · cited by 177
- CategoryTheory.MorphismProperty.IsInvertedByproof · cited by 118
- CategoryTheory.IsIso.hom_inv_idstatement and proof · cited by 97
- CategoryTheory.IsIso.inv_hom_idstatement and proof · cited by 88
- CategoryTheory.MorphismProperty.isomorphismsproof · cited by 66
- CategoryTheory.MorphismProperty.LeftFraction.mapproof · cited by 43
- CategoryTheory.Functor.map_invstatement and proof · cited by 38
- CategoryTheory.IsIso.inv_hom_id_assocstatement and proof · cited by 37
- CategoryTheory.MorphismProperty.cancel_left_of_respectsIsostatement and proof · cited by 33
- CategoryTheory.IsIso.hom_inv_id_assocstatement and proof · cited by 29
- CategoryTheory.IsIso.inv_eq_of_hom_inv_idstatement and proof · cited by 24
Showing the 200 most cited of 1,360.