Sharp scalar transfer gap for the centred Vaughan Type I comparison (TaoFivePrimes child3)
OpenTaoFivePrimes.theorem51_sharp_transfer_gapThe sharp scalar transfer gap for the centred Vaughan Type I comparison
Let and with , and . Let be the set of odd (TaoFivePrimes.theorem51Divisors). For let , , and be the slab sums of the definition TaoFivePrimes_TypeISlabSums (see its description): is the log-weighted Type I slab sum over the full inner support, the unweighted one, the log-weighted sum over the transferred part of the support, and the transferred half-logarithmic block as a single global M"obius-weighted sum. Finally let be the Vaughan Type I correction coefficient vaughanTypeICorrectionCoefficient.
The claim is the scalar inequality
This is exactly the remaining estimate in the proof of Tao's Lemma 4.11 absorption step (arXiv:1201.6656v4, §4), and it is the sole missing input for the Type I envelope comparison TaoFivePrimes.eta0VaughanTypeISum_le_theorem51TypeI (node 'child3'): the reduction child3_of_sharp_gap proves the comparison from this inequality. The crucial point is that keeps the M"obius cancellation: the triangle version , which is what the displayed proof of the source silently uses, is numerically false (ratio at , , ), while the global form above holds with margin on all tested data. After cancelling the common term (using and the proved bound ), the reduced core is the M"obius cancellation estimate , i.e. a bilinear estimate for the windowed log-sums . Proving this scalar gap completes child3 and, downstream, the centred Vaughan assembly.
import Definitions.Def_TaoFivePrimes_TypeISlabSums open scoped BigOperators
theorem TaoFivePrimes.theorem51_sharp_transfer_gap
(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) :
(∑ d ∈ TaoFivePrimes.theorem51Divisors U V,
(‖(if d ≤ ⌊U⌋₊ then (ArithmeticFunction.moebius d : ℂ) else 0)‖ *
‖TaoFivePrimes.typeISlabS1 x alpha d‖
+ ‖(((TaoFivePrimes.vaughanTypeICorrectionCoefficient ⌊U⌋₊ ⌊V⌋₊ d : ℝ) : ℂ))‖ *
‖TaoFivePrimes.typeISlabS0 x alpha d‖))
+ ‖TaoFivePrimes.typeISlabS3 x alpha U V‖
≤ ∑ d ∈ TaoFivePrimes.theorem51Divisors U V,
(‖TaoFivePrimes.typeISlabS1 x alpha d‖ + Real.log d * ‖TaoFivePrimes.typeISlabS0 x alpha d‖) := by sorry