Erdős problem 906
Is there an entire non-zero function such that, for any infinite sequence , the set is everywhere dense? The literal question is trivial for polynomials, so the claims address the transcendental entire case, in the affirmative.
Sources
FormalConjectures/ErdosProblems/
906.lean
Retained formal statement
Does there exists an entire non-zero transcendental function f : ℂ → ℂ such that for any sequence n₀ < n₁ < ..., { z | ∃ k, iteratedDeriv (n k) f z = 0 } is dense.
True ↔ ∃ f, Transcendental (Polynomial ℂ) f ∧ Differentiable ℂ f ∧ ∀ (n : ℕ → ℕ), StrictMono n → Dense {z | ∃ k, iteratedDeriv (n k) f z = 0}OpenStatement only, no proof