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.

Equations
Instances For

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

    Equations
    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.

      theorem AddSubgroup.IsNormalClosureFG.map {G : Type u_1} {H : Type u_2} [AddGroup G] [AddGroup H] {N : AddSubgroup G} (hN : N.IsNormalClosureFG) {f : G →+ H} (hf : Function.Surjective f) :

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

      The trivial group is the normal closure of a finite set of relations.

      The trivial additive group is the normal closure of a finite set of relations.

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

      Instances

        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.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.

          Finitely presented additive groups are closed under additive isomorphism.

          A free group with a finite number of generators is finitely presented.

          A free additive group with a finite number of generators is finitely presented.