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

N.IsFinitelyNormallyGenerated says that the subgroup N is the normal closure of a finite set.

Equations
Instances For

    N.IsFinitelyNormallyGenerated says that the additive subgroup N is the normal closure of a finite set.

    Equations
    Instances For
      @[deprecated Subgroup.IsFinitelyNormallyGenerated (since := "2026-06-25")]

      Alias of Subgroup.IsFinitelyNormallyGenerated.


      N.IsFinitelyNormallyGenerated says that the subgroup N is the normal closure of a finite set.

      Equations
      Instances For

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

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

        The preimage of a finitely generated normal subgroup by a surjective homomorphism with a finitely generated kernel is finitely generated.

        The preimage of a finitely generated normal subgroup by a surjective additive homomorphism with a finitely generated kernel is finitely generated.

        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.

            The image of a finitely presented group under a surjective homomorphism whose kernel is finitely generated as a normal subgroup is finitely presented.

            The image of a finitely presented additive group under a surjective additive homomorphism whose kernel is finitely generated as a normal subgroup is finitely presented.

            The quotient of a finitely presented group by a subgroup which is finitely generated as a normal subgroup is finitely presented.

            The quotient of a finitely presented additive group by an additive subgroup which is finitely generated as a normal subgroup is finitely presented.

            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.

            The free product of finitely presented groups is finitely presented

            Any finite group is finitely presented.