The Euclidean growth inequality (instantiating the any-norm mod-2 theorem) #
Instantiating SimApprox.growth_additive_modTwo at the Euclidean (L²) norm gives the growth
inequality for best simultaneous approximations in the Euclidean norm:
q_{n + 2^{d+1}} ā„ 2 q_{n+1} + q_n.
For d = 2 this is q_{n+8} ā„ 2 q_{n+1} + q_n, the denominator-growth input behind the Euclidean
five-distance theorem on šĀ². The Euclidean norm on Fin d ā ā is obtained by transporting the
EuclideanSpace ā (Fin d) norm along EuclideanSpace.equiv; its triangle inequality and
homogeneity come for free from that being a (continuous) linear equivalence.
Axiom-clean.
The Euclidean (L²) norm on Fin d ā ā, transported from EuclideanSpace ā (Fin d) along
EuclideanSpace.equiv. Concretely euclNorm x = ā(ā i, (x i)²).
Equations
- ThreeGap.SimApprox.euclNorm d x = ā(EuclideanSpace.equiv (Fin d) ā).symm xā
Instances For
The Euclidean growth inequality (the mod-2 theorem at N = euclNorm). With the Euclidean
defect Γ = deltaN (euclNorm d) α and the best-approximation record structure, the denominators
satisfy 2 q_{n+1} + q_n ⤠q_{n + 2^{d+1}}. For d = 2: q_{n+8} ℠2 q_{n+1} + q_n.