🔥 Discover this insightful post from Hacker News 📖
📂 **Category**:
📌 **What You’ll Learn**:
The problem and why it resisted the usual induction
For pairwise-coprime integers , consider the numbers
The question asks whether every sufficiently large integer is a sum of distinct such numbers, with the additional requirement that no chosen summand divides another.
The divisibility condition is the real source of difficulty. Ordinary completeness arguments can use many terms from different scales, but terms from different scales tend to be comparable by divisibility. Conversely, a set chosen to be a divisibility antichain can be too arithmetically sparse to fill consecutive integers.
Earlier work had developed a powerful reduction scheme: choose a correction with the required residue modulo one base, subtract it, divide by that base, and induct. For particular triples this succeeds after a finite computer check. In general, however, it leaves a stubborn finite-seed problem: one must first represent every integer in a multiplicatively wide interval . The correction induction does not construct that interval; it only propagates it.
This explains why several attractive partial ideas did not finish the problem:
- A signed identity of difference one gives two consecutive sums, but one residue representative per class necessarily has spread at least the modulus minus one. A width-one interval cannot grow under ordinary residue gluing.
- Complete residue systems on a primitive level solve congruences, but say nothing about their numerical spread.
- Van der Waerden and Hales–Jewett arguments produce arbitrarily long arithmetic progressions of primitive sums, but initially with an uncontrolled common difference.
- Even after fixing the common difference, a progression carries a large positive baseline . Replicating such progressions increases width and baseline at the same rate, so it need not produce the multiplicatively wide seed required by induction.
The important lesson was that large additive width is not enough. The lower endpoint has to remain under quantitative control.
The homogeneous-level coordinate system
The first structural simplification is to work on one homogeneous exponent level
For pairwise-coprime bases greater than one, divisibility of monomials is coordinatewise comparison of their exponents. Therefore two distinct monomials on the same level can never divide one another. Every subset of a homogeneous level is automatically primitive.
This turns the problem into an additive question about subset sums while making primitiveness essentially free—as long as all pieces of the construction can be placed on the same exact degree.
An edge-code construction supplies primitive subset sums on one level with distinct residues modulo and a bounded carry. Coloring by that carry and applying finite van der Waerden, itself obtained from Mathlib’s Hales–Jewett theorem, gives arbitrarily long exact arithmetic progressions of primitive homogeneous subset sums.
Turning one AP into a large lattice interval
Order the bases as
Choose
and then choose so that
Define two coprime homogeneous translation weights
Copies of one AP digit family are translated by the weights
The choice places different copies in disjoint bands of the -exponent. Multiplying every term by makes every AP term strict-interior. All copies then lie on one exact exponent degree.
A bounded homogeneous-radix lemma proves that coefficient sums
contain a full interval of width at least . Replacing each coefficient by the corresponding AP digit set realizes this as an interval on a lattice of step , where is the AP difference.
Filling residues with face corrections
The next ingredient constructs, on every sufficiently high exact degree, a primitive correction for each residue modulo any prescribed modulus. The corrections are supported on the three coordinate faces and, in the ordered case, have total size bounded by
Apply this with modulus , on the same exact degree as the AP-radix construction. Face-supported corrections are disjoint from the strict-interior AP terms. Moreover,
so exponential domination gives
Thus the correction spread is eventually smaller than the radix width. Residue gluing converts the lattice interval into an ordinary consecutive interval satisfying
for a fixed constant .
At this stage there is a genuine interval, but its multiplicative width is still only bounded by a constant. This is exactly where the earlier baseline problem remained.
The key breakthrough: an optional interior shell
The decisive idea was to exploit monomials that had not yet been used, on the same exact homogeneous level.
For each of linearly many indices , fix a -exponent just beyond every AP band. Among the remaining -exponents, choose the last point of the geometric grid
below a target of size . Because consecutive grid points differ by the fixed factor , the selected monomial lies in a controlled multiplicative window. After restoring the common factors, this produces at least distinct optional monomials satisfying
Every optional term is therefore no larger than the already available interval width. Adding such a term optionally—either use it or do not—extends a consecutive interval without changing its lower endpoint. Since all optional terms remain on the same exact level and lie beyond the AP exponent bands, primitiveness and disjointness are preserved.
Their combined contribution is
while the lower endpoint remains . Hence the ratio of the upper endpoint to the lower endpoint grows linearly with . For every requested , and beyond every requested lower threshold, this constructs a primitively represented interval
This interior-shell amplification is what removes the finite-seed obstruction. The successful coordinate change was not merely “work on a homogeneous level,” but “place the main growth along an interior homogeneous ray, then use the unused transverse strip as optional mass.”
Completing the induction
The residue-reduction argument was strengthened to a flexible finite-seed gate: there are constants and such that any represented interval with implies d-completeness.
Applying the arbitrary-width construction with proves d-completeness for ordered bases . Pairwise-coprime bases greater than one are distinct, so every triple has one of six strict orderings. Explicit permutations of the exponents show that permuting the bases leaves the smooth set unchanged, completing all cases.
Verification
The proof is formalized in Lean 4 with Mathlib. The final theorem is
Erdos123.erdos_123 : Erdos123.IntendedStatement
where IntendedStatement quantifies over all pairwise-coprime natural bases greater than one and asserts an explicit eventual threshold for primitive representations.
The complete project builds successfully, and a source scan finds no proof placeholders. Lean’s axiom report for the final theorem is exactly
[propext, Classical.choice, Quot.sound]
with no sorryAx. The webpage literally writes ; that universal formulation is false at . The project records this separately and proves the intended nondegenerate conjecture used in the source literature and independent formal-conjecture encoding.
{💬|⚡|🔥} **What’s your take?**
Share your thoughts in the comments below!
#️⃣ **#Star #Fleet #Math**
🕒 **Posted on**: 1784089906
🌟 **Want more?** Click here for more info! 🌟
