Fourier inversion and tail bridge for the major-arc cutoffs
ProvedTaoFivePrimes.strongly_major_arc_eta_cutoff_fourier_bridge_sourcefourier-analysisgoldbachnumber-theory
For the literal cutoffs and the centered arc of radius , the scaled truncated Fourier integral
differs by at most from the full convolution
The result isolates ordinary Fourier inversion and the explicit tail estimate; it contains no assertion about primes or zeta zeros.
Preamble
import Definitions.Def_TaoFivePrimes_ArcSplit import Definitions.Def_TaoFivePrimes_stronglyMajorCutoffModel import Mathlib.MeasureTheory.Integral.Bochner.Set open MeasureTheory
Formal statement
namespace TaoFivePrimes
theorem strongly_major_arc_eta_cutoff_fourier_bridge_source (x : ℕ)
(h1 : 87 * 10 ^ 35 ≤ x) :
let A : Set (AddCircle (1 : ℝ)) :=
Metric.closedBall 0 (3.29 * 10 ^ 9 / (3.6 * Real.pi * (x : ℝ)))
let cutoffCoefficient : ℂ :=
∫ t : ℝ, ∫ s : ℝ,
(((eta1 s * eta1 (1 - s - t / 1000) * eta0 t : ℝ) : ℂ))
‖(x : ℂ) *
(∫ alpha in A,
stronglyMajorCutoffModel eta1 (x : ℝ) alpha ^ 2 *
stronglyMajorCutoffModel eta0 ((x : ℝ) / 1000) alpha *
fourier (-(x : ℤ)) alpha
∂AddCircle.haarAddCircle) -
cutoffCoefficient‖ ≤ (1 / 100 : ℝ) := by
sorry
end TaoFivePrimesSource
Terence Tao, Every odd number greater than 1 is the sum of at most five primes, arXiv:1201.6656v4, proof of Proposition 8.3, Fourier inversion and tail estimate after equation (8.15), https://arxiv.org/abs/1201.6656