Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Iso.inv_hom_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 : G.obj X ⟶ Z),
  CategoryTheory.CategoryStruct.comp (α.inv.app X) (CategoryTheory.CategoryStruct.comp (α.hom.app X) h) = h
Defined in
Mathlib.CategoryTheory.NatIso
Cited by
57 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_1 · cited by 18NatIso.naturality_1CategoryTheory.Localization.exists_leftFraction · cited by 14Localization.exists_leftF…CategoryTheory.ShiftedHom.mk₀_comp · cited by 13ShiftedHom.mk₀_compCategoryTheory.LocalizerMorphism.equiv_smallHomMap · cited by 4LocalizerMorphism.equiv_s…CategoryTheory.NatTrans.shift_app · cited by 3NatTrans.shift_appCategoryTheory.LocalizerMorphism.isRightDerivabilityStructure_iff · cited by 3LocalizerMorphism.isRight…CategoryTheory.Pretriangulated.opShiftFunctorEquivalence_add_unitIso_inv_app_eq · cited by 2Pretriangulated.opShiftFu…CategoryTheory.Functor.mapDerivedCategoryFactors_inv_app_mapDerivedCategorySingleFunctor_hom_app · cited by 2Functor.mapDerivedCategor…CategoryTheory.Functor.map_opShiftFunctorEquivalence_counitIso_hom_app_unop · cited by 2Functor.map_opShiftFuncto…CategoryTheory.Localization.SmallShiftedHom.equiv_shift' · cited by 2SmallShiftedHom.equiv_shi…CategoryTheory.LocalizerMorphism.homMap_comp · cited by 2LocalizerMorphism.homMap_…CategoryTheory.Adjunction.shift_counit_app · cited by 2Adjunction.shift_counit_a…CategoryTheory.ShortComplex.ShortExact.mapShiftedHom_singleδ' · cited by 2ShortExact.mapShiftedHom_…CategoryTheory.Pretriangulated.shiftFunctorAdd'_op_inv_app · cited by 2Pretriangulated.shiftFunc…CategoryTheory.Pretriangulated.shiftFunctorCompIsoId_op_hom_app · cited by 2Pretriangulated.shiftFunc…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.inv_hom_id_app · cited by 76Iso.inv_hom_id_appIso.inv_hom_id_app_assocCITED BYCITES

Cites12

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

Cited by57

Results whose statement or proof uses this declaration.