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 shown that is the sum of distinct unit fractions with denominators if and only if Does the greedy algorithm always terminate in such cases?
∀ {x : ℚ}, x ∈ Set.Ioo 0 1 → ∀ {a d : ℕ}, 1 < d → (x.den / x.den.gcd (a.gcd d)).gcd (d / a.gcd d) = 1 → (Erdos282.greedyUnitFractionRem {n | n ≡ a [MOD d]} x =ᶠ[Filter.atTop] 0 ↔ sorry)OpenStatement only, no proof