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
The trivial lower bound from Parseval's identity: for any polynomial of degree with coefficients in , we have .
This follows from Parseval's identity: since each .
∀ (P : Polynomial ℂ) (n : ℕ), (∀ i ≤ P.natDegree, P.coeff i = -1 ∨ P.coeff i = 1) → P.natDegree = n → ⨆ z, ‖Polynomial.eval (↑z) P‖ ≥ √(↑n + 1)TextbookStatement only, no proof