Documentation

Mathlib.Algebra.Category.Grp.EquivalenceGroupAddGroup

Equivalence between Group and AddGroup #

This file contains two equivalences:

The functor GrpCatAddGrpCat by sending X ↦ Additive X and f ↦ f.

Equations
    Instances For
      @[simp]
      theorem GrpCat.toAddGrp_map {x✝ x✝¹ : GrpCat} (f : x✝ x✝¹) :
      @[simp]

      The functor CommGrpCatAddCommGrpCat by sending X ↦ Additive X and f ↦ f.

      Equations
        Instances For

          The functor AddGrpCatGrpCat by sending X ↦ Multiplicative X and f ↦ f.

          Equations
            Instances For
              @[simp]
              theorem AddGrpCat.toGrp_map {x✝ x✝¹ : AddGrpCat} (f : x✝ x✝¹) :

              The functor AddCommGrpCatCommGrpCat by sending X ↦ Multiplicative X and f ↦ f.

              Equations
                Instances For

                  The equivalence of categories between GrpCat and AddGrpCat

                  Equations
                    Instances For

                      The equivalence of categories between CommGrpCat and AddCommGrpCat.

                      Equations
                        Instances For