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
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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 and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.NatTrans.naturalityproof · cited by 318
- CategoryTheory.NatTransstatement and proof · cited by 82
Cited by68
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.HasColimit.ι_isoOfEquivalence_homproof · cited by 5
- CategoryTheory.LocalizerMorphism.homMap_applyproof · cited by 4
- AlgebraicGeometry.morphismRestrict_appproof · cited by 4
- CategoryTheory.NatTrans.naturality_2proof · cited by 3
- CategoryTheory.Functor.ShiftSequence.induced_shiftMapproof · cited by 3
- CategoryTheory.Pretriangulated.shiftFunctorCompIsoId_op_hom_appproof · cited by 2
- CategoryTheory.Adjunction.homEquiv_ofNatIsoLeft_symm_applyproof · cited by 2
- CategoryTheory.GradedObject.mapBifunctorLeftUnitor_inv_naturalityproof · cited by 2
- CategoryTheory.Triangulated.TStructure.ω₁δ_appproof · cited by 2
- AlgebraicGeometry.Scheme.Hom.toNormalization_app_preimageproof · cited by 2