Erdős problem 987
Clunie [Cl67] proved that there exists an infinite sequence on the unit circle with for all . Translating , the natural domain of is the half-open unit interval , matching the original [Er64b]/[Cl67] statement (any unit complex number is allowed, including , i.e. ).
Sources
FormalConjectures/ErdosProblems/
987.lean
Retained formal statement
An internal OpenAI model (see [APSSV26b, §3]) proved that there exists an infinite sequence such that for all (in particular ).
Note: the bound is restricted to since would make the RHS vanish at , while the LHS can equal (e.g. for ).
∃ x, ∃ (_ : ∀ (j : ℕ), x j ∈ Set.Ioo 0 1), ∃ C, ∃ (_ : 0 < C), ∀ (k n : ℕ), 2 ≤ k → ‖∑ j ∈ Finset.range n, additiveChar (↑k * x j)‖ ≤ C * √(↑k * Real.log ↑k)