Documentation

Mathlib.Algebra.Category.Grp.EquivalenceGroupAddGroup

Equivalence between Group and AddGroup #

This file contains two equivalences:

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

Equations
    Instances For
      @[simp]
      theorem Grp.toAddGrp_obj_coe (X : Grp) :
      (toAddGrp.obj X) = Additive X
      @[simp]
      theorem Grp.toAddGrp_map {x✝ x✝¹ : Grp} (f : x✝ x✝¹) :

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

      Equations
        Instances For
          @[simp]

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

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

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

              Equations
                Instances For

                  The equivalence of categories between Grp and AddGrp

                  Equations
                    Instances For

                      The equivalence of categories between CommGrp and AddCommGrp.

                      Equations
                        Instances For