Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.NatTrans.naturality_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} (self : CategoryTheory.NatTrans F G) ⦃X Y : C⦄ (f : X ⟶ Y) {Z : D}
  (h : G.obj Y ⟶ Z),
  CategoryTheory.CategoryStruct.comp (F.map f) (CategoryTheory.CategoryStruct.comp (self.app Y) h) =
    CategoryTheory.CategoryStruct.comp (self.app X) (CategoryTheory.CategoryStruct.comp (G.map f) h)

The naturality square for a given morphism.

Defined in
Mathlib.CategoryTheory.NatTrans
Cited by
68 results in Mathlib
Foundations
Depth 6 from the axioms · uses Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.HasColimit.ι_isoOfEquivalence_hom · cited by 5HasColimit.ι_isoOfEquival…CategoryTheory.LocalizerMorphism.homMap_apply · cited by 4LocalizerMorphism.homMap_…AlgebraicGeometry.morphismRestrict_app · cited by 4AlgebraicGeometry.morphis…CategoryTheory.NatTrans.naturality_2 · cited by 3NatTrans.naturality_2CategoryTheory.Functor.ShiftSequence.induced_shiftMap · cited by 3ShiftSequence.induced_shi…AlgebraicGeometry.PresheafedSpace.IsOpenImmersion.isoRestrict_hom_ofRestrict · cited by 3IsOpenImmersion.isoRestri…CategoryTheory.Functor.map_opShiftFunctorEquivalence_counitIso_hom_app_unop · cited by 2Functor.map_opShiftFuncto…CategoryTheory.Pretriangulated.shiftFunctorCompIsoId_op_hom_app · cited by 2Pretriangulated.shiftFunc…CategoryTheory.Adjunction.homEquiv_ofNatIsoLeft_symm_apply · cited by 2Adjunction.homEquiv_ofNat…CategoryTheory.GradedObject.mapBifunctorLeftUnitor_inv_naturality · cited by 2GradedObject.mapBifunctor…CategoryTheory.Triangulated.TStructure.ω₁δ_app · cited by 2TStructure.ω₁δ_appAlgebraicGeometry.Scheme.Hom.toNormalization_app_preimage · cited by 2Hom.toNormalization_app_p…CategoryTheory.ComposableArrows.isComplex_of_iso · cited by 2ComposableArrows.isComple…AlgebraicGeometry.PresheafedSpace.GlueData.snd_invApp_t_app' · cited by 2GlueData.snd_invApp_t_app'CategoryTheory.GradedObject.mapBifunctorRightUnitor_inv_naturality · cited by 2GradedObject.mapBifunctor…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.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.NatTrans.naturality · cited by 318NatTrans.naturalityCategoryTheory.NatTrans · cited by 82CategoryTheory.NatTransNatTrans.naturality_assocCITED BYCITES

Cites10

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

Cited by68

Results whose statement or proof uses this declaration.