Skip to content

Erdős problem 123

Let a,b,c>1a,b,c>1 be pairwise coprime integers. Is every large integer a sum of distinct numbers of the form akblcma^k b^l c^m (k,l,m0k,l,m\ge 0), none dividing another?

Sources

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

5 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

123.lean

Retained formal statement3 of 4

A simpler case: the set of numbers of the form 2k3l2^k 3^l (k,l0k, l ≥ 0) 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 n=2mn = 2m is even, apply the inductive hypothesis to mm and double all summands. - If nn is odd, let 3k3^k be the largest power of 33 with 3kn3^k ≤ n, and apply the inductive hypothesis to n3kn - 3^k (which is even).

FormalConjectures/ErdosProblems/123.leanErdos123.erdos_123.variants.powers_2_31 lineExact file
Erdos123.IsDComplete (↑(Submonoid.powers 2) * ↑(Submonoid.powers 3))
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page