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
Question 1:
Is it true that ?
Erdős [Er64b] remarks it is "easy to see" that . Erdős [Er65b] later found a "very easy" proof that for infinitely many . Clunie [Cl67] proved that for infinitely many , which implies the answer is yes (Tao independently found a proof). This is Problem 7.21 in [Ha74].
True ↔ ∀ (x : ℕ → ℝ), (∀ (j : ℕ), x j ∈ Set.Ioo 0 1) → Filter.limsup (fun k => Erdos987.A x k) Filter.atTop = ⊤