Documentation

Mathlib.Algebra.Category.GroupCat.EquivalenceGroupAddGroup

Equivalence between Group and AddGroup #

This file contains two equivalences:

@[simp]
theorem GroupCat.toAddGroupCat_map {X : GroupCat} {Y : GroupCat} (a : X →* Y) :
GroupCat.toAddGroupCat.map a = MonoidHom.toAdditive a

The functor GroupAddGroup 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 CommGroupCat.toAddCommGroupCat_map {X : CommGroupCat} {Y : CommGroupCat} (a : X →* Y) :
    CommGroupCat.toAddCommGroupCat.map a = MonoidHom.toAdditive a

    The functor CommGroupAddCommGroup 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 AddGroupCat.toGroupCat_map {X : AddGroupCat} {Y : AddGroupCat} (a : X →+ Y) :
      AddGroupCat.toGroupCat.map a = AddMonoidHom.toMultiplicative a

      The functor AddGroupGroup by sending X ↦ multiplicative Y and f ↦ f.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        @[simp]
        theorem AddCommGroupCat.toCommGroupCat_map {X : AddCommGroupCat} {Y : AddCommGroupCat} (a : X →+ Y) :
        AddCommGroupCat.toCommGroupCat.map a = AddMonoidHom.toMultiplicative a

        The functor AddCommGroupCommGroup by sending X ↦ multiplicative Y and f ↦ f.

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

          The equivalence of categories between Group and AddGroup

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

            The equivalence of categories between CommGroup and AddCommGroup.

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