Explicit Q-dependent bilinear tensor moment bound #
Expanding the outer d-sum and applying Cauchy only in d reduces the
bilinear tensor second moment (the mixed fourth moment for rank-one tensors) to
one nonmaximal weighted primitive large sieve for every row. Thus the exact
rowwise charge is
D * (M + c(Q) * Q^2) * coefficientEnergy,
where c(Q) = 2 * ceil (log(Q^2) / log 2) + 12. This module also compares
that expression with the genuine bilinear scale and gives an unconditional
producer for the canonical Vaughan block. No prefix maximum is present; a
prefix version should be obtained separately by the dyadic/Rademacher--Menshov
reduction, paying its displayed logarithm squared.
Explicit generic nonmaximal bilinear tensor inequality. Cauchy in d
and the existing weighted primitive large sieve give exactly the rowwise scale
D * (M + c(Q) Q^2) times the full Frobenius energy.
The rowwise explicit scale is bounded by the genuine bilinear product scale,
with only the displayed logarithmic factor c(Q).
Q-dependent version of the generic frontier. Unlike
BilinearTensorFourthMomentBound K, its coefficient is allowed to display the
unavoidable current Q-logarithm.
Equations
- AnalyticNumberTheory.LargeSieve.QDependentBilinearTensorFourthMomentBound K = ∀ (A : ℕ → ℤ → ℂ) (DS : Finset ℕ) (D M Q : ℕ), 0 < Q → DS.card ≤ D → (∀ d ∈ DS, d < 2 * D) → ∑ q ∈ Finset.Icc 1 Q, ↑q / ↑q.totient * ∑ χ : AnalyticNumberTheory.LargeSieve.PrimitiveCharacter q, ‖AnalyticNumberTheory.LargeSieve.bilinearTensorCharacterForm A DS M q χ‖ ^ 2 ≤ K Q * AnalyticNumberTheory.LargeSieve.bilinearMultiplicativeScale D M Q * AnalyticNumberTheory.LargeSieve.bilinearTensorCoeffEnergy A DS M
Instances For
Unconditional producer for the generic Q-dependent bilinear tensor bound.
Canonical Vaughan-block producer with no frozen fourth-moment hypothesis.
This is the nonmaximal rectangle bound at the product scale, with the explicit
current Q-logarithm.