Documentation

Mathlib.CategoryTheory.Monoidal.Cartesian.Mon_

Yoneda embedding of Mon_ C #

We show that monoid objects in cartesian monoidal categories are exactly those whose yoneda presheaf is a presheaf of monoids, by constructing the yoneda embedding Mon_ C ⥤ Cᵒᵖ ⥤ MonCat.{v} and showing that it is fully faithful and its (essential) image is the representable functors.

If X represents a presheaf of monoids, then X is a monoid object.

Equations
    Instances For
      @[deprecated Mon_Class.ofRepresentableBy (since := "2025-03-07")]

      Alias of Mon_Class.ofRepresentableBy.


      If X represents a presheaf of monoids, then X is a monoid object.

      Equations
        Instances For
          @[reducible, inline]

          If M is a monoid object, then Hom(X, M) has a monoid structure.

          Equations
            Instances For
              @[reducible, inline]

              If M is a commutative monoid object, then Hom(X, M) has a commutative monoid structure.

              Equations
                Instances For

                  If M is a monoid object, then Hom(-, M) is a presheaf of monoids.

                  Equations
                    Instances For
                      @[simp]
                      theorem yonedaMonObj_map {C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.CartesianMonoidalCategory C] (M : C) [Mon_Class M] {X Y₂ : Cᵒᵖ} (φ : X Y₂) :
                      (yonedaMonObj M).map φ = MonCat.ofHom { toFun := fun (x : Opposite.unop X M) => CategoryTheory.CategoryStruct.comp φ.unop x, map_one' := , map_mul' := }

                      If X represents a presheaf of monoids F, then Hom(-, X) is isomorphic to F as a presheaf of monoids.

                      Equations
                        Instances For

                          The yoneda embedding of Mon_C into presheaves of monoids.

                          Equations
                            Instances For
                              @[simp]
                              theorem yonedaMon_map_app {C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.CartesianMonoidalCategory C] {M N : Mon_ C} (ψ : M N) (Y : Cᵒᵖ) :
                              (yonedaMon.map ψ).app Y = MonCat.ofHom { toFun := fun (x : Opposite.unop Y M.X) => CategoryTheory.CategoryStruct.comp x ψ.hom, map_one' := , map_mul' := }

                              If M is a monoid object, then Hom(-, M) as a presheaf of monoids is represented by M.

                              Equations
                                Instances For

                                  The yoneda embedding for Mon_C is fully faithful.

                                  Equations
                                    Instances For