Theorems · Inductive type · category theory
CategoryTheory.ModObj
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
[inst_1 : CategoryTheory.MonoidalCategory C] →
{D : Type u₂} →
[inst_2 : CategoryTheory.Category.{v₂, u₂} D] →
[CategoryTheory.MonoidalCategory.MonoidalLeftAction C D] → (M : C) → [CategoryTheory.MonObj M] → D → Type v₂Given an action of a monoidal category C on a category D,
an action of a monoid object M in C on an object X in D is the data of a
map smul : M ⊙ₗ X ⟶ X that satisfies unitality and associativity with
multiplication.
See MulAction for the non-categorical version.
- Defined in
- Mathlib.CategoryTheory.Monoidal.Mod
- Cited by
- 38 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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
- CategoryTheory.MonoidalCategory.MonoidalLeftActionstatement · cited by 215
- CategoryTheory.MonObjstatement · cited by 199
Cited by64
Results whose statement or proof uses this declaration.
- CategoryTheory.ModObj.smulstatement and proof · cited by 36
- CategoryTheory.IsModHomstatement · cited by 12
- CategoryTheory.ModObj.leftSMulstatement and proof · cited by 8
- CategoryTheory.Mod.scalarRestrictionstatement and proof · cited by 5
- CategoryTheory.ModObj.mul_smulstatement and proof · cited by 4
- CategoryTheory.IsModHom.smul_homstatement and proof · cited by 4
- CategoryTheory.ModObj.leftSMul_fststatement and proof · cited by 3
- CategoryTheory.ModObj.leftSMul_sndstatement and proof · cited by 3
- CategoryTheory.ModObj.mul_smul_selfstatement and proof · cited by 2
- CategoryTheory.ModObj.one_smulstatement and proof · cited by 2
- CategoryTheory.Hom.smul_defstatement and proof · cited by 1
- CategoryTheory.Mod.scalarRestriction_homstatement and proof · cited by 1