Erdős problem 1051
Is it true that if is a strictly increasing sequence of integers with , then the series is irrational?
Sources
FormalConjectures/ErdosProblems/
1051.lean
Retained formal statement
Erdős [Er88c] notes that if the sequence grows rapidly to infinity (specifically, if for some constant ), then the series is irrational.
∀ (a : ℕ → ℤ), StrictMono a → (∃ C > 0, ∀ (n : ℕ), ↑(a (n + 1)) ≥ C * ↑(a n) ^ 2) → Irrational (Erdos1051.ErdosSeries a)SolvedStatement only, no proof