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
In fact, Kovač and Tao proved in [KoTa24] that there exists a strictly increasing sequence of positive integers such that converges to a rational number for all such that for any .
[KoTa24] Kovač, V. and Tao T., On several irrationality problems for Ahmes series. [arXiv:2406.17593](https://arxiv.org/abs/2406.17593) (2024).
∃ a, StrictMono a ∧ a 0 ≥ 1 ∧ ∀ (t : ℚ), (¬∃ n, t = -↑(a n)) → ∃ q, HasSum (fun n => 1 / (↑(a n) + ↑t)) ↑qSolvedStatement only, no proof