Theorems · Inductive type · category theory
CategoryTheory.MonoidalCategory.MonoidalLeftAction
(C : Type u_1) →
(D : Type u_2) →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
[CategoryTheory.Category.{v_2, u_2} D] →
[CategoryTheory.MonoidalCategory C] → Type (max (max (max u_1 u_2) v_1) v_2)A MonoidalLeftAction C D is the data of:
- For every object c : C and d : D, an object c ⊙ₗ d of D.
- For every morphism f : (c : C) ⟶ c' and every d : D, a morphism
f ⊵ₗ d : c ⊙ₗ d ⟶ c' ⊙ₗ d.
- For every morphism f : (d : D) ⟶ d' and every c : C, a morphism
c ⊴ₗ f : c ⊙ₗ d ⟶ c ⊙ₗ d'.
- For every pair of morphisms f : (c : C) ⟶ c' and
f : (d : D) ⟶ d', a morphism f ⊙ₗ f' : c ⊙ₗ d ⟶ c' ⊙ₗ d'.
- A structure isomorphism αₗ c c' d : c ⊗ c' ⊙ₗ d ≅ c ⊙ₗ c' ⊙ₗ d.
- A structure isomorphism λₗ d : (𝟙_ C) ⊙ₗ d ≅ d.
Furthermore, we require identities that turn - ⊙ₗ - into a bifunctor,
ensure naturality of αₗ and λₗ, and ensure compatibilities with
the associator and unitor isomorphisms in C.
- Cited by
- 215 results in Mathlib
- Foundations
- Depth 2 from the axioms, rests on 3 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement · cited by 32,673
- CategoryTheory.MonoidalCategorystatement · cited by 3,095
Cited by339
Results whose statement or proof uses this declaration.
- CategoryTheory.ModObjstatement · cited by 38
- CategoryTheory.ModObj.smulstatement and proof · cited by 36
- CategoryTheory.AddModObjstatement · cited by 27
- CategoryTheory.AddModObj.vaddstatement and proof · cited by 26
- CategoryTheory.Modstatement · cited by 25
- CategoryTheory.Mod.Xstatement and proof · cited by 24
- CategoryTheory.AddModstatement · cited by 21
- CategoryTheory.AddMod.Xstatement and proof · cited by 19
- CategoryTheory.Functor.OplaxLeftLinear.δₗstatement and proof · cited by 18
- CategoryTheory.Functor.LaxLeftLinear.μₗstatement and proof · cited by 18
- CategoryTheory.Mod.Hom.homstatement and proof · cited by 15
- CategoryTheory.IsModHomstatement · cited by 12
Showing the 200 most cited of 339.