Skip to content

Erdős problem 516

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].

Sources

Browse retained paths and inspect the exact material available for this Problem.

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

516.lean

Retained formal statement3 of 3

Is it true that for all entire functions f = ∑ aₖzⁿₖ such that ∑' 1 / nₖ < ∞, limsup (fun r => ratio r f) atTop = 1?

FormalConjectures/ErdosProblems/516.leanErdos516.erdos_516.variants.limsup_ratio_eq_one_of_hasFejerGaps7 linesExact file
True  ∀ {f : ℂ → ℂ} {n : ℕ → ℕ},    HasFejerGaps n      ∀ {a : ℕ → ℂ},        (∀ (n : ℕ), a n ≠ 0) →          (∀ (z : ℂ), HasSum (fun k => a k * z ^ n k) (f z)) →            Filter.limsup (fun r => Erdos516.ratio r f) Filter.atTop = 1
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page