Documentation

Mathlib.CategoryTheory.Monoidal.CommMon_

The category of commutative monoids in a braided monoidal category. #

A commutative monoid object internal to a monoidal category.

  • X : C

    The underlying object in the ambient monoidal category

  • mon : Mon_Class self.X
  • comm : IsCommMon self.X
Instances For

    A commutative monoid object is a monoid object.

    Equations
      Instances For

        The trivial commutative monoid object. We later show this is initial in CommMon_ C.

        Equations
          Instances For

            The forgetful functor from commutative monoid objects to monoid objects.

            Equations
              Instances For

                The forgetful functor from commutative monoid objects to monoid objects is fully faithful.

                Equations
                  Instances For
                    @[deprecated CommMon_.forget₂Mon_map_hom (since := "2025-02-07")]

                    Alias of CommMon_.forget₂Mon_map_hom.

                    The forgetful functor from commutative monoid objects to the ambient category.

                    Equations
                      Instances For
                        def CommMon_.mkIso' {C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.BraidedCategory C] {M N : C} (e : M N) [Mon_Class M] [IsCommMon M] [Mon_Class N] [IsCommMon N] [IsMon_Hom e.hom] :
                        { X := M, mon := inst✝, comm := inst✝¹ } { X := N, mon := inst✝², comm := inst✝³ }

                        Construct an isomorphism of commutative monoid objects by giving a monoid isomorphism between the underlying objects.

                        Equations
                          Instances For
                            @[reducible, inline]

                            Construct an isomorphism of commutative monoid objects by giving an isomorphism between the underlying objects and checking compatibility with unit and multiplication only in the forward direction.

                            Equations
                              Instances For

                                A lax braided functor takes commutative monoid objects to commutative monoid objects.

                                That is, a lax braided functor F : C ⥤ D induces a functor CommMon_ C ⥤ CommMon_ D.

                                Equations
                                  Instances For

                                    The identity functor is also the identity on commutative monoid objects.

                                    Equations
                                      Instances For

                                        The composition functor is also the composition on commutative monoid objects.

                                        Equations
                                          Instances For

                                            mapCommMon is functorial in the lax braided functor.

                                            Equations
                                              Instances For

                                                Natural transformations between functors lift to monoid objects.

                                                Equations
                                                  Instances For

                                                    Natural isomorphisms between functors lift to monoid objects.

                                                    Equations
                                                      Instances For

                                                        If F : C ⥤ D is a fully faithful monoidal functor, then Grp(F) : Grp C ⥤ Grp D is fully faithful too.

                                                        Equations
                                                          Instances For

                                                            An adjunction of braided functors lifts to an adjunction of their lifts to commutative monoid objects.

                                                            Equations
                                                              Instances For

                                                                An equivalence of categories lifts to an equivalence of their commutative monoid objects.

                                                                Equations
                                                                  Instances For

                                                                    Commutative monoid objects in C are "just" braided lax monoidal functors from the trivial braided monoidal category to C.

                                                                    Equations
                                                                      Instances For