Erdős problem 513
Let f be a transcendental entire function. What is the greatest possible value of liminf (fun r : ℝ => ratio r f) atTop?
Sources
FormalConjectures/ErdosProblems/
513.lean
Retained formal statement
For all transcendental entire function f, liminf (fun r : ℝ => ratio r f) atTop ≤ 2 / π - c for some c > 0. This is proved in [ClHa64].
∃ c > 0, ⨆ f, Filter.liminf (fun r => Erdos513.ratio r ↑f) Filter.atTop ≤ 2 / Real.pi - cSolvedStatement only, no proof