Documentation

Atlas.ProjectionTheory.code.LargeSieveAvg

theorem LinnikLargeSieve.primesInRange_card_lower_bound :
∃ (c : ) (M₀ : ), c > 0 2 M₀ ∀ (M : ), M₀ Mc * M (primesInRange M).card

Lower bound on the number of primes in a dyadic interval: there exists c > 0 and M₀ ≥ 2 such that for all M ≥ M₀, the count |P_M| of primes in [M/2, M] satisfies c · M ≤ |P_M|. (This is essentially a quantitative form of the Prime Number Theorem.)

noncomputable def LinnikLargeSieve.avgProjHighFreqL2Sq (N M : ) (f : Fin N) :

Average over primes p ∈ P_M of the squared $L^2$ norm of the high-frequency part of the mod-p projection: Avg_{p ∈ P_M} ‖(π_p f)_H‖_{L^2}^2 = (1/|P_M|) · linnikLHS N M f.

Instances For
    theorem LinnikLargeSieve.large_sieve_avg :
    C > 0, ∃ (M₀ : ), ∀ (N M : ), 0 < NM₀ MM ^ 2 N∀ (f : Fin N), avgProjHighFreqL2Sq N M f C * (N / M ^ 2) * n : Fin N, highFreqPart N f n ^ 2

    Corollary 4 (Large sieve average): for f : [N] → ℂ and M ≤ N^{1/2}, $$\operatorname{Avg}_{p \in P_M} \|(\pi_p f)_H\|_{L^2}^2 \lesssim \frac{N}{M^2} \sum_n |f_H(n)|^2.$$