Skip to content

Erdős problem 1150

Is there some constant c>0c > 0 such that, for all large enough nn and all polynomials PP of degree nn with coefficients in {1,1}\{-1, 1\}, maxz=1P(z)>(1+c)n?\max_{|z|=1} |P(z)| > (1 + c) \sqrt{n}?

Sources

Browse retained paths and inspect the exact material available for this Problem.

2 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

1150.lean

Retained formal statement1 of 2

Is there some constant c>0c > 0 such that, for all large enough nn and all polynomials PP of degree nn with coefficients in {1,1}\{-1, 1\}, maxz=1P(z)>(1+c)n?\max_{|z|=1} |P(z)| > (1 + c) \sqrt{n}?

FormalConjectures/ErdosProblems/1150.leanErdos1150.erdos_11506 linesExact file
Truec > 0,    ∀ᶠ (n : ℕ) in Filter.atTop,      ∀ (P : Polynomial ℂ),        (∀ iP.natDegree, P.coeff i = -1 ∨ P.coeff i = 1) →          P.natDegree = n → ⨆ z, ‖Polynomial.eval (↑z) P‖ > (1 + c) * √↑n
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page