Divisibility Obstruction Conjecture
The Conjecture (Refined)
Conjecture (Divisibility Obstruction). For any with gap , the sum
with strictly increasing exponents can only equal zero when for all — the trivial cycle pattern repeated.
Equivalently: the only Collatz cycle is .
Why This Is the Right Formulation
The original conjecture stated: "no valid parity word has ." Testing all pairs with revealed apparent counterexamples — but every one turned out to be the trivial cycle in disguise.
The trivial cycle has period 3
The cycle has parity word : one odd step, two even steps. When repeated times, it gives with and gap . The resulting values are always .
This pattern can only tile a cycle of length when . For convergents of :
| ? | Trivial fits? | Non-trivial zeros? | ||
|---|---|---|---|---|
| 3 | Yes | Yes → | None | |
| 13 | No | Can't tile | None (verified) | |
| 106 | No | Can't tile | Conjectured none | |
| 1719 | Yes | Could tile — but ascending | Eliminated by sign |
The ordering is what blocks non-trivial zeros
Key finding. Without the ordering constraint , the sum equals zero with probability exactly — perfectly random. But with the ordering constraint, occurs only for the trivial pattern.
Verified for gap : assigning the 5 coefficients to 5 distinct exponents in any order gives for 7.7% of assignments (). But restricting to the monotone assignment eliminates all zeros.
Evidence
Exhaustive verification (, gap )
All pairs with and were tested:
- When : zero parity words give . Every case is blocked.
- When : the only words giving produce — the trivial cycle.
No non-trivial cycle candidates found in any case.
Gap = 13 (detailed)
For : 91 valid parity words, distribution of :
| Remainder | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Count | 0 | 7 | 6 | 9 | 7 | 6 | 10 | 7 | 6 | 10 | 6 | 8 | 9 |
Roughly uniform over , with zero structurally excluded.
The Algebraic Structure
The sum decomposes as:
Working mod where :
- The coefficients cycle with period
- The bases cycle with period
- The monotonicity of exponents creates a positional lock: larger indices get smaller 3-coefficients and larger 2-exponents
For the trivial pattern : the sum telescopes because each term , and . So automatically.
For any other monotone sequence: the sum no longer telescopes, and the empirical evidence shows it never hits zero.
The Challenge Ahead
Proving the ordering obstruction reduces to:
Show that with implies for all .
This is a statement about weighted power sums modulo a specific composite number. The monotonicity of exponents, combined with the geometric decay of 3-coefficients, prevents the kind of cancellation that would make the sum vanish.
Approaches:
- Induction on : show that adding one more term to a non-trivial monotone sum can't restore cancellation
- -adic analysis: the sum has specific -adic properties for primes
- Connection to digital representations: the sum resembles a mixed-radix representation in bases 2 and 3, where the ordering prevents "carrying"
Related
- Convergent Elimination — the computational results this conjecture refines
- abc Conjecture — the number theory connection
- Path to Proof — how this fits in the roadmap