Finitely Presented Groups #
This file defines finitely presented groups.
Main definitions #
Subgroup.IsNormalClosureFG N: says that the subgroupNis the normal closure of a finitely generated subgroup.IsFinitelyPresented: defines when a group is finitely presented.
Main results #
Subgroup.IsNormalClosureFG_map: Being the normal closure of a finite set is preserved under surjective homomorphism.IsFinitelyPresented.equiv: finitely presented groups are closed under isomorphism.
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
- N.IsNormalClosureFG = ∃ (S : Set G), S.Finite ∧ Subgroup.normalClosure S = N
Instances For
IsNormalClosureFG N says that the additive subgroup N is the normal closure
of an additive finitely-generated subgroup.
Equations
- N.IsNormalClosureFG = ∃ (S : Set G), S.Finite ∧ AddSubgroup.normalClosure S = N
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 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.
- out : ∃ (n : ℕ) (φ : FreeAddGroup (Fin n) →+ G), Function.Surjective ⇑φ ∧ φ.ker.IsNormalClosureFG
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.
- out : ∃ (n : ℕ) (φ : FreeGroup (Fin n) →* G), Function.Surjective ⇑φ ∧ φ.ker.IsNormalClosureFG
Instances
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.
Multiplicative ℤ is finitely presented.
ℤ is finitely presented