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 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 .
This is Problem 2.30 in [Ha74], where it is attributed to Erdős.
Solved in the affirmative by Barth and Schneider [BaSc72].
This was formalized in Lean by Alexeev using Aristotle.
True ↔ ∀ (S : ℕ → Set ℂ), (∀ (n : ℕ), derivedSet (S n) = ∅) → ∃ f, Transcendental (Polynomial ℂ) f ∧ Differentiable ℂ f ∧ ∀ n ≥ 1, ∃ k, ∀ z ∈ S n, iteratedDeriv k f z = 0