Positivity of Tao’s weighted representation count (K = 1000)
OpenTaoFivePrimes.representationCount_poscircle-methodexponential-sumsgoldbachnumber-theory
Let be any integer in the range
For the weighted count of equation (8.10), using Tao's cutoffs, inclusive square-root primorial sieves, and the fixed parameter , prove
This is the analytic input isolated by the proof of Theorem 8.2. Combined with the prime-witness extraction theorem, it gives three odd primes whose sum lies in . The claim applies to even as well as odd ; it remains an open proof obligation in this formalization.
The exact Fourier identity is now proved, including integrability. It identifies the count with the circle-method integral. The explicit analytic estimates needed to make this integral positive remain separate, unresolved work.
Preamble
import Definitions.Def_TaoFivePrimes_RepresentationCount open TaoFivePrimes
Formal statement
theorem TaoFivePrimes.representationCount_pos (x : ℕ)
(h1 : 87 * 10 ^ 35 ≤ x) (h2 : (x : ℝ) ≤ Real.exp 3100) :
0 < TaoFivePrimes.representationCount x (4 * 10 ^ 14) := by sorrySource
Terence Tao, https://arxiv.org/abs/1201.6656, proof of Theorem 8.2 in Section 8: positivity target (8.10), Fourier expression (8.11), fixed K=10^3, and the subsequent major-arc and minor-arc estimates.