Skip to content

Divisibility Obstruction Conjecture

The Conjecture (Refined)

Conjecture (Divisibility Obstruction). For any (S,E)(S, E) with gap g=2E3S>0g = 2^E - 3^S > 0, the sum

T=j=0S13S1j2qj(modg)T = \sum_{j=0}^{S-1} 3^{S-1-j} \cdot 2^{q_j} \pmod{g}

with strictly increasing exponents 0q0<q1<<qS1E10 \leq q_0 < q_1 < \cdots < q_{S-1} \leq E - 1 can only equal zero when qj=2jq_j = 2j for all jj — the trivial cycle pattern (1,0,0)(1,0,0) repeated.

Equivalently: the only Collatz cycle is 14211 \to 4 \to 2 \to 1.

Why This Is the Right Formulation

The original conjecture stated: "no valid parity word has g2ECg \mid 2^E \cdot C." Testing all (S,E)(S, E) pairs with K30K \leq 30 revealed apparent counterexamples — but every one turned out to be the trivial cycle in disguise.

The trivial cycle has period 3

The cycle 14211 \to 4 \to 2 \to 1 has parity word (1,0,0)(1, 0, 0): one odd step, two even steps. When repeated mm times, it gives (S,E)=(m,2m)(S, E) = (m, 2m) with K=3mK = 3m and gap g=4m3mg = 4^m - 3^m. The resulting nn values are always {1,2,4}\{1, 2, 4\}.

This pattern can only tile a cycle of length KK when 3K3 \mid K. For convergents of log23\log_2 3:

(S,E)(S, E)KK3K3 \mid K?Trivial fits?Non-trivial zeros?
(1,2)(1, 2)3YesYes → n=1,2,4n = 1, 2, 4None
(5,8)(5, 8)13NoCan't tileNone (verified)
(41,65)(41, 65)106NoCan't tileConjectured none
(665,1054)(665, 1054)1719YesCould tile — but ascendingEliminated by sign

The ordering is what blocks non-trivial zeros

Key finding. Without the ordering constraint q0<q1<<qS1q_0 < q_1 < \cdots < q_{S-1}, the sum TT equals zero with probability exactly 1/g1/g — perfectly random. But with the ordering constraint, T=0T = 0 occurs only for the trivial pattern.

Verified for gap =13= 13: assigning the 5 coefficients [34,33,32,31,30][3^4, 3^3, 3^2, 3^1, 3^0] to 5 distinct exponents in any order gives T0T \equiv 0 for 7.7% of assignments (1/13\approx 1/13). But restricting to the monotone assignment q0<q1<q2<q3<q4q_0 < q_1 < q_2 < q_3 < q_4 eliminates all zeros.

Evidence

Exhaustive verification (K30K \leq 30, gap <10,000< 10{,}000)

All (S,E)(S, E) pairs with K=S+E30K = S + E \leq 30 and 0<g<10,0000 < g < 10{,}000 were tested:

  • When 3K3 \nmid K: zero parity words give gTg \mid T. Every case is blocked.
  • When 3K3 \mid K: the only words giving gTg \mid T produce n{1,2,4}n \in \{1, 2, 4\} — the trivial cycle.

No non-trivial cycle candidates found in any case.

Gap = 13 (detailed)

For (S=5,E=8,K=13)(S=5, E=8, K=13): 91 valid parity words, distribution of Tmod13T \bmod 13:

Remainder0123456789101112
Count076976107610689

Roughly uniform over {1,,12}\{1, \ldots, 12\}, with zero structurally excluded.

The Algebraic Structure

The sum decomposes as:

T=j=0S13S1j2qj(modg)T = \sum_{j=0}^{S-1} 3^{S-1-j} \cdot 2^{q_j} \pmod{g}

Working mod gg where 2E3S2^E \equiv 3^S:

  • The coefficients 3S1j3^{S-1-j} cycle with period ord(3modg)\text{ord}(3 \bmod g)
  • The bases 2qj2^{q_j} cycle with period ord(2modg)\text{ord}(2 \bmod g)
  • The monotonicity of exponents creates a positional lock: larger indices get smaller 3-coefficients and larger 2-exponents

For the trivial pattern qj=2jq_j = 2j: the sum telescopes because each term 3S1j22j=3S1j4j3^{S-1-j} \cdot 2^{2j} = 3^{S-1-j} \cdot 4^j, and 3S1j4j=(4S3S)/(43)=4S3S=g\sum 3^{S-1-j} \cdot 4^j = (4^S - 3^S)/(4 - 3) = 4^S - 3^S = g. So T0T \equiv 0 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 j=0S13S1j2qj0(mod2E3S)\sum_{j=0}^{S-1} 3^{S-1-j} \cdot 2^{q_j} \equiv 0 \pmod{2^E - 3^S} with 0q0<q1<<qS1E10 \leq q_0 < q_1 < \cdots < q_{S-1} \leq E-1 implies qj=2jq_j = 2j for all jj.

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:

  1. Induction on SS: show that adding one more term to a non-trivial monotone sum can't restore cancellation
  2. pp-adic analysis: the sum has specific pp-adic properties for primes pgp \mid g
  3. Connection to digital representations: the sum resembles a mixed-radix representation in bases 2 and 3, where the ordering prevents "carrying"