Erdős problem 119
For unit-modulus complex numbers , let and . Erdős's prize question: is there with ?
Sources
FormalConjectures/ErdosProblems/
119.lean
Retained formal statement
Is it true that there exists such that, for all large , ?
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 (and hence for infinitely many we have ).
True ↔ ∀ (z : ℕ → ℂ), (∀ (i : ℕ), ‖z i‖ = 1) → ∃ c, ∃ (_ : c > 0), ∀ᶠ (n : ℕ) in Filter.atTop, ∑ k ∈ Finset.range n, Erdos119.M z k > ↑n ^ (1 + c)SolvedStatement only, no proof