Erdős problem 282
Let be an infinite set and consider the following greedy algorithm for a rational : choose the minimal such that and repeat with replaced by . If this terminates after finitely many steps then this produces a representation of as the sum of distinct unit fractions with denominators from .
Sources
FormalConjectures/ErdosProblems/
282.lean
Retained formal statement
Graham has also shown that is the sum of distinct unit fractions with square denominators if and only if . Does the greedy algorithm for this always terminate? Erdős and Graham believe not - indeed, perhaps it fails to terminate almost always.
sorry ↔ ∀ (x : ℚ), ↑x ∈ Set.Ico 0 (Real.pi ^ 2 / 6 - 1) ∪ Set.Ico 1 (Real.pi ^ 2 / 6) → Erdos282.greedyUnitFractionRem {n | IsSquare n} x =ᶠ[Filter.atTop] 0OpenStatement only, no proof