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
  • One or more equations did not get rendered due to their size.
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
    • One or more equations did not get rendered due to their size.
    Instances For

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

      Equations
      • One or more equations did not get rendered due to their size.
      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
        • One or more equations did not get rendered due to their size.
        Instances For

          The equivalence of categories between GrpCat and AddGrpCat

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            The equivalence of categories between CommGrpCat and AddCommGrpCat.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For