Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.MonoidalCategory.whisker_assoc

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

Around this declaration

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

CategoryTheory.MonoidalCategory.associator_inv_naturality_middle · cited by 5MonoidalCategory.associat…CategoryTheory.MonoidalCategory.associator_naturality_middle · cited by 5MonoidalCategory.associat…CategoryTheory.MonoidalCategory.associator_inv_naturality · cited by 4MonoidalCategory.associat…Bimod.TensorBimod.right_assoc' · cited by 3TensorBimod.right_assoc'CategoryTheory.MonoidalCategory.whisker_assoc_symm · cited by 2MonoidalCategory.whisker_…CategoryTheory.Mathlib.Tactic.MonTauto.associator_hom_comp_tensorHom_tensorHom_comp · cited by 1MonTauto.associator_hom_c…CategoryTheory.HopfObj.mul_antipode₂ · cited by 1HopfObj.mul_antipode₂CategoryTheory.Mathlib.Tactic.MonTauto.associator_inv_comp_tensorHom_tensorHom_comp · cited by 1MonTauto.associator_inv_c…CategoryTheory.tensorLeftHomEquiv_whiskerRight_comp_evaluation · cited by 1CategoryTheory.tensorLeft…CategoryTheory.tensorRightHomEquiv_symm_coevaluation_comp_whiskerLeft · cited by 1CategoryTheory.tensorRigh…CategoryTheory.tensorRightHomEquiv_whiskerLeft_comp_evaluation · cited by 1CategoryTheory.tensorRigh…CategoryTheory.SymmetricCategory.tensorμ_braid_swap · cited by 1SymmetricCategory.tensorμ…CategoryTheory.MonoidalCategory.tensorμ_comp_μ_tensorHom_μ_comp_μ · cited by 1MonoidalCategory.tensorμ_…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator_naturality · cited by 0PushoutProduct.associator…CategoryTheory.tensorLeftHomEquiv_tensor · cited by 0CategoryTheory.tensorLeft…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.Category.comp_id · cited by 2119Category.comp_idCategoryTheory.MonoidalCategoryStruct.whiskerLeft · cited by 915MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.whiskerRight · cited by 903MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.associator · cited by 667MonoidalCategoryStruct.as…CategoryTheory.MonoidalCategoryStruct.tensorHom · cited by 587MonoidalCategoryStruct.te…CategoryTheory.Iso.hom_inv_id · cited by 264Iso.hom_inv_idMonoidalCategory.whisker_assocCITED BYCITES

Cites18

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

Cited by31

Results whose statement or proof uses this declaration.