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 sequence of non-zero natural numbers. Is irrational, where is the number of divisors of ?
This was proved affirmatively by Chojecki and GPT-5.4 Pro [Ch26], and formalised in Lean by ster-oc [St26].
True ↔ ∀ (a : ℕ → ℕ), (∀ (n : ℕ), 2 ≤ a n) → Filter.Tendsto a Filter.atTop Filter.atTop → Irrational (∑' (n : ℕ), ↑(n + 1).divisors.card / ↑(∏ i ∈ Finset.Icc 1 (n + 1), a i))