Erdős problem 267
If with , must be irrational? The proposed proof closes the range left open by earlier criteria.
Sources
FormalConjectures/ErdosProblems/
267.lean
Retained formal statement
Let and be the Fibonacci sequence. Let be an infinite sequence with . Must be irrational?
True ↔ ∀ (n : ℕ → ℕ), StrictMono n → Filter.Tendsto (fun k => ↑(n (k + 1)) / ↑k.succ) Filter.atTop Filter.atTop → Irrational (∑' (k : ℕ), 1 / ↑(Nat.fib (n k)))OpenStatement only, no proof