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
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement · cited by 8,698
- CategoryTheory.NatTrans.appstatement · cited by 7,406
- CategoryTheory.NatTransstatement and proof · cited by 82
Cited by320
Results whose statement or proof uses this declaration.
- CategoryTheory.NatTrans.naturality_assocproof · cited by 68
- CategoryTheory.NatTrans.naturality_applyproof · cited by 51
- CategoryTheory.Limits.Cone.wproof · cited by 40
- CategoryTheory.ComposableArrows.naturality'proof · cited by 31
- CategoryTheory.Functor.ext_of_isoproof · cited by 28
- CategoryTheory.NatIso.naturality_1proof · cited by 18
- CategoryTheory.ShiftedHom.mk₀_compproof · cited by 13
- CategoryTheory.Adjunction.unit_naturalityproof · cited by 12
- CategoryTheory.NatIso.isIso_of_isIso_appproof · cited by 11
- AlgebraicGeometry.Scheme.ΓSpecIso_naturalityproof · cited by 11
- CategoryTheory.NatIso.naturality_2proof · cited by 10
- AlgebraicGeometry.Scheme.toSpecΓ_naturalityproof · cited by 9
Showing the 200 most cited of 320.