Theorems · Theorem · category theory
CategoryTheory.IsIso.out
∀ {C : Type u} {inst : CategoryTheory.Category.{v, u} C} {X Y : C} {f : X ⟶ Y} [self : CategoryTheory.IsIso f],
∃ inv,
CategoryTheory.CategoryStruct.comp f inv = CategoryTheory.CategoryStruct.id X ∧
CategoryTheory.CategoryStruct.comp inv f = CategoryTheory.CategoryStruct.id YThe existence of an inverse morphism.
- Defined in
- Mathlib.CategoryTheory.Iso
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
- Assumes
- CategoryTheory.IsIso
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.CategoryStruct.idstatement · cited by 6,235
- CategoryTheory.IsIsostatement and proof · cited by 1,156
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.invproof · cited by 467
- CategoryTheory.IsIso.hom_inv_idproof · cited by 97
- CategoryTheory.IsIso.inv_hom_idproof · cited by 88