Theorems · Theorem · category theory
CategoryTheory.IsIso.inv_comp
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y Z : C} {f : X ⟶ Y} {h : Y ⟶ Z}
[inst_1 : CategoryTheory.IsIso f] [inst_2 : CategoryTheory.IsIso h],
CategoryTheory.inv (CategoryTheory.CategoryStruct.comp f h) =
CategoryTheory.CategoryStruct.comp (CategoryTheory.inv h) (CategoryTheory.inv f)- Defined in
- Mathlib.CategoryTheory.Iso
- Cited by
- 22 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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 and proof · cited by 17,999
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.IsIsostatement and proof · cited by 1,156
- CategoryTheory.invstatement and proof · cited by 467
- CategoryTheory.IsIso.hom_inv_idproof · cited by 97
- CategoryTheory.IsIso.hom_inv_id_assocproof · cited by 29
- CategoryTheory.IsIso.inv_eq_of_hom_inv_idproof · cited by 24
Cited by22
Results whose statement or proof uses this declaration.
- CategoryTheory.MonoidalCategory.whiskerLeft_rightUnitor_invproof · cited by 8
- CategoryTheory.MonoidalCategory.leftUnitor_inv_whiskerRightproof · cited by 7
- CategoryTheory.Bicategory.whiskerLeft_rightUnitor_invproof · cited by 7
- CategoryTheory.MonoidalCategory.pentagon_invproof · cited by 4
- CategoryTheory.Bicategory.leftUnitor_inv_whiskerRightproof · cited by 3
- CategoryTheory.Bicategory.pentagon_invproof · cited by 3
- CategoryTheory.MonoidalCategory.pentagon_hom_hom_inv_inv_homproof · cited by 2
- CategoryTheory.BraidedCategory.braiding_tensor_left_invproof · cited by 2
- CategoryTheory.MonoidalCategory.pentagon_inv_hom_hom_hom_invproof · cited by 2
- CategoryTheory.BraidedCategory.braiding_tensor_right_invproof · cited by 2
- CategoryTheory.MonoidalCategory.pentagon_inv_inv_hom_inv_invproof · cited by 2
- CategoryTheory.Functor.congr_inv_of_congr_homproof · cited by 1