Centred Vaughan decomposition against the Type I interface
ProvedTaoFivePrimes.smoothedExpSum_eq_eta0VaughanTypeISum_add_centredPairSumCentred Vaughan decomposition of against the Type I interface
Let and with , , . Write and let be the platform's pointwise Type I part TaoFivePrimes.eta0VaughanTypeISum. Then
with the inner sums unconditionally convergent (the support of 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 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.
import Mathlib import Definitions.Def_TaoFivePrimes_TypeIEnvelopeInterfaces
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