Erdős problem 967
Let be a sequence of integers such that . Is it true that, for every ,
Sources
FormalConjectures/ErdosProblems/
967.lean
Retained formal statement
Let be a sequence of integers such that . Is it true that, for every ,
Yip [Yi25] has proved that this is not always true - in fact, for any real , there exists a sequence of integers such that and .
This was formalized in Lean by Wu using Aristotle.
False ↔ ∀ (a : ℕ → ℕ), StrictMono a → 1 < a 0 → (Summable fun k => 1 / ↑(a k)) → ∀ (t : ℝ), 1 + ∑' (k : ℕ), Erdos967.summand t (a k) ≠ 0