Documentation

Mathlib.GroupTheory.FreeGroup.GeneratorEquiv

Isomorphisms between free groups imply equivalences of their generators #

noncomputable def FreeAbelianGroup.basis (α : Type u_5) :

A is a basis of the ℤ-module FreeAbelianGroup A.

Equations
Instances For
    noncomputable def Equiv.ofFreeAbelianGroupLinearEquiv {α : Type u_1} {β : Type u_2} (e : FreeAbelianGroup α ≃ₗ[] FreeAbelianGroup β) :
    α β

    Isomorphic free abelian groups (as modules) have equivalent bases.

    Equations
    Instances For
      noncomputable def Equiv.ofFreeAbelianGroupEquiv {α : Type u_1} {β : Type u_2} (e : FreeAbelianGroup α ≃+ FreeAbelianGroup β) :
      α β

      Isomorphic free abelian groups (as additive groups) have equivalent bases.

      Equations
      Instances For
        noncomputable def Equiv.ofFreeGroupEquiv {α : Type u_1} {β : Type u_2} (e : FreeGroup α ≃* FreeGroup β) :
        α β

        Isomorphic free groups have equivalent bases.

        Equations
        Instances For
          noncomputable def Equiv.ofIsFreeGroupEquiv {G : Type u_3} {H : Type u_4} [Group G] [Group H] [IsFreeGroup G] [IsFreeGroup H] (e : G ≃* H) :

          Isomorphic free groups have equivalent bases (IsFreeGroup variant).

          Equations
          Instances For