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
The conjecture erdos_287 would follow for all but at most finitely many exceptions if it were known that, for all large , there exists a prime such that is also prime.
More precisely: if the prime conjecture holds, then there exists such that for all , any Egyptian fraction representation of with terms and all terms must have .
(True ↔ ∃ N₀, ∀ (N : ℕ), N₀ ≤ N → ∃ p, Nat.Prime p ∧ N ≤ p ∧ p ≤ 2 * N ∧ Nat.Prime ((p + 1) / 2)) → ∃ k₀, ∀ (k : ℕ), k₀ ≤ k → ∀ (hk : 2 ≤ k) (s : Fin k → ℕ), StrictMono s → 1 < s ⟨0, ⋯⟩ → ∑ i, 1 / ↑(s i) = 1 → 3 ≤ Erdos287.max_gap k sTextbookStatement only, no proof