Skip to content

Erdős problem 287

Let k2k\geq2. Is it true that, for any distinct integers 1<n1<<nk1 < n_1 < \cdots < n_k such that i=1k1ni=1\sum_{i=1}^k \frac{1}{n_i} = 1, we must have max(ni+1ni)3\max(n_{i+1} - n_i) \geq 3?

Sources

Browse retained paths and inspect the exact material available for this Problem.

5 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

287.lean

Retained formal statement2 of 5

The example 1=12+13+161 = \frac{1}{2}+\frac{1}{3}+\frac{1}{6} shows that 33 would be best possible here: the sequence (2,3,6)(2, 3, 6) is a valid Egyptian fraction representation of 11 with max_gap = 3.

FormalConjectures/ErdosProblems/287.leanErdos287.erdos_287.test.best_possible2 linesExact file
have s := ![2, 3, 6];StrictMono s ∧ 1 < s 0 ∧ ∑ i, 1 / ↑(s i) = 1 ∧ Erdos287.max_gap 3 s = 3
TestStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page