Teichmüller units, odd-root separation, and successive approximation #
The three σ-free ingredients of the residue-field proof of
unramifiedQuadratic_units_are_norms are:
exists_teichmuller— §1(R)1: in a finite (hence complete) subextensionL/ℚ₂, a norm-onewwith‖w^q − w‖ < 1(qof norm< 1, e.g. any evenq) has a Teichmüller representative:ω ∈ Lwithω^q = ω,‖ω‖ = 1,‖ω − w‖ < 1. The sequencew^{qⁿ}is Cauchy (cauchySeq_of_le_geometric, theHilbertLedger.sq_of_near_onetemplate — run in↥L, sinceℚ̄₂itself is not complete) becausex ↦ x^qcontracts differences on the unit ball:‖a^q − b^q‖ ≤ max(‖q‖, ‖a−b‖)·‖a−b‖(norm_pow_sub_pow_le, via the geometric-sum factorization — one step for anyqof norm< 1, no iterated squaring needed).norm_sub_eq_one_of_pow_eq_one— §1(R)2: distinctm-th roots of unity (modd) are at distance1. Route (simpler than the plan's derivative product, no enumeration of the root set):η := ζ⁻¹ζ' ≠ 1has∑_{i<m} η^i = 0, som = ∑_{i<m}(1 − η^i)with every term of norm≤ ‖1 − η‖; hence1 = ‖m‖ ≤ ‖1 − η‖ ≤ 1(‖m‖ = 1becausemis odd —norm_natCast_eq_one_of_odd, the only 2-adic input).le_of_shared_uniformizer— §1(R)4: ifπ ∈ kis a shared uniformizer fork ≤ L(max-property overL) and every integralz ∈ Lis congruent mod𝔪_Lto an element ofk(the "l = k̄" hypothesis, in norm form), thenL ≤ k—π-adic successive approximation withk-coefficients, plus closedness of the finite-dimensionalk.
Interface note. These lemmas need no filtration interface
— every B13 input is abstracted into an explicit norm hypothesis (hwq, hπmax, hres), so
the file imports Mathlib only. GQ2/UnramifiedQuadraticNorms.lean supplies the concrete
filtration data at the call sites. This keeps the elementary approximation layer independent
of the filtration implementation.
Axioms: ∅ (std-3 target). Paper: §6.3 via Serre LF Ch. V §2 (see the plan).
Ultrametric power-difference estimates #
In an ultrametric field, x ↦ xᵐ is 1-Lipschitz on the unit ball.
On the unit ball of an ultrametric field, x ↦ x^q contracts differences by the factor
max(‖q‖, ‖a − b‖) — the quantitative "raising to an even power deepens congruences", in one
step for any q (the geometric sum ∑ aⁱb^{q−1−i} is q·a^{q−1} up to a multiple of
a − b).
The 2-adic input: odd integers are units #
Odd naturals have norm 1 in ℚ̄₂ (the spectral norm extends the 2-adic norm, where odd
integers are units).
Brick 2: odd-root separation #
1 is at distance exactly 1 from every other root of unity of odd order:
m = ∑_{i<m}(1 − ηⁱ) once ∑ ηⁱ = 0, every summand has norm ≤ ‖1 − η‖, and ‖m‖ = 1.
Odd-root separation (plan §1(R)2): distinct roots of unity of odd order m in ℚ̄₂
are at norm-distance exactly 1 — they stay distinct in every residue field of odd
characteristic-avoiding depth. (Applied at m = 2^F − 1 in the residue layer.)
Brick 1: Teichmüller representatives #
Teichmüller representative (plan §1(R)1). In a finite (hence complete) subextension
L/ℚ₂, every norm-one w ∈ L with ‖w^q − w‖ < 1 (for an exponent q of norm < 1 — in
application q = #l, a power of 2, and the congruence is Lagrange in the residue field) is
congruent mod 𝔪_L to a genuine (q−1)-st root of unity ω ∈ L: the π-adic limit of the
sequence w^{qⁿ}.