Erdős problem 287
Let . Is it true that, for any distinct integers such that , we must have ?
Sources
FormalConjectures/ErdosProblems/
287.lean
Retained formal statement
For all large , there exists a prime such that is also prime.
This is an open conjecture. If true, it would imply erdos_287 for all but at most finitely many exceptions (see erdos_287.variants.prime_conjecture_implies).
True ↔ ∃ N₀, ∀ (N : ℕ), N₀ ≤ N → ∃ p, Nat.Prime p ∧ N ≤ p ∧ p ≤ 2 * N ∧ Nat.Prime ((p + 1) / 2)OpenStatement only, no proof