Documentation

MathlibNt.SieveTheory.LinearSieve.Richert.Richert1969BombieriWeightPayment

Richert 1969: Lemma 3 and the payment from ordinary Bombieri #

Frozen source:

The source does not invoke a weighted Bombieri theorem as a black box. It applies Cauchy--Schwarz, uses Lemma 3 with h = 9 to pay the square of 3 ^ omega(d), and uses a pointwise d E*(N,d) envelope on the second factor. The theorem below records exactly that finite implication.

The divisor weight in the square of Richert's 3 ^ omega(d) error sum.

Equations
Instances For

    The weighted error sum that appears after the two sieve remainders are reindexed by their combined modulus.

    Equations
    Instances For

      Richert's Lemma 3 at h = 9, specialized to a finite squarefree carrier: the required mass is dominated by the finite J₉ Euler-product mass.

      theorem MathlibNt.SieveTheory.Richert1969.lemma3NineOmegaMass_le_polylog :
      ∃ (C : ), 0 < C ∀ (Q : ), SFinset.range (Q + 1), (∀ dS, Squarefree d)lemma3NineOmegaMass S C * Real.log (Q + 2) ^ 9

      The h = 9 case of Richert's Lemma 3 in the polylogarithmic form used after Cauchy--Schwarz. Its constant is independent of the carrier and cutoff.

      theorem MathlibNt.SieveTheory.Richert1969.weightedError_sq_le_lemma3Mass_mul_ordinary (S : Finset ) (w E : ) (X : ) (hd : dS, 0 < d) (hE : dS, 0 E d) (henvelope : dS, d * E d X) :
      (∑ dS, w d * E d) ^ 2 (∑ dS, w d ^ 2 / d) * (X * dS, E d)

      Finite Cauchy--Schwarz in the exact form used after (4.18).

      sum E is the ordinary Bombieri mass. The pointwise estimate d * E d ≤ X turns the second Cauchy factor into X * sum E; the first factor is the h = 9 instance of Lemma 3.

      theorem MathlibNt.SieveTheory.Richert1969.threeOmegaError_sq_le_of_ordinaryBombieri (S : Finset ) (E : ) (X L B : ) (hd : dS, 0 < d) (hE : dS, 0 E d) (hX : 0 X) (hL : 0 L) (henvelope : dS, d * E d X) (hLemma3 : lemma3NineOmegaMass S L ^ 9) (hOrdinaryBombieri : dS, E d B) :
      threeOmegaErrorMass S E ^ 2 L ^ 9 * (X * B)

      Richert's explicit payment: Lemma 3 at h = 9, ordinary Bombieri (4.18), and the elementary pointwise envelope imply the 3 ^ omega weighted error bound. No weighted Bombieri conclusion is assumed.

      theorem MathlibNt.SieveTheory.Richert1969.threeOmegaError_sq_le_of_ordinaryBombieri_squarefree (S : Finset ) (Q : ) (E : ) (X B : ) (hS : SFinset.range (Q + 1)) (hSquarefree : dS, Squarefree d) (hE : dS, 0 E d) (hX : 0 X) (henvelope : dS, d * E d X) (hOrdinaryBombieri : dS, E d B) :
      ∃ (C : ), 0 < C threeOmegaErrorMass S E ^ 2 C * Real.log (Q + 2) ^ 9 * (X * B)

      Richert's complete finite payment from Lemma 3 and an ordinary Bombieri mass, with no weighted Bombieri conclusion assumed. Squarefreeness and the cutoff discharge Lemma 3 through J₉; Cauchy--Schwarz pays the 3^ω weight.