Skip to content

Erdős problem 119

For unit-modulus complex numbers ziz_i, let pn(z)=in(zzi)p_n(z)=\prod_{i\le n}(z-z_i) and Mn=maxz=1pn(z)M_n=\max_{|z|=1}|p_n(z)|. Erdős's prize question: is there c>0c>0 with knMk>n1+c\sum_{k\le n} M_k > n^{1+c}?

Sources

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

4 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

119.lean

Retained formal statement3 of 3

Is it true that there exists c>0c > 0 such that, for all large nn, knMk>n1+c\sum_{k \leq n} M_k > n^{1 + c}?

The $100 prize was offered for the third question in [Er97f]. This was resolved by GPT 5.6 and Korsky (see the proof claims), who proved that knMkn5/4logn\sum_{k\leq n}M_k \gg \frac{n^{5/4}}{\sqrt{\log n}} (and hence for infinitely many nn we have Mn>n1/4o(1)M_n> n^{1/4-o(1)}).

FormalConjectures/ErdosProblems/119.leanErdos119.erdos_119.parts.iii4 linesExact file
True  ∀ (z : ℕ → ℂ),    (∀ (i : ℕ), ‖z i‖ = 1) →c, ∃ (_ : c > 0), ∀ᶠ (n : ℕ) in Filter.atTop, ∑ kFinset.range n, Erdos119.M z k > ↑n ^ (1 + c)
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page