Documentation

FormalConjectures.ErdosProblems.«229»

Erdős Problem 229 #

References:

theorem Erdos229.erdos_229 :
True ∀ (S : Set ), (∀ (n : ), derivedSet (S n) = )∃ (f : ), Transcendental (Polynomial ) f Differentiable f n1, ∃ (k : ), zS n, iteratedDeriv k f z = 0

Let $(S_n)_{n \ge 1}$ be a sequence of sets of complex numbers, none of which have a finite limit point. Does there exist an entire transcendental function $f(z)$ such that, for all $n \ge 1$, there exists some $k_n \ge 0$ such that $f^{(k_n)}(z) = 0$ for all $z \in S_n$.

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.

theorem Erdos229.theorem_1 {S : Set } (h : ∀ (k : ), derivedSet (S k) = ) :
∃ (f : ) (n : ), Differentiable f Transcendental (Polynomial ) f ∀ (k : ), 0 < n k ∀ {z : }, z S kiteratedDeriv (n k) f z = 0

Let $\{S_k\}$ be any sequence of sets in the complex plane, each of which has no finite limit point. Then there exists a sequence $\{n_k\}$ of positive integers and a transcendental entire function $f(z)$ such that $f^{(n_k)}(z) = 0$ if $z \in S_k$.