Mathlib Map

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
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.EnrichedCategory

Around this declaration

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

CategoryTheory.e_assoc' · cited by 4CategoryTheory.e_assoc'CategoryTheory.eHomWhiskerLeft_comp · cited by 2CategoryTheory.eHomWhiske…CategoryTheory.Enriched.FunctorCategory.enriched_assoc · cited by 2FunctorCategory.enriched_…CategoryTheory.eComp_eHomWhiskerLeft · cited by 2CategoryTheory.eComp_eHom…CategoryTheory.eHom_whisker_exchange · cited by 1CategoryTheory.eHom_whisk…CategoryTheory.CatEnriched.hComp_assoc_heq · cited by 0CatEnriched.hComp_assoc_h…CategoryTheory.e_assoc_assoc · cited by 0CategoryTheory.e_assoc_as…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.whiskerLeft · cited by 915MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.whiskerRight · cited by 903MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.associator · cited by 667MonoidalCategoryStruct.as…CategoryTheory.EnrichedCategory.Hom · cited by 114EnrichedCategory.HomCategoryTheory.EnrichedCategory · cited by 99CategoryTheory.EnrichedCa…CategoryTheory.eComp · cited by 64CategoryTheory.eCompCategoryTheory.EnrichedCategory.assoc · cited by 1EnrichedCategory.assocCategoryTheory.e_assocCITED BYCITES

Cites13

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

Cited by7

Results whose statement or proof uses this declaration.