Mathlib Map

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
Assumes
CategoryTheory.CategoryCategoryTheory.IsIsoCategoryTheory.IsIso

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.MonoidalCategory.whiskerLeft_rightUnitor_inv · cited by 8MonoidalCategory.whiskerL…CategoryTheory.MonoidalCategory.leftUnitor_inv_whiskerRight · cited by 7MonoidalCategory.leftUnit…CategoryTheory.Bicategory.whiskerLeft_rightUnitor_inv · cited by 7Bicategory.whiskerLeft_ri…CategoryTheory.MonoidalCategory.pentagon_inv · cited by 4MonoidalCategory.pentagon…CategoryTheory.Bicategory.leftUnitor_inv_whiskerRight · cited by 3Bicategory.leftUnitor_inv…CategoryTheory.Bicategory.pentagon_inv · cited by 3Bicategory.pentagon_invCategoryTheory.MonoidalCategory.pentagon_hom_hom_inv_inv_hom · cited by 2MonoidalCategory.pentagon…CategoryTheory.BraidedCategory.braiding_tensor_left_inv · cited by 2BraidedCategory.braiding_…CategoryTheory.MonoidalCategory.pentagon_inv_hom_hom_hom_inv · cited by 2MonoidalCategory.pentagon…CategoryTheory.BraidedCategory.braiding_tensor_right_inv · cited by 2BraidedCategory.braiding_…CategoryTheory.MonoidalCategory.pentagon_inv_inv_hom_inv_inv · cited by 2MonoidalCategory.pentagon…CategoryTheory.Functor.congr_inv_of_congr_hom · cited by 1Functor.congr_inv_of_cong…CategoryTheory.MonoidalCategory.pentagon_hom_hom_inv_hom_hom · cited by 1MonoidalCategory.pentagon…CategoryTheory.Bicategory.pentagon_hom_hom_inv_hom_hom · cited by 1Bicategory.pentagon_hom_h…CategoryTheory.Bicategory.pentagon_hom_hom_inv_inv_hom · cited by 1Bicategory.pentagon_hom_h…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.IsIso · cited by 1156CategoryTheory.IsIsoCategoryTheory.inv · cited by 467CategoryTheory.invCategoryTheory.IsIso.hom_inv_id · cited by 97IsIso.hom_inv_idCategoryTheory.IsIso.hom_inv_id_assoc · cited by 29IsIso.hom_inv_id_assocCategoryTheory.IsIso.inv_eq_of_hom_inv_id · cited by 24IsIso.inv_eq_of_hom_inv_idIsIso.inv_compCITED BYCITES

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by22

Results whose statement or proof uses this declaration.