Theorems · Theorem · category theory
CategoryTheory.MonoidalCategory.MonoidalLeftAction.action_exchange_assoc
∀ {C : Type u_1} {D : Type u_2} [inst : CategoryTheory.Category.{v_1, u_1} C]
[inst_1 : CategoryTheory.Category.{v_2, u_2} D] [inst_2 : CategoryTheory.MonoidalCategory C]
[inst_3 : CategoryTheory.MonoidalCategory.MonoidalLeftAction C D] {w x : C} {y z : D} (f : w ⟶ x) (g : y ⟶ z) {Z : D}
(h : CategoryTheory.MonoidalCategory.MonoidalLeftActionStruct.actionObj x z ⟶ Z),
CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategory.MonoidalLeftActionStruct.actionHomRight w g)
(CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategory.MonoidalLeftActionStruct.actionHomLeft f z)
h) =
CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategory.MonoidalLeftActionStruct.actionHomLeft f y)
(CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategory.MonoidalLeftActionStruct.actionHomRight x g)
h)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategory.MonoidalLeftActionstatement and proof · cited by 215
- CategoryTheory.MonoidalCategory.MonoidalLeftActionStruct.actionObjstatement and proof · cited by 185
- CategoryTheory.MonoidalCategory.MonoidalLeftActionStruct.actionHomRightstatement and proof · cited by 83
- CategoryTheory.MonoidalCategory.MonoidalLeftActionStruct.actionHomLeftstatement and proof · cited by 68
- CategoryTheory.MonoidalCategory.MonoidalLeftAction.action_exchangeproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Mod.scalarRestriction_homproof · cited by 1
- CategoryTheory.AddMod.scalarRestriction_homproof · cited by 0