Theorems · Definition · category theory
CategoryTheory.Functor.associator
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
{E : Type u₃} →
[inst_2 : CategoryTheory.Category.{v₃, u₃} E] →
{E' : Type u₄} →
[inst_3 : CategoryTheory.Category.{v₄, u₄} E'] →
(F : CategoryTheory.Functor C D) →
(G : CategoryTheory.Functor D E) →
(H : CategoryTheory.Functor E E') → (F.comp G).comp H ≅ F.comp (G.comp H)The associator for functors, a natural isomorphism ((F ⋙ G) ⋙ H) ≅ (F ⋙ (G ⋙ H)).
(In fact, iso.refl _ will work here, but it tends to make Lean slow later,
and it's usually best to insert explicit associators.)
- Defined in
- Mathlib.CategoryTheory.Functor.Category
- Cited by
- 276 results in Mathlib
- Foundations
- Depth 23 from the axioms, rests on 109 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Isostatement · cited by 3,963
Cited by410
Results whose statement or proof uses this declaration.
- CategoryTheory.Equivalence.transproof · cited by 57
- CategoryTheory.Adjunction.compproof · cited by 42
- CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precomposeproof · cited by 37
- CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformproof · cited by 37
- CategoryTheory.Equivalence.invFunIdAssocproof · cited by 31
- CategoryTheory.Adjunction.comp_unit_appproof · cited by 25
- CategoryTheory.Limits.fiberwiseColimitproof · cited by 23
- CategoryTheory.mateEquivproof · cited by 22
- CategoryTheory.SingleFunctors.postcompproof · cited by 22
- CategoryTheory.Functor.whiskerLeft_twicestatement · cited by 21
- CategoryTheory.Join.mapPairCompproof · cited by 20
- CategoryTheory.Adjunction.comp_counit_appproof · cited by 19
Showing the 200 most cited of 410.