Documentation

Mathlib.CategoryTheory.Monoidal.CommMon_

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

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

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

Alias of CommMon_.forget₂Mon_obj_one.

@[deprecated CommMon_.forget₂Mon_obj_mul (since := "2025-02-07")]

Alias of CommMon_.forget₂Mon_obj_mul.

@[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

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
  • One or more equations did not get rendered due to their size.

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

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

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

Equations

mapCommMon is functorial in the lax braided functor.

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

Natural transformations between functors lift to monoid objects.

Equations

Natural isomorphisms between functors lift to monoid objects.

Equations

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

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

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

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

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

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

Construct an object of CommMon_ C from an object X : C a Mon_Class X instance and a IsCommMon X instance.

Equations