The category of groups in a Cartesian monoidal category #
We define group objects in Cartesian monoidal categories.
We show that the associativity diagram of a group object is always Cartesian and deduce that morphisms of group objects commute with taking inverses.
We show that a finite-product-preserving functor takes group objects to group objects.
A group object internal to a cartesian monoidal category. Also see the bundled Grp.
The inverse in a group object
Instances
The inverse in a group object
Instances For
The inverse in a group object
Instances For
A group object in a Cartesian monoidal category.
- X : C
The underlying object in the ambient monoidal category
Instances For
Alias of CategoryTheory.Grp.
A group object in a Cartesian monoidal category.
Instances For
A group object is a monoid object.
Instances For
The trivial group object.
Instances For
Alias of CategoryTheory.Grp.id_hom_hom.
Alias of CategoryTheory.Grp.comp_hom_hom.
Constructor for morphisms in Grp C.
Instances For
Construct a morphism A ⟶ B of Grp C from a map f : A.X ⟶ A.X and a IsMonHom f
instance.
Instances For
Construct a morphism Grp.mk G ⟶ Grp.mk H from a map f : G ⟶ H and a IsMonHom f
instance.
Instances For
Constructor for morphisms in Grp_ C.
Instances For
Transfer GrpObj along an isomorphism.
Instances For
For inv ≫ inv = 𝟙 see inv_comp_inv.
The map (· * f).
Instances For
The associativity diagram of a group object is Cartesian.
In fact, any monoid object whose associativity diagram is Cartesian can be made into a group object (we do not prove this in this file), so we should expect that many properties of group objects follow from this result.
Morphisms of group objects preserve inverses.
Morphisms of group objects preserve inverses.
A monoid object with invertible homs is a group object.
Instances For
The forgetful functor from group objects to monoid objects.
Instances For
The forgetful functor from group objects to monoid objects is fully faithful.
Instances For
The forgetful functor from group objects to the ambient category.
Instances For
Construct an isomorphism of group objects by giving a monoid isomorphism between the underlying objects.
Instances For
Construct an isomorphism of group objects by giving an isomorphism between the underlying objects and checking compatibility with unit and multiplication only in the forward direction.
Instances For
Alias of CategoryTheory.Grp.mkIso_hom_hom_hom.
Alias of CategoryTheory.Grp.mkIso_inv_hom_hom.
Alias of CategoryTheory.Grp.whiskerLeft_hom_hom.
Alias of CategoryTheory.Grp.whiskerRight_hom_hom.
Alias of CategoryTheory.Grp.fst_hom_hom.
Alias of CategoryTheory.Grp.snd_hom_hom.
Alias of CategoryTheory.Grp.braiding_hom_hom_hom.
Alias of CategoryTheory.Grp.braiding_inv_hom_hom.
The image of a group object under a monoidal functor is a group object.
Instances For
A finite-product-preserving functor takes group objects to group objects.
Instances For
If F : C ⥤ D is a fully faithful monoidal functor, then
GrpCat(F) : GrpCat C ⥤ GrpCat D is fully faithful too.
Instances For
The identity functor is also the identity on group objects.
Instances For
The composition functor is also the composition on group objects.
Instances For
Natural transformations between functors lift to group objects.
Instances For
Natural isomorphisms between functors lift to group objects.
Instances For
mapGrp is functorial in the left-exact functor.
Instances For
Pullback a group object along a fully faithful monoidal functor.
Instances For
The essential image of a full and faithful functor between cartesian-monoidal categories is the same on group objects as on objects.
An adjunction of monoidal functors lifts to an adjunction of their lifts to group objects.
Instances For
An equivalence of categories lifts to an equivalence of their group objects.