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
Let . Is it true that, for any distinct integers such that , we must have ?
True ↔ ∀ (k : ℕ) (hk : 2 ≤ k) (s : Fin k → ℕ), StrictMono s → 1 < s ⟨0, ⋯⟩ → ∑ i, 1 / ↑(s i) = 1 → 3 ≤ Erdos287.max_gap k sOpenStatement only, no proof