Documentation

FormalConjectures.ErdosProblems.«264»

Erdős Problem 264 #

Reference: erdosproblems.com/264

A sequence $a_n$ of integers is called an irrationality sequence if for every bounded sequence of integers $b_n$ with $a_n + b_n \neq 0$ and $b_n \neq 0$ for all $n$, the sum $$ \sum \frac{1}{a_n + b_n} $$ is irrational. Note: there are other possible definitions of this concept.

Equations
Instances For

    Is $2^n$ an example of an irrationality sequence? Kovač and Tao proved that it is not [KoTa24]

    [KoTa24] Kovač, V. and Tao T., On several irrationality problems for Ahmes series. arXiv:2406.17593 (2024).

    Is $n!$ an example of an irrationality sequence?

    One example is $2^{2^n}$.

    theorem Erdos264.erdos_264.variants.ko_tao_neg {a : } (h₁ : StrictMono a) (h₂ : 0Set.range a) (h₃ : Summable fun (x : ) => 1 / (a x)) (h₄ : 0 < Filter.liminf (fun (n : ) => (a n) ^ 2 * ∑' (k : (Set.Ioi n)), 1 / (a k) ^ 2) Filter.atTop) :

    Kovač and Tao [KoTa24] generally proved that any strictly increasing sequence of positive integers $a_n$ such that $\sum\frac{1}{a_n}$ converges and $$ \liminf(a_n^2 \sum_{k > n}\frac{1}{a_k^2}) > 0 $$ is not an irrationality sequence.

    [KoTa24] Kovač, V. and Tao T., On several irrationality problems for Ahmes series. arXiv:2406.17593 (2024).

    theorem Erdos264.erdos_264.variants.ko_tao_pos {F : } (hF : Filter.Tendsto (fun (n : ) => (F (n + 1)) / (F n)) Filter.atTop Filter.atTop) :
    ∃ (a : ), IsIrrationalitySequence a Asymptotics.IsEquivalent Filter.atTop (fun (n : ) => (a n)) fun (n : ) => (F n)

    On the other hand, Kovač and Tao [KoTa24] do prove that for any function $F$ with $\lim F(n + 1) / F(n) = \infty$ there exists such an irrationality sequence with $a_n\sim F(n)$.

    [KoTa24] Kovač, V. and Tao T., On several irrationality problems for Ahmes series. arXiv:2406.17593 (2024).