Erdős problem 266
Let be an infinite sequence of positive integers such that converges. There exists some integer such that is irrational.
Sources
FormalConjectures/ErdosProblems/
266.lean
Retained formal statement
Let be an infinite sequence of positive integers such that converges. There exists some integer such that is irrational.
This was disproven by Kovač and Tao in [KoTa24].
[KoTa24] Kovač, V. and Tao T., On several irrationality problems for Ahmes series. [arXiv:2406.17593](https://arxiv.org/abs/2406.17593) (2024).
¬∀ (a : ℕ → ℕ), ((∀ (n : ℕ), a n ≥ 1) ∧ Summable fun x => 1 / ↑(a x)) → ∃ t ≥ 1, Irrational (∑' (n : ℕ), 1 / (↑(a n) + ↑t))SolvedStatement only, no proof