The exponent inequality behind the minor-arc bound
ProvedCircleMethod.weyl_hua_exponent_ltanalytic-number-theorycircle-methodnumber-theorywaring-problem
The arithmetic that makes the minor arcs negligible. Interpolating the pointwise Weyl saving against Hua's inequality gives a minor-arc contribution of order with
while the main term has order . This lemma is the statement that , so the minor arcs really are of smaller order.
The difference is exactly
so the inequality is strict precisely when . Two things are visible in that formula. First, some always works, for every — no smallness of the Farey parameter is needed here. Second, the requirement is not an artefact: at the saving term vanishes and no positive can be chosen. That is the precise sense in which the Hardy--Littlewood method needs more than variables.
Preamble
import Definitions.Def_CircleMethod_char import Mathlib.Analysis.SpecialFunctions.Pow.Real
Formal statement
namespace CircleMethod
theorem weyl_hua_exponent_lt (k s : ℕ) {δ ε : ℝ}
(hε : ε * ((s : ℝ) - (2 : ℝ) ^ k + 1) < δ * (2 : ℝ) ^ (1 - (k : ℝ)) * ((s : ℝ) - (2 : ℝ) ^ k)) :
(1 - δ * (2 : ℝ) ^ (1 - (k : ℝ)) + ε) * ((s : ℝ) - (2 : ℝ) ^ k)
+ ((2 : ℝ) ^ k - (k : ℝ) + ε) < (s : ℝ) - (k : ℝ) := by sorry
end CircleMethodSource
R. C. Vaughan, The Hardy-Littlewood Method, 2nd ed., Cambridge Tracts in Mathematics 125, Cambridge University Press, 1997, Chapter 2 and Chapter 4 (the minor-arc treatment, where the pointwise Weyl bound and Hua's mean value estimate are interpolated).