COLLATZ DYNAMICS · QUANTITATIVE STOPPING
POWER-SAVING LOGARITHMIC-TIME DESCENT
FOR EVERY N ≥ 15,552
E_N = {n < N | no k ≤ log n has T^k(n) < n}
|E_N| / N ≤ 10,000,000 · N^(-1/100)
T(n) = n/2 if n is even · (3n + 1)/2 if n is odd
MOST STARTS DESCEND BELOW THEMSELVES WITHIN A LOGARITHMIC CLOCK
HOW THE PROOF MOVES
1 · ENCODE PARITY WORDS
Each length-k history determines one residue class modulo 2^k.
2 · FORCE DESCENT
Contracting words put the accelerated iterate below its start.
3 · COUNT THE EXCEPTIONS
A binomial tail bounds the noncontracting parity words.
4 · CHOOSE LOGARITHMIC DEPTH
Three geometric errors collapse to the explicit power N^(-1/100).
EXACT SCOPE
Descent below the starting value, not arrival at 1. Accelerated steps, not raw Collatz steps. The exceptional set need not be empty. Constants are explicit but deliberately coarse.