Theorems · Theorem · category theory
CategoryTheory.MonoidalCategory.MonoidalLeftAction.actionHomLeft_action
∀ {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] {x x' : C} (f : x ⟶ x') (y : C) (z : D),
CategoryTheory.MonoidalCategory.MonoidalLeftActionStruct.actionHomLeft f
(CategoryTheory.MonoidalCategory.MonoidalLeftActionStruct.actionObj y z) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategory.MonoidalLeftActionStruct.actionAssocIso x y z).inv
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategory.MonoidalLeftActionStruct.actionHomLeft
(CategoryTheory.MonoidalCategoryStruct.whiskerRight f y) z)
(CategoryTheory.MonoidalCategory.MonoidalLeftActionStruct.actionAssocIso x' y z).hom)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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 and proof · cited by 17,999
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.MonoidalCategoryStruct.whiskerRightstatement · cited by 903
- CategoryTheory.Iso.inv_hom_idproof · cited by 308
- CategoryTheory.Iso.inv_hom_id_assocproof · cited by 275
Cited by1
Results whose statement or proof uses this declaration.