Erdős problem 480
Let be an infinite sequence. Is it true that A conjecture of Newman.
Sources
FormalConjectures/ErdosProblems/
480.lean
Retained formal statement
Let be an infinite sequence. Is it true that A conjecture of Newman.
True ↔ ∀ (x : ℕ → ℝ), (∀ (n : ℕ), x n ∈ Set.Icc 0 1) → ⨅ n, Filter.liminf (fun m => ↑↑n * |x (m + ↑n) - x m|) Filter.atTop ≤ 1 / √5SolvedStatement only, no proof