Erdős problem 264
Kovač and Tao [KoTa24] generally proved that any strictly increasing sequence of positive integers such that converges and is not an irrationality sequence.
Sources
FormalConjectures/ErdosProblems/
264.lean
Retained formal statement
Kovač and Tao [KoTa24] generally proved that any strictly increasing sequence of positive integers such that converges and is not an irrationality sequence.
[KoTa24] Kovač, V. and Tao T., On several irrationality problems for Ahmes series. arXiv:2406.17593 (2024).
∀ {a : ℕ → ℕ}, StrictMono a → 0 ∉ Set.range a → (Summable fun x => 1 / ↑(a x)) → 0 < Filter.liminf (fun n => ↑(a n) ^ 2 * ∑' (k : ↑(Set.Ioi n)), 1 / ↑(a ↑k) ^ 2) Filter.atTop → ¬Erdos264.IsIrrationalitySequence aSolvedStatement only, no proofformal statement reference