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
Erdős [Er64b] remarks it is "easy to see" that for every infinite sequence ,
∀ (x : ℕ → ℝ), (∀ (j : ℕ), x j ∈ Set.Ioo 0 1) → Filter.limsup (fun k => ⨆ n, ↑‖∑ j ∈ Finset.range n, additiveChar (↑k * x j)‖) Filter.atTop = ⊤