Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.NatIso.naturality_2

∀ {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} {X Y : C} (α : F ≅ G) (f : X ⟶ Y),
  CategoryTheory.CategoryStruct.comp (α.hom.app X) (CategoryTheory.CategoryStruct.comp (G.map f) (α.inv.app Y)) =
    F.map f
Defined in
Mathlib.CategoryTheory.NatIso
Cited by
10 results in Mathlib
Foundations
Depth 24 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.Equivalence.fun_inv_map · cited by 9Equivalence.fun_inv_mapCategoryTheory.Pretriangulated.shiftFunctor_op_map · cited by 2Pretriangulated.shiftFunc…CategoryTheory.shift_shift_neg' · cited by 1CategoryTheory.shift_shif…CategoryTheory.shift_neg_shift' · cited by 1CategoryTheory.shift_neg_…CategoryTheory.Functor.fun_inv_map · cited by 1Functor.fun_inv_mapCategoryTheory.reflectsIsomorphisms_of_iso · cited by 1CategoryTheory.reflectsIs…CategoryTheory.Pseudofunctor.mapComp'_naturality_2 · cited by 1Pseudofunctor.mapComp'_na…CategoryTheory.LocalizerMorphism.smallShiftedHomMap_mk · cited by 1LocalizerMorphism.smallSh…CategoryTheory.NatIso.naturality_2_assoc · cited by 0NatIso.naturality_2_assocCategoryTheory.shiftZero' · cited by 0CategoryTheory.shiftZero'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.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.NatTrans.naturality · cited by 318NatTrans.naturalityCategoryTheory.Iso.hom_inv_id_app_assoc · cited by 40Iso.hom_inv_id_app_assocNatIso.naturality_2CITED BYCITES

Cites12

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

Cited by10

Results whose statement or proof uses this declaration.