Prove2Me
Navigate
MissionsFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

The exponent inequality behind the minor-arc bound

Proved
CircleMethod.weyl_hua_exponent_lt

by tabbott · Sep 2, 2026 · Mathlib c5ea003 (Lean v4.30.0)

analytic-number-theorycircle-methodnumber-theorywaring-problem

The arithmetic that makes the minor arcs negligible. Interpolating the pointwise Weyl saving N1−δ21−k+εN^{1-\delta 2^{1-k}+\varepsilon}N1−δ21−k+ε against Hua's inequality N2k−k+εN^{2^{k}-k+\varepsilon}N2k−k+ε gives a minor-arc contribution of order NEN^{E}NE with

E=(1−δ21−k+ε)(s−2k)+(2k−k+ε),E=\left(1-\delta 2^{1-k}+\varepsilon\right)\left(s-2^{k}\right)+\left(2^{k}-k+\varepsilon\right),E=(1−δ21−k+ε)(s−2k)+(2k−k+ε),

while the main term has order N s−kN^{\,s-k}Ns−k. This lemma is the statement that E<s−kE<s-kE<s−k, so the minor arcs really are of smaller order.

The difference is exactly

E−(s−k)=ε(s−2k+1)−δ21−k(s−2k),E-(s-k)=\varepsilon\left(s-2^{k}+1\right)-\delta 2^{1-k}\left(s-2^{k}\right),E−(s−k)=ε(s−2k+1)−δ21−k(s−2k),

so the inequality is strict precisely when ε<δ21−k(s−2k)s−2k+1\varepsilon<\dfrac{\delta 2^{1-k}(s-2^{k})}{s-2^{k}+1}ε<s−2k+1δ21−k(s−2k)​. Two things are visible in that formula. First, some ε\varepsilonε always works, for every δ>0\delta>0δ>0 — no smallness of the Farey parameter is needed here. Second, the requirement s>2ks>2^{k}s>2k is not an artefact: at s=2ks=2^{k}s=2k the saving term vanishes and no positive ε\varepsilonε can be chosen. That is the precise sense in which the Hardy--Littlewood method needs more than 2k2^{k}2k 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 CircleMethod
Source
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).

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me