Erdős problem 263
Must every irrationality sequence in the above sense satisfy as ?
Sources
FormalConjectures/ErdosProblems/
263.lean
Retained formal statement
A folklore result states that any satisfying has converging to an irrational number.
∀ (a : ℕ → ℕ), Filter.Tendsto (fun n => ↑(a n) ^ (1 / 2 ^ n)) Filter.atTop Filter.atTop → Irrational (∑' (n : ℕ), 1 / ↑(a n))SolvedStatement only, no proof