Erdős problem 258
Let be a sequence of non-zero natural numbers. Is irrational, where is the number of divisors of ?
Sources
FormalConjectures/ErdosProblems/
258.lean
Retained formal statement
Let be a monotone sequence with . Is irrational, where is the number of divisors of ?
Solution: True (proved by Erdős and Straus [ErSt71], Lemma 2.2 and Theorem 2.13).
True ↔ ∀ (a : ℕ → ℕ), (∀ (n : ℕ), 2 ≤ a n) → Monotone a → Filter.Tendsto a Filter.atTop Filter.atTop → Irrational (∑' (n : ℕ), ↑(n + 1).divisors.card / ↑(∏ i ∈ Finset.Icc 1 (n + 1), a i))SolvedStatement only, no proof