Irregular primes and Bernoulli numbers (extension) #
This file proves a variant of the main result with an explicit constant: the count
of odd primes p ≤ X that are not M_α(p)-regular is bounded by 10 · X / (log X)^(2α).
A prime p is m-regular if it has no Bernoulli numerator divisor in range.
Equations
Instances For
A uniform upper bound for the relevant M_α(p) values with p ≤ X.
Equations
- LeanPool.PartialRegularity.Extension.KMaxSup α X = {p ∈ Finset.range (X + 1) | Nat.Prime p}.sup (LeanPool.PartialRegularity.Extension.MAlpha α) + 1
Instances For
Primes counted at a fixed Bernoulli index k in the double-counting argument.
Equations
Instances For
The explicit constant used for the Bernoulli-factor counting bound.
Instances For
theorem
LeanPool.PartialRegularity.Extension.tendsto_sqrt_div_log_pow_atTop
(α : ℝ)
(_hα : 0 < α)
:
Filter.Tendsto (fun (x : ℝ) => √x / Real.log x ^ α) Filter.atTop Filter.atTop