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 example shows that would be best possible here: the sequence is a valid Egyptian fraction representation of with max_gap = 3.
have s := ![2, 3, 6];StrictMono s ∧ 1 < s 0 ∧ ∑ i, 1 / ↑(s i) = 1 ∧ Erdos287.max_gap 3 s = 3TestStatement only, no proof