Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Tao’s Fourier identity in smoothed-sum notation

Proved
TaoFivePrimes.representationCount_eq_smoothed_integral

by Patrick · Sep 7, 2026 · Mathlib 0df444a (Lean v4.33.1)

circle-methodexponential-sumsnumber-theory

For natural x≥1000 and any natural gap budget H, the weighted representation count is exactly the unit-circle integral of the two first smoothed prime sums, the third smoothed prime sum at real scale x/1000, three positive-shift sums, and the Fourier character of frequency −x. The proof checks that the infinite sums truncate at the correct integer bounds, using the actual cutoff support. No positivity estimate is assumed or concluded.

Preamble
import Definitions.Def_TaoFivePrimes_FourierRepresentation
import Definitions.Def_TaoFivePrimes_SmoothedSum
open MeasureTheory TaoFivePrimes TaoFourierIdentity
Formal statement
theorem TaoFivePrimes.representationCount_eq_smoothed_integral (x H : ℕ) (hx : 1000 ≤ x) :
    (representationCount x H : ℂ) =
      ∫ α : AddCircle (1 : ℝ),
        smoothedSum eta1 (primorial (Nat.sqrt x)) x α ^ 2 *
        smoothedSum eta0 (primorial (Nat.sqrt (x / 1000))) ((x : ℝ) / 1000) α *
        fourierPolynomial (Finset.Icc 1 (H / 3)) (fun _ ↦ 1)
          (fun n ↦ (n : ℤ)) α ^ 3 * fourier (-(x : ℤ)) α
        ∂AddCircle.haarAddCircle := by sorry
Source
Tao, https://arxiv.org/abs/1201.6656, equation(8.11), fixed K=1000. Adapter from the proved finite Fourier identity to the published smoothedSum definition.

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