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
More concrete example for , where the asymptote is . See Tao's blog [T].
(fun x => Erdos975.Erdos975Sum (Polynomial.X ^ 2 + 1) x - 3 / Real.pi * x * Real.log x) =O[Filter.atTop] idSolvedStatement only, no proof