Documentation

Mathlib.CategoryTheory.Monoidal.Mod

The category of module objects over a monoid object. #

Given an action of a monoidal category C on a category D, an action of an additive monoid object M in C on an object X in D is the data of a map vadd : M ⊙ₗ XX that satisfies zero-additivity and associativity with addition.

See AddAction for the non-categorical version.

Instances

    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 ⊙ₗ XX that satisfies unitality and associativity with multiplication.

    See MulAction for the non-categorical version.

    Instances

      The action map

      Equations
      Instances For

        The action map

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          The action map

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            The action map

            Equations
            Instances For

              The action map

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                The action map

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  @[reducible, inline]

                  The action of a monoid object on itself.

                  Equations
                  Instances For
                    @[reducible, inline]

                    The action of an additive monoid object on itself.

                    Equations
                    Instances For
                      @[implicit_reducible]

                      If C acts monoidally on D, then every object of D is canonically a module over the trivial monoid.

                      Equations
                      theorem CategoryTheory.ModObj.ext {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {M : C} [MonObj M] {X : C} (h₁ h₂ : ModObj M X) (H : smul = smul) :
                      h₁ = h₂
                      theorem CategoryTheory.AddModObj.ext {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {M : C} [AddMonObj M] {X : C} (h₁ h₂ : AddModObj M X) (H : vadd = vadd) :
                      h₁ = h₂
                      theorem CategoryTheory.AddModObj.ext_iff {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {M : C} [AddMonObj M] {X : C} {h₁ h₂ : AddModObj M X} :
                      h₁ = h₂ vadd = vadd
                      theorem CategoryTheory.ModObj.ext_iff {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {M : C} [MonObj M] {X : C} {h₁ h₂ : ModObj M X} :
                      h₁ = h₂ smul = smul
                      @[implicit_reducible]
                      def CategoryTheory.ModObj.ofIso {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {M : C} [MonObj M] {X : D} {N : C} [MonObj N] (e₁ : M N) [IsMonHom e₁.hom] {Y : D} (e₂ : X Y) [ModObj M X] :
                      ModObj N Y

                      Transfer a MulActionObj along isomorphisms.

                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For
                        @[implicit_reducible]
                        def CategoryTheory.AddModObj.ofIso {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {M : C} [AddMonObj M] {X : D} {N : C} [AddMonObj N] (e₁ : M N) [IsAddMonHom e₁.hom] {Y : D} (e₂ : X Y) [AddModObj M X] :

                        Transfer an AddActionObj along isomorphisms.

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For
                          class CategoryTheory.IsAddModHom {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {M' N' : D} (A : C) [AddMonObj A] [AddModObj A M'] [AddModObj A N'] (f : M' N') :

                          A morphism in D is a morphism of A-additive module objects if it commutes with the action maps

                          Instances
                            class CategoryTheory.IsModHom {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] (A : C) [MonObj A] {M N : D} [ModObj A M] [ModObj A N] (f : M N) :

                            A morphism in D is a morphism of A-module objects if it commutes with the action maps

                            Instances
                              @[deprecated CategoryTheory.IsModHom (since := "2026-04-21")]
                              def CategoryTheory.IsMod_Hom {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] (A : C) [MonObj A] {M N : D} [ModObj A M] [ModObj A N] (f : M N) :

                              Alias of CategoryTheory.IsModHom.


                              A morphism in D is a morphism of A-module objects if it commutes with the action maps

                              Equations
                              Instances For
                                @[deprecated CategoryTheory.IsModHom.smul_hom (since := "2026-04-21")]
                                theorem CategoryTheory.IsMod_Hom.smul_hom {C : Type u₁} {inst✝ : Category.{v₁, u₁} C} {inst✝¹ : MonoidalCategory C} {D : Type u₂} {inst✝² : Category.{v₂, u₂} D} {inst✝³ : MonoidalCategory.MonoidalLeftAction C D} {A : C} {inst✝⁴ : MonObj A} {M N : D} {inst✝⁵ : ModObj A M} {inst✝⁶ : ModObj A N} {f : M N} [self : IsModHom A f] :

                                Alias of CategoryTheory.IsModHom.smul_hom.

                                @[simp]
                                theorem CategoryTheory.IsAddModHom.vadd_hom_assoc {C : Type u₁} {inst✝ : Category.{v₁, u₁} C} {inst✝¹ : MonoidalCategory C} {D : Type u₂} {inst✝² : Category.{v₂, u₂} D} {inst✝³ : MonoidalCategory.MonoidalLeftAction C D} {M' N' : D} {A : C} {inst✝⁴ : AddMonObj A} {inst✝⁵ : AddModObj A M'} {inst✝⁶ : AddModObj A N'} {f : M' N'} [self : IsAddModHom A f] {Z : D} (h : N' Z) :
                                @[simp]
                                theorem CategoryTheory.IsModHom.smul_hom_assoc {C : Type u₁} {inst✝ : Category.{v₁, u₁} C} {inst✝¹ : MonoidalCategory C} {D : Type u₂} {inst✝² : Category.{v₂, u₂} D} {inst✝³ : MonoidalCategory.MonoidalLeftAction C D} {A : C} {inst✝⁴ : MonObj A} {M N : D} {inst✝⁵ : ModObj A M} {inst✝⁶ : ModObj A N} {f : M N} [self : IsModHom A f] {Z : D} (h : N Z) :
                                instance CategoryTheory.instIsModHomComp {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] (A : C) [MonObj A] {M N O : D} [ModObj A M] [ModObj A N] [ModObj A O] (f : M N) (g : N O) [IsModHom A f] [IsModHom A g] :

                                An additive module object for an additive monoid object in a monoidal category acting on the ambient category.

                                • X : D

                                  The underlying object in the ambient category

                                • addMod : AddModObj A self.X
                                Instances For
                                  structure CategoryTheory.Mod {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] (D : Type u₂) [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] (A : C) [MonObj A] :
                                  Type (max u₂ v₂)

                                  A module object for a monoid object in a monoidal category acting on the ambient category.

                                  • X : D

                                    The underlying object in the ambient category

                                  • mod : ModObj A self.X
                                  Instances For
                                    @[deprecated CategoryTheory.Mod (since := "2026-04-21")]

                                    Alias of CategoryTheory.Mod.


                                    A module object for a monoid object in a monoidal category acting on the ambient category.

                                    Equations
                                    Instances For
                                      @[deprecated CategoryTheory.Mod.mod (since := "2026-04-21")]

                                      Alias of CategoryTheory.Mod.mod.

                                      Equations
                                      Instances For

                                        A morphism of additive module objects.

                                        Instances For
                                          theorem CategoryTheory.AddMod.Hom.ext {C : Type u₁} {inst✝ : Category.{v₁, u₁} C} {inst✝¹ : MonoidalCategory C} {D : Type u₂} {inst✝² : Category.{v₂, u₂} D} {inst✝³ : MonoidalCategory.MonoidalLeftAction C D} {A : C} {inst✝⁴ : AddMonObj A} {M N : AddMod D A} {x y : M.Hom N} (hom : x.hom = y.hom) :
                                          x = y
                                          theorem CategoryTheory.AddMod.Hom.ext_iff {C : Type u₁} {inst✝ : Category.{v₁, u₁} C} {inst✝¹ : MonoidalCategory C} {D : Type u₂} {inst✝² : Category.{v₂, u₂} D} {inst✝³ : MonoidalCategory.MonoidalLeftAction C D} {A : C} {inst✝⁴ : AddMonObj A} {M N : AddMod D A} {x y : M.Hom N} :
                                          x = y x.hom = y.hom

                                          A morphism of module objects.

                                          Instances For
                                            theorem CategoryTheory.Mod.Hom.ext {C : Type u₁} {inst✝ : Category.{v₁, u₁} C} {inst✝¹ : MonoidalCategory C} {D : Type u₂} {inst✝² : Category.{v₂, u₂} D} {inst✝³ : MonoidalCategory.MonoidalLeftAction C D} {A : C} {inst✝⁴ : MonObj A} {M N : Mod D A} {x y : M.Hom N} (hom : x.hom = y.hom) :
                                            x = y
                                            theorem CategoryTheory.Mod.Hom.ext_iff {C : Type u₁} {inst✝ : Category.{v₁, u₁} C} {inst✝¹ : MonoidalCategory C} {D : Type u₂} {inst✝² : Category.{v₂, u₂} D} {inst✝³ : MonoidalCategory.MonoidalLeftAction C D} {A : C} {inst✝⁴ : MonObj A} {M N : Mod D A} {x y : M.Hom N} :
                                            x = y x.hom = y.hom

                                            An alternative constructor for Hom, taking a morphism without a [IsModHom] instance, as well as the relevant equality to put such an instance.

                                            Equations
                                            Instances For

                                              An alternative constructor for Hom, taking a morphism without a [IsAddModHom] instance, as well as the relevant equality to put such an instance.

                                              Equations
                                              Instances For
                                                def CategoryTheory.Mod.Hom.mk'' {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A : C} [MonObj A] {M N : D} [ModObj A M] [ModObj A N] (f : M N) (smul_hom : CategoryStruct.comp ModObj.smul f = CategoryStruct.comp (MonoidalCategory.MonoidalLeftActionStruct.actionHomRight A f) ModObj.smul := by cat_disch) :
                                                { X := M, mod := inst✝ }.Hom { X := N, mod := inst✝¹ }

                                                An alternative constructor for Hom, taking a morphism without a [IsModHom] instance, between objects with a ModObj instance (rather than bundled as Mod), as well as the relevant equality to put such an instance.

                                                Equations
                                                Instances For
                                                  def CategoryTheory.AddMod.Hom.mk'' {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A : C} [AddMonObj A] {M N : D} [AddModObj A M] [AddModObj A N] (f : M N) (vadd_hom : CategoryStruct.comp AddModObj.vadd f = CategoryStruct.comp (MonoidalCategory.MonoidalLeftActionStruct.actionHomRight A f) AddModObj.vadd := by cat_disch) :
                                                  { X := M, addMod := inst✝ }.Hom { X := N, addMod := inst✝¹ }

                                                  An alternative constructor for Hom, taking a morphism without a [IsAddModHom] instance, between objects with an AddModObj instance (rather than bundled as AddMod), as well as the relevant equality to put such an instance.

                                                  Equations
                                                  Instances For

                                                    The identity morphism on a module object.

                                                    Equations
                                                    Instances For

                                                      The identity morphism on an additive module object.

                                                      Equations
                                                      Instances For
                                                        @[implicit_reducible]
                                                        Equations
                                                        @[implicit_reducible]
                                                        Equations
                                                        def CategoryTheory.Mod.comp {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A : C} [MonObj A] {M N O : Mod D A} (f : M.Hom N) (g : N.Hom O) :
                                                        M.Hom O

                                                        Composition of module object morphisms.

                                                        Equations
                                                        Instances For
                                                          def CategoryTheory.AddMod.comp {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A : C} [AddMonObj A] {M N O : AddMod D A} (f : M.Hom N) (g : N.Hom O) :
                                                          M.Hom O

                                                          Composition of additive module object morphisms.

                                                          Equations
                                                          Instances For
                                                            @[simp]
                                                            theorem CategoryTheory.Mod.comp_hom {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A : C} [MonObj A] {M N O : Mod D A} (f : M.Hom N) (g : N.Hom O) :
                                                            @[simp]
                                                            @[implicit_reducible]
                                                            Equations
                                                            • One or more equations did not get rendered due to their size.
                                                            @[implicit_reducible]
                                                            Equations
                                                            • One or more equations did not get rendered due to their size.
                                                            theorem CategoryTheory.Mod.hom_ext {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A : C} [MonObj A] {M N : Mod D A} (f₁ f₂ : M N) (h : f₁.hom = f₂.hom) :
                                                            f₁ = f₂
                                                            theorem CategoryTheory.AddMod.hom_ext {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A : C} [AddMonObj A] {M N : AddMod D A} (f₁ f₂ : M N) (h : f₁.hom = f₂.hom) :
                                                            f₁ = f₂
                                                            theorem CategoryTheory.Mod.hom_ext_iff {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A : C} [MonObj A] {M N : Mod D A} {f₁ f₂ : M N} :
                                                            f₁ = f₂ f₁.hom = f₂.hom
                                                            theorem CategoryTheory.AddMod.hom_ext_iff {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A : C} [AddMonObj A] {M N : AddMod D A} {f₁ f₂ : M N} :
                                                            f₁ = f₂ f₁.hom = f₂.hom

                                                            A monoid object as a module over itself.

                                                            Equations
                                                            Instances For

                                                              An additive monoid object as an additive module over itself.

                                                              Equations
                                                              Instances For
                                                                @[simp]

                                                                The forgetful functor from module objects to the ambient category.

                                                                Equations
                                                                Instances For

                                                                  The forgetful functor from additive module objects to the ambient category.

                                                                  Equations
                                                                  Instances For
                                                                    @[simp]
                                                                    theorem CategoryTheory.Mod.forget_map {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] (A : C) [MonObj A] {X✝ Y✝ : Mod D A} (f : X✝ Y✝) :
                                                                    (forget A).map f = f.hom
                                                                    @[simp]
                                                                    theorem CategoryTheory.Mod.forget_obj {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] (A : C) [MonObj A] (A✝ : Mod D A) :
                                                                    (forget A).obj A✝ = A✝.X
                                                                    @[simp]
                                                                    theorem CategoryTheory.AddMod.forget_map {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] (A : C) [AddMonObj A] {X✝ Y✝ : AddMod D A} (f : X✝ Y✝) :
                                                                    (forget A).map f = f.hom
                                                                    @[implicit_reducible]

                                                                    When M is a B-module in D and f : A ⟶ B is a morphism of internal monoid objects, M inherits an A-module structure via "restriction of scalars", i.e γ[A, M] = f ⊵ₗ M ≫ γ[B, M].

                                                                    Equations
                                                                    • One or more equations did not get rendered due to their size.
                                                                    Instances For
                                                                      @[implicit_reducible]

                                                                      When M is a B-additive module in D and f : A ⟶ B is a morphism of internal additive monoid objects, M inherits an A-additive module structure via "restriction of scalars", i.e δ[A, M] = f ⊵ₗ M ≫ δ[B, M].

                                                                      Equations
                                                                      • One or more equations did not get rendered due to their size.
                                                                      Instances For
                                                                        theorem CategoryTheory.Mod.scalarRestriction_hom {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A B : C} [MonObj A] [MonObj B] (f : A B) [IsMonHom f] (M N : D) [ModObj B M] [ModObj B N] (g : M N) [IsModHom B g] :

                                                                        If g : M ⟶ N is a B-linear morphism of B-modules, then it induces an A-linear morphism when M and N have an A-module structure obtained by restricting scalars along a monoid morphism A ⟶ B.

                                                                        If g : M ⟶ N is a B-linear morphism of B-modules, then it induces an A-linear morphism when M and N have an A-module structure obtained by restricting scalars along an additive monoid morphism A ⟶ B.

                                                                        A morphism of monoid objects induces a "restriction" or "comap" functor between the categories of module objects.

                                                                        Equations
                                                                        • One or more equations did not get rendered due to their size.
                                                                        Instances For

                                                                          A morphism of additive monoid objects induces a "restriction" or "comap" functor between the categories of additive module objects.

                                                                          Equations
                                                                          • One or more equations did not get rendered due to their size.
                                                                          Instances For
                                                                            @[simp]
                                                                            theorem CategoryTheory.Mod.comap_map_hom {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A B : C} [MonObj A] [MonObj B] (f : A B) [IsMonHom f] {M N : Mod D B} (g : M N) :
                                                                            ((comap f).map g).hom = g.hom
                                                                            @[simp]
                                                                            theorem CategoryTheory.Mod.comap_obj_X {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A B : C} [MonObj A] [MonObj B] (f : A B) [IsMonHom f] (M : Mod D B) :
                                                                            ((comap f).obj M).X = M.X
                                                                            @[simp]
                                                                            theorem CategoryTheory.AddMod.comap_map_hom {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A B : C} [AddMonObj A] [AddMonObj B] (f : A B) [IsAddMonHom f] {M N : AddMod D B} (g : M N) :
                                                                            ((comap f).map g).hom = g.hom
                                                                            @[deprecated CategoryTheory.Mod.Hom (since := "2026-04-21")]

                                                                            Alias of CategoryTheory.Mod.Hom.


                                                                            A morphism of module objects.

                                                                            Equations
                                                                            Instances For
                                                                              @[deprecated CategoryTheory.Mod.Hom.mk' (since := "2026-04-21")]

                                                                              Alias of CategoryTheory.Mod.Hom.mk'.


                                                                              An alternative constructor for Hom, taking a morphism without a [IsModHom] instance, as well as the relevant equality to put such an instance.

                                                                              Equations
                                                                              Instances For
                                                                                @[deprecated CategoryTheory.Mod.Hom.mk'' (since := "2026-04-21")]
                                                                                def CategoryTheory.Mod_.Hom.mk'' {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A : C} [MonObj A] {M N : D} [ModObj A M] [ModObj A N] (f : M N) (smul_hom : CategoryStruct.comp ModObj.smul f = CategoryStruct.comp (MonoidalCategory.MonoidalLeftActionStruct.actionHomRight A f) ModObj.smul := by cat_disch) :
                                                                                { X := M, mod := inst✝ }.Hom { X := N, mod := inst✝¹ }

                                                                                Alias of CategoryTheory.Mod.Hom.mk''.


                                                                                An alternative constructor for Hom, taking a morphism without a [IsModHom] instance, between objects with a ModObj instance (rather than bundled as Mod), as well as the relevant equality to put such an instance.

                                                                                Equations
                                                                                Instances For
                                                                                  @[deprecated CategoryTheory.Mod.id (since := "2026-04-21")]

                                                                                  Alias of CategoryTheory.Mod.id.


                                                                                  The identity morphism on a module object.

                                                                                  Equations
                                                                                  Instances For
                                                                                    @[deprecated CategoryTheory.Mod.comp (since := "2026-04-21")]
                                                                                    def CategoryTheory.Mod_.comp {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A : C} [MonObj A] {M N O : Mod D A} (f : M.Hom N) (g : N.Hom O) :
                                                                                    M.Hom O

                                                                                    Alias of CategoryTheory.Mod.comp.


                                                                                    Composition of module object morphisms.

                                                                                    Equations
                                                                                    Instances For
                                                                                      @[deprecated CategoryTheory.Mod.hom_ext (since := "2026-04-21")]
                                                                                      theorem CategoryTheory.Mod_.hom_ext {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A : C} [MonObj A] {M N : Mod D A} (f₁ f₂ : M N) (h : f₁.hom = f₂.hom) :
                                                                                      f₁ = f₂

                                                                                      Alias of CategoryTheory.Mod.hom_ext.

                                                                                      @[deprecated CategoryTheory.Mod.id_hom' (since := "2026-04-21")]

                                                                                      Alias of CategoryTheory.Mod.id_hom'.

                                                                                      @[deprecated CategoryTheory.Mod.comp_hom' (since := "2026-04-21")]

                                                                                      Alias of CategoryTheory.Mod.comp_hom'.

                                                                                      @[deprecated CategoryTheory.Mod.regular (since := "2026-04-21")]

                                                                                      Alias of CategoryTheory.Mod.regular.


                                                                                      A monoid object as a module over itself.

                                                                                      Equations
                                                                                      Instances For
                                                                                        @[deprecated CategoryTheory.Mod.forget (since := "2026-04-21")]

                                                                                        Alias of CategoryTheory.Mod.forget.


                                                                                        The forgetful functor from module objects to the ambient category.

                                                                                        Equations
                                                                                        Instances For
                                                                                          @[deprecated CategoryTheory.Mod.scalarRestriction (since := "2026-04-21")]

                                                                                          Alias of CategoryTheory.Mod.scalarRestriction.


                                                                                          When M is a B-module in D and f : A ⟶ B is a morphism of internal monoid objects, M inherits an A-module structure via "restriction of scalars", i.e γ[A, M] = f ⊵ₗ M ≫ γ[B, M].

                                                                                          Equations
                                                                                          Instances For
                                                                                            @[deprecated CategoryTheory.Mod.scalarRestriction_hom (since := "2026-04-21")]
                                                                                            theorem CategoryTheory.Mod_.scalarRestriction_hom {C : Type u₁} [Category.{v₁, u₁} C] [MonoidalCategory C] {D : Type u₂} [Category.{v₂, u₂} D] [MonoidalCategory.MonoidalLeftAction C D] {A B : C} [MonObj A] [MonObj B] (f : A B) [IsMonHom f] (M N : D) [ModObj B M] [ModObj B N] (g : M N) [IsModHom B g] :

                                                                                            Alias of CategoryTheory.Mod.scalarRestriction_hom.


                                                                                            If g : M ⟶ N is a B-linear morphism of B-modules, then it induces an A-linear morphism when M and N have an A-module structure obtained by restricting scalars along a monoid morphism A ⟶ B.

                                                                                            @[deprecated CategoryTheory.Mod.comap (since := "2026-04-21")]

                                                                                            Alias of CategoryTheory.Mod.comap.


                                                                                            A morphism of monoid objects induces a "restriction" or "comap" functor between the categories of module objects.

                                                                                            Equations
                                                                                            Instances For