Back to Problems
erdos_263.variants.sub_doubly_exponential
Specification
Kovač and Tao [KoTa24] proved that any strictly increasing sequence $a_n$ such that $\sum \frac{1}{a_n}$ converges and $\lim \frac{a_{n+1}}{a_n^2} = 0$ is not an irrationality sequence in the above sense. [KoTa24] Kovač, V. and Tao T., On several irrationality problems for Ahmes series. arXiv:2406.17593 (2024).
Lean 4 Statement
theorem erdos_263.variants.sub_doubly_exponential (a: ℕ -> ℕ)
(ha' : StrictMono a)
(ha'' : Summable (fun n : ℕ => 1 / (a n : ℝ)))
(ha''' : atTop.Tendsto (fun n : ℕ => (a (n + 1) : ℝ) / a n ^ 2) (𝓝 0)) :
¬ IsIrrationalitySequence a
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.