Erdős Problem 517 #
References:
- erdosproblems.com/517
- [Bi28] Biernacki, Miécislas, Sur les équations algébriques contenant des paramétres arbitraires. (1928), 145.
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?
theorem
Erdos517.erdos_517.fejer
{f : ℂ → ℂ}
{n : ℕ → ℕ}
(hn : HasFejerGaps n)
{a : ℕ → ℂ}
(ha : ∀ (k : ℕ), a k ≠ 0)
(hf : ∀ (z : ℂ), HasSum (fun (k : ℕ) => a k * z ^ n k) (f z))
(z : ℂ)
:
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].