Documentation

MathlibNt.AnalyticNumberTheory.LargeSieve.BilinearTensorFourthMomentExplicit

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.

The explicit logarithmic coefficient in the current primitive large sieve.

Equations
Instances For
    theorem AnalyticNumberTheory.LargeSieve.weighted_primitive_bilinearTensor_explicit (A : ) (DS : Finset ) (D M Q : ) (hQ : 0 < Q) (hcard : DS.card D) :
    qFinset.Icc 1 Q, q / q.totient * χ : PrimitiveCharacter q, bilinearTensorCharacterForm A DS M q χ ^ 2 D * (M + primitiveBilinearQFactor Q * Q ^ 2) * bilinearTensorCoeffEnergy A DS M

    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
    Instances For

      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.