Skip to content

Erdős problem 282

Let ANA\subseteq \mathbb{N} be an infinite set and consider the following greedy algorithm for a rational x(0,1)x\in (0,1): choose the minimal nAn\in A such that n1/xn\geq 1/x and repeat with xx replaced by x1nx-\frac{1}{n}. If this terminates after finitely many steps then this produces a representation of xx as the sum of distinct unit fractions with denominators from AA.

Sources

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

8 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

282.lean

Retained formal statement5 of 8

Graham has also shown that xx is the sum of distinct unit fractions with square denominators if and only if x[0,π2/61)[1,π2/6)x\in [0,\pi^2/6-1)\cup [1,\pi^2/6). Does the greedy algorithm for this always terminate? Erdős and Graham believe not - indeed, perhaps it fails to terminate almost always.

FormalConjectures/ErdosProblems/282.leanErdos282.erdos_282.variants.sq4 linesExact file
sorry  ∀ (x : ℚ),xSet.Ico 0 (Real.pi ^ 2 / 6 - 1) ∪ Set.Ico 1 (Real.pi ^ 2 / 6) →      Erdos282.greedyUnitFractionRem {n | IsSquare n} x =ᶠ[Filter.atTop] 0
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page