Documentation

FormalConjectures.ErdosProblems.«258»

Erdős Problem 258 #

References:

theorem Erdos258.erdos_258 :
True ∀ (a : ), (∀ (n : ), 2 a n)Filter.Tendsto a Filter.atTop Filter.atTopIrrational (∑' (n : ), (n + 1).divisors.card / (∏ iFinset.Icc 1 (n + 1), a i))

Let $a_n \to \infty$ be a sequence of non-zero natural numbers. Is $\sum_n \frac{d(n)}{(a_1 ... a_n)}$ irrational, where $d(n)$ is the number of divisors of $n$?

This was proved affirmatively by Chojecki and GPT-5.4 Pro [Ch26], and formalised in Lean by ster-oc [St26].

theorem Erdos258.erdos_258.variants.monotone :
True ∀ (a : ), (∀ (n : ), 2 a n)Monotone aFilter.Tendsto a Filter.atTop Filter.atTopIrrational (∑' (n : ), (n + 1).divisors.card / (∏ iFinset.Icc 1 (n + 1), a i))

Let $2 \leq a_1 \leq a_2 \leq \cdots$ be a monotone sequence with $a_n \to \infty$. Is $\sum_n \frac{d(n)}{a_1 \cdots a_n}$ irrational, where $d(n)$ is the number of divisors of $n$?

Solution: True (proved by Erdős and Straus [ErSt71], Lemma 2.2 and Theorem 2.13).

theorem Erdos258.erdos_258.variants.constant :
True t2, Irrational (∑' (n : ), (n + 1).divisors.card / t ^ (n + 1))

Is $\sum_n \frac{d(n)}{t^n}$ irrational, where $t ≥ 2$ is an integer.

Solution: True (proved by Erdős, see Erdős Problems website)