Documentation

FormalConjectures.ErdosProblems.«1049»

Erdős Problem 1049 #

References:

theorem Erdos1049.erdos_1049 :
sorry t > 1, Irrational (∑' (n : ℕ+), 1 / (t ^ n - 1))

Let $t>1$ be a rational number. Is $\sum_{n=1}^\infty\frac{1}{t^n-1}=\sum_{n=1}^\infty \frac{\tau(n)}{t^n}$ irrational, where $\tau(n)$ counts the divisors of $n$?

A conjecture of Chowla.

theorem Erdos1049.erdos_1049.variants.geq_2_integer (t : ) :
t 2Irrational (∑' (n : ℕ+), 1 / (t ^ n - 1))

Erdős [Er48] proved that this is true if $t\geq 2$ is an integer.

theorem Erdos1049.lambert_series_eq_num_divisor_sum (t : ) :
∑' (n : ℕ+), 1 / (t ^ n - 1) = ∑' (n : ℕ+), (↑n).divisors.card / t ^ n

The Lambert series identity where $x = 1/t$ for the divisor function.