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 : ℕ → ℕ), ∀ c > 1, StrictMono n → (∀ (k : ℕ), c ≤ ↑(n (k + 1)) / ↑(n k)) → Irrational (∑' (k : ℕ), 1 / ↑(Nat.fib (n k)))