Erdős problem 123
Let be pairwise coprime integers. Is every large integer a sum of distinct numbers of the form (), none dividing another?
Sources
FormalConjectures/ErdosProblems/
123.lean
Retained formal statement
In [Er92b] Erdős makes the stronger conjecture (for , , and ) that, for any , all large integers can be written as the sum of distinct integers of the form where .
sorry ↔ ∀ ε > 0, ∀ᶠ (n : ℕ) in Filter.atTop, ∃ A, ↑A ⊆ ↑(Submonoid.powers 2) * ↑(Submonoid.powers 3) * ↑(Submonoid.powers 5) ∧ Erdos123.IsSnug ε A ∧ ∑ x ∈ A, x = nOpenStatement only, no proof