Erdős problem 229
Let be a sequence of sets of complex numbers, none of which have a finite limit point. Does there exist an entire transcendental function such that, for all , there exists some such that for all .
Sources
FormalConjectures/ErdosProblems/
229.lean
Retained formal statement
Let be any sequence of sets in the complex plane, each of which has no finite limit point. Then there exists a sequence of positive integers and a transcendental entire function such that if .
∀ {S : ℕ → Set ℂ}, (∀ (k : ℕ), derivedSet (S k) = ∅) → ∃ f n, Differentiable ℂ f ∧ Transcendental (Polynomial ℂ) f ∧ ∀ (k : ℕ), 0 < n k ∧ ∀ {z : ℂ}, z ∈ S k → iteratedDeriv (n k) f z = 0SolvedStatement only, no proof