Erdős problem 975
For an irreducible polynomial with for sufficiently large , does there exists a constant such that ?
Sources
FormalConjectures/ErdosProblems/
975.lean
Retained formal statement
When is an irreducible quadratic polynomial, the question is answered first by Hooley [Ho63]. More compact expression of the constant in terms of Hurwitz class numbers (when ) is given by McKey in [Mc95], [Mc97], [Mc99].
TODO: formalize Hurwitz class numbers and the expression of the constant in terms of them.
∀ (f : Polynomial ℤ), Irreducible f → (∀ᶠ (n : ℕ) in Filter.atTop, 1 ≤ Polynomial.eval (↑n) f) → f.degree = 2 → ∀ (c : ℝ), c = sorry → 0 < c ∧ Filter.Tendsto (fun x => Erdos975.Erdos975Sum f x / (x * Real.log x)) Filter.atTop (nhds c)SolvedStatement only, no proof