Erdős problem 257
Let be an infinite set. Is irrational?
Sources
FormalConjectures/ErdosProblems/
257.lean
Retained formal statement
Show that where is the number of divisors of .
∑' (n : ℕ), 1 / (2 ^ n - 1) = ∑' (n : ℕ), ↑n.divisors.card / 2 ^ nTextbookStatement only, no proof