Erdős problem 1150
Is there some constant such that, for all large enough and all polynomials of degree with coefficients in ,
Sources
FormalConjectures/ErdosProblems/
1150.lean
Retained formal statement
Is there some constant such that, for all large enough and all polynomials of degree with coefficients in ,
True ↔ ∃ c > 0, ∀ᶠ (n : ℕ) in Filter.atTop, ∀ (P : Polynomial ℂ), (∀ i ≤ P.natDegree, P.coeff i = -1 ∨ P.coeff i = 1) → P.natDegree = n → ⨆ z, ‖Polynomial.eval (↑z) P‖ > (1 + c) * √↑nOpenStatement only, no proof