Documentation

MathlibNt.AnalyticNumberTheory.LargeSieve.BilinearTensorPrefixMaximalExplicit

Prefix-maximal explicit bilinear tensor estimate #

This independent leaf upgrades the explicit nonmaximal bilinear tensor estimate to the complete maximum over the collected t-prefix. The aligned dyadic Rademacher--Menshov decomposition in DyadicPrefixMaximal pays exactly (Nat.log2 M + 1)^2; Cauchy in the outer row variable does not move the maximum outside the primitive-character sum.

Square of the bilinear tensor form truncated at the collected-variable prefix 1 ≤ t ≤ y.

Equations
Instances For

    Complete t-prefix maximum for a bilinear tensor form.

    Equations
    Instances For

      Every complete bilinear prefix maximum is bounded by outer-row Cauchy and the sum of the complete row-prefix maxima.

      theorem AnalyticNumberTheory.LargeSieve.weighted_primitive_bilinearTensor_prefixMax_explicit (A : ) (DS : Finset ) (D M Q : ) (hQ : 0 < Q) (hcard : DS.card D) :
      qFinset.Icc 1 Q, q / q.totient * χ : PrimitiveCharacter q, bilinearTensorCharacterPrefixMaxSquare A DS M q χ ↑(M.log2 + 1) ^ 2 * D * (M + primitiveBilinearQFactor Q * Q ^ 2) * bilinearTensorCoeffEnergy A DS M

      Generic explicit t-prefix-maximal bilinear tensor theorem. The aligned dyadic decomposition is applied to each row and costs exactly (log₂ M + 1)^2; the remaining factor is the already proved Q-dependent nonmaximal constant D * (M + c(Q)Q^2).

      Canonical complete-prefix theorem, with no fourth-moment premise.

      Linear-harmonic imprimitive conductor-window transport for the complete canonical bilinear prefix maximum.

      theorem AnalyticNumberTheory.LargeSieve.weighted_primitive_vaughanCanonicalBilinear_prefixMax_energy27 (b : ) (y N u v k l Q : ) (B : ) (hQ : 0 < Q) (hB : ny, b n B) :
      qFinset.Icc 1 Q, q / q.totient * χ : PrimitiveCharacter q, vaughanCanonicalBilinearPrefixMaxSquare b y N u v k l q χ ↑((vaughanCanonicalTensorLength y k).log2 + 1) ^ 2 * ↑(2 ^ k) * ((vaughanCanonicalTensorLength y k) + primitiveBilinearQFactor Q * Q ^ 2) * (27 * B ^ 2 * (↑(2 ^ k) * (vaughanCanonicalTensorLength y k)) * Real.log ↑(y + 1) ^ 5)

      Substitution of the explicit divisor-square constant 27. This theorem makes the remaining full row-mass factor visible.

      theorem AnalyticNumberTheory.LargeSieve.bilinear_prefix_energy27_scale_audit (D M Q L : ) :
      D * (M + Q ^ 2) * (27 * (D * M) * L) = 27 * (D * M) * (D * M + D * Q ^ 2) * L

      Algebraic audit: after writing X=D*M, the prefix maximal route with the 27-energy still contains X * (X + D*Q^2). Thus the dyadic maximal upgrade does not itself supply the missing N/log saving needed by a BV endpoint.