Skip to content

Erdős problem 517

If f(z) = ∑ aₖzⁿₖ is an entire function (with aₖ ≠ 0 for all k) such that nₖ / k → ∞, is it true that f assumes every value infinitely often?

Sources

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

2 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

517.lean

Retained formal statement2 of 2

If f(z) = ∑ aₖzⁿₖ is an entire function (with aₖ ≠ 0 for all k) such that ∑ 1 / nₖ < ∞, then f assumes every value infinitely often. This theorem is proved in [Bi28].

FormalConjectures/ErdosProblems/517.leanErdos517.erdos_517.variants.fejer4 linesExact file
∀ {f : ℂ → ℂ} {n : ℕ → ℕ},  HasFejerGaps n    ∀ {a : ℕ → ℂ},      (∀ (k : ℕ), a k ≠ 0) → (∀ (z : ℂ), HasSum (fun k => a k * z ^ n k) (f z)) → ∀ (z : ℂ), {x | f x = z}.Infinite
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page