Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.MonoidalCategory.leftUnitor_whiskerRight

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.MonoidalCategory C] (X Y : C),
  CategoryTheory.MonoidalCategoryStruct.whiskerRight (CategoryTheory.MonoidalCategoryStruct.leftUnitor X).hom Y =
    CategoryTheory.CategoryStruct.comp
      (CategoryTheory.MonoidalCategoryStruct.associator (CategoryTheory.MonoidalCategoryStruct.tensorUnit C) X Y).hom
      (CategoryTheory.MonoidalCategoryStruct.leftUnitor (CategoryTheory.MonoidalCategoryStruct.tensorObj X Y)).hom

We state it as a simp lemma, which is regarded as an involved version of id_whiskerRight X Y : 𝟙 X ▷ Y = 𝟙 (X ⊗ Y).

Defined in
Mathlib.CategoryTheory.Monoidal.Category
Cited by
9 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategory

Around this declaration

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

CategoryTheory.MonoidalCategory.leftUnitor_inv_whiskerRight · cited by 7MonoidalCategory.leftUnit…CategoryTheory.MonoidalCategory.leftUnitor_monoidal · cited by 3MonoidalCategory.leftUnit…CategoryTheory.MonoidalCategory.tensor_left_unitality · cited by 3MonoidalCategory.tensor_l…CategoryTheory.MonoidalCategory.leftUnitor_tensor_hom · cited by 1MonoidalCategory.leftUnit…CategoryTheory.MonoidalCategory.leftUnitor_tensor_hom' · cited by 1MonoidalCategory.leftUnit…CategoryTheory.MonoidalCategory.leftUnitor_tensor_hom'' · cited by 1MonoidalCategory.leftUnit…CategoryTheory.tensorLeftHomEquiv_tensor · cited by 0CategoryTheory.tensorLeft…Bimod.id_whiskerLeft_bimod · cited by 0Bimod.id_whiskerLeft_bimodCategoryTheory.MonoidalCategory.leftUnitor_whiskerRight_assoc · cited by 0MonoidalCategory.leftUnit…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.tensorUnit · cited by 1384MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategoryStruct.whiskerLeft · cited by 915MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.whiskerRight · cited by 903MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.associator · cited by 667MonoidalCategoryStruct.as…CategoryTheory.MonoidalCategoryStruct.leftUnitor · cited by 437MonoidalCategoryStruct.le…CategoryTheory.MonoidalCategoryStruct.rightUnitor · cited by 397MonoidalCategoryStruct.ri…CategoryTheory.cancel_epi · cited by 380CategoryTheory.cancel_epiCategoryTheory.MonoidalCategory.whiskerLeft_comp · cited by 82MonoidalCategory.whiskerL…CategoryTheory.MonoidalCategory.comp_whiskerRight_assoc · cited by 19MonoidalCategory.comp_whi…MonoidalCategory.leftUnitor_w…CITED BYCITES

Cites20

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

Cited by9

Results whose statement or proof uses this declaration.