Profinite presentations #
Combining the free profinite group (GQ2/FreeProfinite.lean) with the profinite quotient by a
closed normal subgroup (GQ2/ProfiniteQuotient.lean), we can form the profinite group presented
by a set of generators and relators: the free profinite group modulo the closed normal closure of
the relators. This is the shape of the paper's group Γ_A (generators σ, τ, x₀, x₁, i.e.
X = Fin 4, and the four relators). Writing the literal relators still needs a genuine profinite
ω₂-exponent (ZHat, absent from Mathlib — see docs/foundations-audit.md), but the presentation
construction itself is now available.
The closed normal closure of a set rels in the free profinite group on X: the smallest
closed normal subgroup containing the relators. (Closedness is what makes the quotient profinite;
in a profinite group the algebraic normal closure need not be closed.)
Equations
- GQ2.relatorSubgroup rels = (Subgroup.normalClosure rels).topologicalClosure
Instances For
The profinite group presented by generators X and relators rels: the free profinite
group on X modulo the closed normal closure of the relators.
Equations
Instances For
The presentation does impose the relations: each relator maps to 1 under the quotient
projection FreeProfiniteGroup X → FreeProfiniteGroup X ⧸ relatorSubgroup rels.