Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.NatTrans.naturality

∀ {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),
  CategoryTheory.CategoryStruct.comp (F.map f) (self.app Y) = CategoryTheory.CategoryStruct.comp (self.app X) (G.map f)

The naturality square for a given morphism.

Defined in
Mathlib.CategoryTheory.NatTrans
Cited by
318 results in Mathlib
Foundations
Depth 4 from the axioms, rests on 13 definitions · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.NatTrans.naturality_assoc · cited by 68NatTrans.naturality_assocCategoryTheory.NatTrans.naturality_apply · cited by 51NatTrans.naturality_applyCategoryTheory.Limits.Cone.w · cited by 40Cone.wCategoryTheory.ComposableArrows.naturality' · cited by 31ComposableArrows.naturali…CategoryTheory.Functor.ext_of_iso · cited by 28Functor.ext_of_isoCategoryTheory.NatIso.naturality_1 · cited by 18NatIso.naturality_1CategoryTheory.ShiftedHom.mk₀_comp · cited by 13ShiftedHom.mk₀_compCategoryTheory.Adjunction.unit_naturality · cited by 12Adjunction.unit_naturalityCategoryTheory.NatIso.isIso_of_isIso_app · cited by 11NatIso.isIso_of_isIso_appAlgebraicGeometry.Scheme.ΓSpecIso_naturality · cited by 11Scheme.ΓSpecIso_naturalityCategoryTheory.NatIso.naturality_2 · cited by 10NatIso.naturality_2AlgebraicGeometry.Scheme.toSpecΓ_naturality · cited by 9Scheme.toSpecΓ_naturalityAlgebraicGeometry.PresheafedSpace.IsOpenImmersion.app_invApp · cited by 8IsOpenImmersion.app_invAppCategoryTheory.toSheafify_naturality · cited by 7CategoryTheory.toSheafify…CategoryTheory.Localization.natTrans_ext · cited by 7Localization.natTrans_extCategoryTheory.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.NatTrans · cited by 82CategoryTheory.NatTransNatTrans.naturalityCITED BYCITES

Cites8

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

Cited by320

Results whose statement or proof uses this declaration.