Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.MonoidalCategory.associator_inv_naturality_right_assoc

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.MonoidalCategory C] (X Y : C)
  {Z Z' : C} (f : Z ⟶ Z') {Z_1 : C}
  (h : CategoryTheory.MonoidalCategoryStruct.tensorObj (CategoryTheory.MonoidalCategoryStruct.tensorObj X Y) Z' ⟶ Z_1),
  CategoryTheory.CategoryStruct.comp
      (CategoryTheory.MonoidalCategoryStruct.whiskerLeft X (CategoryTheory.MonoidalCategoryStruct.whiskerLeft Y f))
      (CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.associator X Y Z').inv h) =
    CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.associator X Y Z).inv
      (CategoryTheory.CategoryStruct.comp
        (CategoryTheory.MonoidalCategoryStruct.whiskerLeft (CategoryTheory.MonoidalCategoryStruct.tensorObj X Y) f) h)
Defined in
Mathlib.CategoryTheory.Monoidal.Category
Cited by
11 results in Mathlib
Foundations
Depth 9 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategory

Around this declaration

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

CategoryTheory.MonoidalClosed.whiskerLeft_curry'_comp · cited by 3MonoidalClosed.whiskerLef…CategoryTheory.eHomWhiskerLeft_comp · cited by 2CategoryTheory.eHomWhiske…CategoryTheory.HopfObj.mul_antipode₂ · cited by 1HopfObj.mul_antipode₂CategoryTheory.MonoidalClosed.comp_id · cited by 1MonoidalClosed.comp_idCategoryTheory.MonoidalClosed.ihomUncurry_ihomCurry · cited by 1MonoidalClosed.ihomUncurr…CategoryTheory.MonoidalClosed.assoc · cited by 1MonoidalClosed.assocCategoryTheory.HopfObj.antipode_comul₂ · cited by 1HopfObj.antipode_comul₂CategoryTheory.GradedObject.Monoidal.pentagon_inv · cited by 1Monoidal.pentagon_invCategoryTheory.MonoidalCategory.Limits.pushout.associator_inv_naturality_right_condition · cited by 1pushout.associator_inv_na…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator_naturality · cited by 0PushoutProduct.associator…CategoryTheory.FreeMonoidalCategory.normalize_naturality · cited by 0FreeMonoidalCategory.norm…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.whiskerLeft · cited by 915MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.associator · cited by 667MonoidalCategoryStruct.as…CategoryTheory.MonoidalCategory.associator_inv_naturality_right · cited by 6MonoidalCategory.associat…MonoidalCategory.associator_i…CITED BYCITES

Cites10

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

Cited by11

Results whose statement or proof uses this declaration.