Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Centred Vaughan decomposition against the Type I interface

Proved
TaoFivePrimes.smoothedExpSum_eq_eta0VaughanTypeISum_add_centredPairSum

by andreaskapfer · Sep 21, 2026 · Mathlib 0df444a (Lean v4.33.1)

exponential-sumsfive-primesnumber-theoryvaughan-identity

Centred Vaughan decomposition of Sη0,2S_{\eta_0,2}Sη0​,2​ against the Type I interface

Let x,α∈Rx,\alpha\in\mathbb Rx,α∈R and U,V≥40U,V\ge 40U,V≥40 with U,V<xU,V<xU,V<x, UV≤x/4UV\le x/4UV≤x/4, x≤UV2x\le UV^2x≤UV2. Write Sη0,2(x,α)=∑nΛ(n)1(n,2)=1η0(n/x)e(αn)S_{\eta_0,2}(x,\alpha)=\sum_n\Lambda(n)\mathbf 1_{(n,2)=1}\eta_0(n/x)e(\alpha n)Sη0​,2​(x,α)=∑n​Λ(n)1(n,2)=1​η0​(n/x)e(αn) and let TypeIη0(x,α,U,V)\mathrm{TypeI}_{\eta_0}(x,\alpha,U,V)TypeIη0​​(x,α,U,V) be the platform's pointwise Type I part TaoFivePrimes.eta0VaughanTypeISum. Then

Sη0,2(x,α)  =  TypeIη0(x,α,U,V)  +  ∑d≥1∑w≥1μ(d) 1U<d 1V<w 1(d,2)=(w,2)=1 g(w) η0(dw/x) e(αdw),S_{\eta_0,2}(x,\alpha)\;=\;\mathrm{TypeI}_{\eta_0}(x,\alpha,U,V)\;+\;\sum_{d\ge 1}\sum_{w\ge 1}\mu(d)\,\mathbf 1_{U<d}\,\mathbf 1_{V<w}\,\mathbf 1_{(d,2)=(w,2)=1}\,g(w)\,\eta_0(dw/x)\,e(\alpha dw),Sη0​,2​(x,α)=TypeIη0​​(x,α,U,V)+d≥1∑​w≥1∑​μ(d)1U<d​1V<w​1(d,2)=(w,2)=1​g(w)η0​(dw/x)e(αdw), g(w)=∑b∣wb>VΛ(b)−12log⁡w,g(w)=\sum_{\substack{b\mid w\\ b>V}}\Lambda(b)-\tfrac12\log w,g(w)=b∣wb>V​∑​Λ(b)−21​logw,

with the inner sums unconditionally convergent (the support of η0\eta_0η0​ makes the sum finite). This is Tao's Lemma 4.11 decomposition with the centred Type II coefficient, stated in the form in which each side only uses the Type I interface: the summand on the right is the centred leftover that remains after the Type II bilinear part TaoFivePrimes.eta0VaughanBilinearSum is reindexed, and ggg is TaoFivePrimes.theorem51Centered.

It is the exact companion of the two other halves of the split: TaoFivePrimes.eta0VaughanBilinearSum_eq_centredPairSum identifies the double sum above with the platform's bilinear sum, and TaoFivePrimes.theorem51TypeISum_le_theorem51TypeI compares the Type I part with the Type I envelope.

Preamble
import Mathlib
import Definitions.Def_TaoFivePrimes_TypeIEnvelopeInterfaces
Formal statement
theorem TaoFivePrimes.smoothedExpSum_eq_eta0VaughanTypeISum_add_centredPairSum
    (x alpha U V : ℝ) (hU : 40 ≤ U) (hV : 40 ≤ V)
    (hUx : U < x) (hVx : V < x)
    (hUVx : U * V ≤ x / 4) (hUV2 : x ≤ U * V ^ 2) :
    TaoFivePrimes.smoothedExpSum TaoFivePrimes.eta0 2 x alpha =
      TaoFivePrimes.eta0VaughanTypeISum x alpha U V +
      ∑' d : ℕ, ∑' w : ℕ,
          (if U < (d : ℝ) ∧ V < (w : ℝ) ∧ d.Coprime 2 ∧ w.Coprime 2 then
            ((ArithmeticFunction.moebius d : ℤ) : ℂ) *
              (((TaoFivePrimes.theorem51Centered V w : ℝ)) : ℂ) *
              TaoFivePrimes.expCircle (alpha * d * w) *
              ((TaoFivePrimes.eta0 ((d : ℝ) * (w : ℝ) / x) : ℝ) : ℂ)
          else 0) := by sorry
Source
Terence Tao, "Every odd number greater than 1 is the sum of at most five primes", Math. Comp. 83 (2014) 997-1038; arXiv:1201.6656v4, Section 4, Lemma 4.11 (Vaughan's identity) with the centred Type II coefficient g(w)=∑b∣w,b>VΛ(b)−12log⁡wg(w)=\sum_{b\mid w,b>V}\Lambda(b)-\tfrac12\log wg(w)=∑b∣w,b>V​Λ(b)−21​logw, applied at the start of Section 5.

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, licensed under Apache 2.0.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactTermsJoin SlackJoin Zulip© 2026 Prove2Me