Erdős problem 15
Is it true that converges, where is the sequence of primes?
Sources
FormalConjectures/ErdosProblems/
15.lean
Retained formal statement
Is it true that converges, where is the sequence of primes?
Note: In the problem statement, is the -th prime, indexed such that . We 0-index here to reflect how Nat.nth works.
True ↔ Summable fun k => (-1) ^ (k + 1) * (↑k + 1) / ↑(Nat.nth Nat.Prime k)OpenStatement only, no proof