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.

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.

    Instances For

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

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

        The equivalence of categories between GrpCat and AddGrpCat

        Instances For

          The equivalence of categories between CommGrpCat and AddCommGrpCat.

          Instances For