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
Linear upper bound (weakened). A first weakened version of Clunie's A_k ≤ k: there exists a sequence with for all . The witness is the (shifted) van der Corput sequence. For the tighter bound see linear_upper_bound_clunie.
∃ x, ∃ (_ : ∀ (j : ℕ), x j ∈ Set.Ioo 0 1), ∀ (k : ℕ), 1 ≤ k → Erdos987.A x k ≤ ↑(2 * ↑k)