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
Yip [Yi25] has proved that this is not always true - in fact, for any real , there exists a sequence of integers such that and .
∀ (t : ℝ), t ≠ 0 → ∃ a, StrictMono a ∧ 1 < a 0 ∧ (Summable fun k => 1 / ↑(a k)) ∧ 1 + ∑' (k : ℕ), Erdos967.summand t (a k) = 0SolvedStatement only, no proof