Centred Vaughan assembly: decomposition identity and Type I envelope comparison
OpenTaoFivePrimes.theorem51_vaughan_split_centred_assemblyCentred Vaughan assembly: decomposition identity and Type I envelope comparison
Let and with , , . This statement is the conjunction of the two facts that remain for the centred Vaughan split TaoFivePrimes.theorem51_vaughan_split.
(i) The centred decomposition identity.
where the right-hand double sum is the normed quantity displayed in the statement (its support is finite because of ). This is the centring of the Type II coefficient in Tao's Lemma 4.11, isolated against the Type I interface: the half-logarithmic leftover is absorbed into the double sum over pairs with , .
(ii) The Type I envelope comparison. There are coefficients , for odd , with
This is the comparison step charged to the Type I envelope; the half-logarithmic leftover produced by the centring is charged to the small divisor variable, with the leftover terms re-indexed by the complementary factor (Dirichlet hyperbola). The witness is explicit: for odd with take to be the unimodular factor aligning against ; the comparison is against the full interface envelope with free unimodular factors, not the per- restricted comparison, which fails on the overlap range .
Why the target follows. The platform definition TaoFivePrimes.theorem51TypeII is the norm of the centred pair sum displayed in (i):
Given (i) and (ii), with from (ii),
which is exactly the centred Vaughan split. The remaining work is precisely (i) and (ii); both are stated as separate problems (TaoFivePrimes.smoothedExpSum_eq_eta0VaughanTypeISum_add_centredPairSum and TaoFivePrimes.eta0VaughanTypeISum_le_theorem51TypeI), and this conjunction packages them so that the split itself follows by unfolding the definition of and the triangle inequality.
import Mathlib import Definitions.Def_TaoFivePrimes_TypeIEnvelopeInterfaces
theorem TaoFivePrimes.theorem51_vaughan_split_centred_assembly
(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)) ∧
(∃ c : ℕ → ℂ,
(∀ d ∈ TaoFivePrimes.theorem51Divisors U V, ‖c d‖ ≤ 1) ∧
‖TaoFivePrimes.eta0VaughanTypeISum x alpha U V‖ ≤
TaoFivePrimes.theorem51TypeI x alpha U V c) := by sorry