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
On the other hand, Kovač and Tao [KoTa24] do prove that for any function with there exists such an irrationality sequence with .
[KoTa24] Kovač, V. and Tao T., On several irrationality problems for Ahmes series. arXiv:2406.17593 (2024).
∀ {F : ℕ → ℕ}, Filter.Tendsto (fun n => ↑(F (n + 1)) / ↑(F n)) Filter.atTop Filter.atTop → ∃ a, Erdos264.IsIrrationalitySequence a ∧ Asymptotics.IsEquivalent Filter.atTop (fun n => ↑(a n)) fun n => ↑(F n)SolvedStatement only, no proofformal statement reference