Erdős problem 1210
Let be a set of integers such that for all distinct . Is it true that ?
Sources
FormalConjectures/ErdosProblems/
1210.lean
Retained formal statement
In [Er80] he claims he "did not state this quite correctly" in [Er77c]. The problem in [Er77c] which Erdős is presumably referring to states that if is the set of primes in then .
True ↔ ∃ C, ∀ (n m : ℕ), n < m → ∑ q ∈ Finset.Ioc n m with Prime q, 1 / (↑q - ↑n) < ∑ p ∈ Finset.range (m - n) with Prime p, 1 / ↑p + COpenStatement only, no proof