Documentation

Mathlib.GroupTheory.FinitelyPresentedGroup

Finitely Presented Groups #

This file defines finitely presented groups.

Main definitions #

Main results #

Tags #

finitely presented group, finitely generated normal closure

IsNormalClosureFG N says that the subgroup N is the normal closure of a finitely-generated subgroup.

Instances For
    theorem Subgroup.IsNormalClosureFG.map {G : Type u_1} {H : Type u_2} [Group G] [Group H] {N : Subgroup G} (hN : N.IsNormalClosureFG) {f : G →* H} (hf : Function.Surjective f) :

    Being the normal closure of a finite set is invariant under surjective homomorphism.

    A group is finitely presented if it has a finite generating set such that the kernel of the induced map from the free group on that set is the normal closure of finitely many relations.

    Instances
      theorem Group.isFinitelyPresented_iff (G : Type u_5) [Group G] :
      IsFinitelyPresented G ∃ (n : ) (φ : FreeGroup (Fin n) →* G), Function.Surjective φ φ.ker.IsNormalClosureFG
      theorem Group.IsFinitelyPresented.equiv {G : Type u_1} {H : Type u_2} [Group G] [Group H] (iso : G ≃* H) (h : IsFinitelyPresented G) :

      Finitely presented groups are closed under isomorphism.