Back to Problems
erdos_516.limsup_ratio_eq_one_of_hasFabryGaps_ofFiniteOrder
Specification
Let `f = ∑ aₖzⁿₖ` be an entire function of finite order such that `nₖ / k → ∞`. Then `limsup (fun r => ratio r f) atTop = 1`. This is proved in [Fu63].
Lean 4 Statement
theorem erdos_516.limsup_ratio_eq_one_of_hasFabryGaps_ofFiniteOrder {f : ℂ → ℂ} {n : ℕ → ℕ}
(hn : HasFabryGaps n) {a : ℕ → ℂ} (ha : ∀ n, a n ≠ 0)
(hfn : ∀ z, HasSum (fun k => a k * z ^ n k) (f z)) (hf : OfFiniteOrder f) :
limsup (fun r => ratio r f) atTop = 1
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.