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
A simpler case: the set of numbers of the form () is d-complete.
This was initially conjectured by Erdős in 1992, who called it a "nice and difficult" problem, but it was quickly proven by Jansen and others using a simple inductive argument: - If is even, apply the inductive hypothesis to and double all summands. - If is odd, let be the largest power of with , and apply the inductive hypothesis to (which is even).
Erdos123.IsDComplete (↑(Submonoid.powers 2) * ↑(Submonoid.powers 3))SolvedStatement only, no proof