Erdős problem 1133
Must every sufficiently large node set admit bounded labels that force any polynomial fitting almost all labels at degree below to have arbitrarily large uniform norm? Claimed via Beurling density for Bernstein spaces.
Sources
FormalConjectures/ErdosProblems/
1133.lean
Retained formal statement
Let . There exists such that if is sufficiently large the following holds.
For any there exist such that, if is a polynomial of degree with for at least many , then
True ↔ ∀ C > 0, ∃ ε > 0, ∀ᶠ (n : ℕ) in Filter.atTop, ∀ (x : Fin n → ↑(Set.Icc (-1) 1)), ∃ y, ∀ (P : Polynomial ℝ), ↑P.natDegree < (1 + ε) * ↑n → ↑{i | Polynomial.eval (↑(x i)) P = ↑(y i)}.card ≥ (1 - ε) * ↑n → ∃ z ∈ Set.Icc (-1) 1, |Polynomial.eval z P| > COpenStatement only, no proof