Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.MonoidalCategory.associator_inv_naturality_left

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.MonoidalCategory C] {X X' : C}
  (f : X ⟶ X') (Y Z : C),
  CategoryTheory.CategoryStruct.comp
      (CategoryTheory.MonoidalCategoryStruct.whiskerRight f (CategoryTheory.MonoidalCategoryStruct.tensorObj Y Z))
      (CategoryTheory.MonoidalCategoryStruct.associator X' Y Z).inv =
    CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.associator X Y Z).inv
      (CategoryTheory.MonoidalCategoryStruct.whiskerRight (CategoryTheory.MonoidalCategoryStruct.whiskerRight f Y) Z)
Defined in
Mathlib.CategoryTheory.Monoidal.Category
Cited by
9 results in Mathlib
Foundations
Depth 8 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.MonoidalCategory.associator_inv_naturality_left_assoc · cited by 4MonoidalCategory.associat…Bimod.TensorBimod.left_assoc' · cited by 3TensorBimod.left_assoc'Bimod.TensorBimod.one_act_left' · cited by 3TensorBimod.one_act_left'Bimod.TensorBimod.right_assoc' · cited by 3TensorBimod.right_assoc'Bimod.LeftUnitorBimod.hom_inv_id · cited by 2LeftUnitorBimod.hom_inv_idCategoryTheory.HopfObj.mul_antipode₂ · cited by 1HopfObj.mul_antipode₂CategoryTheory.MonObj.mul_braiding · cited by 0MonObj.mul_braidingCategoryTheory.AddMonObj.add_braiding · cited by 0AddMonObj.add_braidingBimod.id_whiskerLeft_bimod · cited by 0Bimod.id_whiskerLeft_bimodCategoryTheory.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.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.Category.comp_id · cited by 2119Category.comp_idCategoryTheory.MonoidalCategoryStruct.whiskerRight · cited by 903MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.associator · cited by 667MonoidalCategoryStruct.as…CategoryTheory.Iso.hom_inv_id · cited by 264Iso.hom_inv_idCategoryTheory.MonoidalCategory.whiskerRight_tensor · cited by 37MonoidalCategory.whiskerR…MonoidalCategory.associator_i…CITED BYCITES

Cites13

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.