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
They also prove that this constant is best possible.
have c := 1 + ∑' (k : ℕ+), 1 / ↑(Nat.fib (2 * ↑k));∀ ε > 0, ¬∀ (x : ℕ → ℝ), (∀ (n : ℕ), x n ∈ Set.Icc 0 1) → ⨅ n, Filter.liminf (fun m => ↑↑n * |x (m + ↑n) - x m|) Filter.atTop ≤ 1 / c - εSolvedStatement only, no proof