Documentation

Mathlib.Algebra.Category.Grp.EquivalenceGroupAddGroup

Equivalence between Group and AddGroup #

This file contains two equivalences:

The functor GrpCat โฅค AddGrpCat by sending X โ†ฆ Additive X and f โ†ฆ f.

Instances For
    @[simp]
    theorem GrpCat.toAddGrp_map {xโœ xโœยน : GrpCat} (f : xโœ โŸถ xโœยน) :
    @[simp]
    theorem GrpCat.toAddGrp_obj_coe (X : GrpCat) :
    โ†‘(toAddGrp.obj X) = Additive โ†‘X

    The functor CommGrpCat โฅค AddCommGrpCat by sending X โ†ฆ Additive X and f โ†ฆ f.

    Instances For
      @[simp]
      theorem CommGrpCat.toAddCommGrp_map {xโœ xโœยน : CommGrpCat} (f : xโœ โŸถ xโœยน) :

      The functor AddGrpCat โฅค GrpCat by sending X โ†ฆ Multiplicative X and f โ†ฆ f.

      Instances For
        @[simp]
        theorem AddGrpCat.toGrp_map {xโœ xโœยน : AddGrpCat} (f : xโœ โŸถ xโœยน) :

        The functor AddCommGrpCat โฅค CommGrpCat by sending X โ†ฆ Multiplicative X and f โ†ฆ f.

        Instances For
          @[simp]
          theorem AddCommGrpCat.toCommGrp_map {xโœ xโœยน : AddCommGrpCat} (f : xโœ โŸถ xโœยน) :

          The equivalence of categories between GrpCat and AddGrpCat

          Instances For