Theorems · Theorem · category theory
CategoryTheory.e_assoc
∀ (V : Type v) [inst : CategoryTheory.Category.{w, v} V] [inst_1 : CategoryTheory.MonoidalCategory V] {C : Type u₁}
[inst_2 : CategoryTheory.EnrichedCategory V C] (W X Y Z : C),
CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategoryStruct.associator (W ⟶[V] X) (X ⟶[V] Y) (Y ⟶[V] Z)).inv
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategoryStruct.whiskerRight (CategoryTheory.eComp V W X Y) (Y ⟶[V] Z))
(CategoryTheory.eComp V W Y Z)) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategoryStruct.whiskerLeft (W ⟶[V] X) (CategoryTheory.eComp V X Y Z))
(CategoryTheory.eComp V W X Z)- Defined in
- Mathlib.CategoryTheory.Enriched.Basic
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Iso.invstatement · cited by 6,514
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.whiskerLeftstatement · cited by 915
- CategoryTheory.MonoidalCategoryStruct.whiskerRightstatement · cited by 903
- CategoryTheory.MonoidalCategoryStruct.associatorstatement · cited by 667
- CategoryTheory.EnrichedCategory.Homstatement · cited by 114
- CategoryTheory.EnrichedCategorystatement and proof · cited by 99
- CategoryTheory.eCompstatement · cited by 64
Cited by7
Results whose statement or proof uses this declaration.
- CategoryTheory.e_assoc'proof · cited by 4
- CategoryTheory.eHomWhiskerLeft_compproof · cited by 2
- CategoryTheory.Enriched.FunctorCategory.enriched_assocproof · cited by 2
- CategoryTheory.eComp_eHomWhiskerLeftproof · cited by 2
- CategoryTheory.eHom_whisker_exchangeproof · cited by 1
- CategoryTheory.CatEnriched.hComp_assoc_heqproof · cited by 0
- CategoryTheory.e_assoc_assocproof · cited by 0