Erdős problem 263
Must every irrationality sequence in the above sense satisfy as ?
Sources
FormalConjectures/ErdosProblems/
263.lean
Retained formal statement
Must every irrationality sequence in the above sense satisfy as ?
Note: this was answered false for the *pre-correction* statement, which did not require monotonicity — the counterexample sequence is not increasing. The problem was corrected on erdosproblems.com on 2026-04-02 to require increasing sequences; for the corrected statement this question is open. The earlier formal proof (for the pre-correction definition) is preserved at https://github.com/google-deepmind/formal-conjectures/blob/c8cf651906abe91051cf835d4232ad5648412113/FormalConjectures/ErdosProblems/263.lean#L298
sorry ↔ ∀ (a : ℕ → ℕ), Erdos263.IsIrrationalitySequence a → Filter.Tendsto (fun n => ↑(a n) ^ (1 / ↑n)) Filter.atTop Filter.atTopOpenStatement only, no proof