Documentation

PrimeNumberTheoremAnd.Mathlib.NumberTheory.Sieve.Selberg

The Selberg Sieve #

This file proves selberg_bound_simple, the main theorem of the Selberg.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem SelbergSieve.sum_mul_subst (k n : ) {f : } (h : ∀ (l : ), l n¬k lf l = 0) :
    ln.divisors, f l = mn.divisors, if k * m n then f (k * m) else 0
    Equations
    Instances For
      theorem SelbergSieve.eq_gcd_mul_of_dvd_of_coprime {k d m : } (hkd : k d) (hmd : m.Coprime d) (hk : k 0) :
      k = d.gcd (k * m)