Documentation

Q2Presentation.PresentationCorrect

The presentation theorem Γ_A ≅ Gal(Q̄₂/ℚ₂) (the project's final result) #

This is the capstone of the whole formalization. It assembles the two prepared deliverables into the manuscript's main theorem (thm:main):

Feeding these to the one-sided profinite reconstruction lemma (profinite_reconstruction_of_surj_counts, Stage B6 / Lemma 2.5) yields

  presentation_correct : Nonempty (GammaA ≅ GQ2Profinite).

i.e. the candidate presentation is the absolute Galois group of ℚ₂.

Logical status #

The result is unconditional modulo exactly the project's documented axioms (no sorry anywhere):

Run #print axioms presentation_correct (at the end of this file) for the exact closure.

A note on the two interface adjustments #

The four marked generators σ, τ, x₀, x₁ form a finite type. (Gen already carries DecidableEq; this records its four-element enumeration so that Finset.univ : Finset Gen — and hence the finite generating set Finset.univ.image gammaGen of Γ_A — is available.)

Equations

Γ_A is topologically finitely generated. The finite generating set is the image of the four universal generators, Finset.univ.image gammaGen, whose coercion to a Set is exactly Set.range gammaGen; its topological closure is by gammaGen_topologically_generate. This is the hypothesis of the one-sided profinite reconstruction lemma asserting that Γ_A is t.f.g.

Equal finite surjection counts, packaged for the reconstruction lemma. This is finite_surjection_counts_equal_corrected — the manuscript-faithful §7 route (first non-scalar chief factor + ⊆-minimal kernel + the R = Φ(K) dichotomy of thm:closedrecursion; see Induction/Section7ChiefKernelFoundation.lean and PROGRESS.md "SOUNDNESS FINDINGS") — with its redundant [Nonempty G] discharged: every group is nonempty via its identity ⟨1⟩. The shape now matches the hypothesis h of profinite_reconstruction_of_surj_counts, which quantifies over all finite groups without a nonemptiness assumption.

THE MAIN THEOREM (manuscript thm:main). The candidate 4-generator profinite presentation Γ_A is isomorphic, as a profinite group, to the absolute Galois group G_{ℚ₂} = Gal(Q̄₂/ℚ₂) of the 2-adic field.

The proof is one application of the one-sided profinite reconstruction lemma (profinite_reconstruction_of_surj_counts): Γ_A is topologically finitely generated (tfg_GammaA) and has the same number of continuous surjections onto every finite group as G_{ℚ₂} (surj_counts_equal, i.e. Stage H's integrated semantic finite count theorem), so the two profinite groups are isomorphic.

Final acceptance audit #