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 (tight via Clunie phase tracking). Tighter than linear_upper_bound_weak: there exists a sequence with for all , via the (shifted) van der Corput sequence. Whether the can be eliminated to recover Clunie's exact under the strict hypothesis is open in this formalization (see linear_upper_bound).
∃ x, ∃ (_ : ∀ (j : ℕ), x j ∈ Set.Ioo 0 1), ∀ (k : ℕ), 1 ≤ k → Erdos987.A x k ≤ ↑↑k + 1