Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Iso.hom_inv_id_app_assoc

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
  {F G : CategoryTheory.Functor C D} (α : F ≅ G) (X : C) {Z : D} (h : F.obj X ⟶ Z),
  CategoryTheory.CategoryStruct.comp (α.hom.app X) (CategoryTheory.CategoryStruct.comp (α.inv.app X) h) = h
Defined in
Mathlib.CategoryTheory.NatIso
Cited by
40 results in Mathlib
Foundations
Depth 23 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.NatIso.naturality_2 · cited by 10NatIso.naturality_2CategoryTheory.CatCenter.localization_app · cited by 5CatCenter.localization_appCategoryTheory.LocalizerMorphism.equiv_smallHomMap · cited by 4LocalizerMorphism.equiv_s…CategoryTheory.Abelian.Ext.mapExactFunctor_hom · cited by 4Ext.mapExactFunctor_homCategoryTheory.LocalizerMorphism.homMap_apply · cited by 4LocalizerMorphism.homMap_…CategoryTheory.Adjunction.isTriangulated_rightAdjoint · cited by 3Adjunction.isTriangulated…CategoryTheory.Functor.map_shiftFunctorCompIsoId_inv_app · cited by 3Functor.map_shiftFunctorC…CategoryTheory.LocalizerMorphism.isLeftDerivabilityStructure_of_isLocalizedEquivalence · cited by 3LocalizerMorphism.isLeftD…CategoryTheory.shiftFunctorComm_inv_app_of_add_eq_zero · cited by 2CategoryTheory.shiftFunct…CategoryTheory.LocalizerMorphism.hasLeftResolutions_of_iso_of_essSurj · cited by 2LocalizerMorphism.hasLeft…CategoryTheory.Equivalence.counitIso_inv_app_tensor_comp_functor_map_δ_inverse · cited by 2Equivalence.counitIso_inv…CategoryTheory.TwoSquare.GuitartExact.vComp_iff_of_equivalences · cited by 2GuitartExact.vComp_iff_of…CategoryTheory.TwoSquare.GuitartExact.whiskerVertical_iff · cited by 2GuitartExact.whiskerVerti…CategoryTheory.LocalizerMorphism.homMap_map · cited by 2LocalizerMorphism.homMap_…CategoryTheory.Adjunction.CommShift.compatibilityCounit_of_compatibilityUnit · cited by 2CommShift.compatibilityCo…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Category.id_comp · cited by 1998Category.id_compCategoryTheory.Iso.hom_inv_id_app · cited by 62Iso.hom_inv_id_appIso.hom_inv_id_app_assocCITED BYCITES

Cites12

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

Cited by40

Results whose statement or proof uses this declaration.