Erdős problem 263
Must every irrationality sequence in the above sense satisfy as ?
Sources
FormalConjectures/ErdosProblems/
263.lean
Retained formal statement
On the other hand, if there exists some such that satisfies , then is an irrationality sequence by the above folklore result erdos_263.variants.folklore.
∀ (a : ℕ → ℕ), (∀ (n : ℕ), a n > 0) → StrictMono a → (∃ ε > 0, Filter.liminf (fun n => ↑(a (n + 1)) / ↑(a n) ^ (2 + ε)) Filter.atTop > 0) → Erdos263.IsIrrationalitySequence a