|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + <title>Z0 QLF / ZFA Admissibility Probe</title> |
| 7 | + <style> |
| 8 | + :root { |
| 9 | + --ink: #14201b; |
| 10 | + --muted: #58655f; |
| 11 | + --line: #ccd8d2; |
| 12 | + --paper: #fbfcfa; |
| 13 | + --panel: #ffffff; |
| 14 | + --soft: #eef6f1; |
| 15 | + --blue: #245c88; |
| 16 | + } |
| 17 | + body { |
| 18 | + margin: 0; |
| 19 | + background: var(--paper); |
| 20 | + color: var(--ink); |
| 21 | + font-family: "Segoe UI", Arial, sans-serif; |
| 22 | + line-height: 1.55; |
| 23 | + } |
| 24 | + main { |
| 25 | + max-width: 980px; |
| 26 | + margin: 0 auto; |
| 27 | + padding: 36px 20px 64px; |
| 28 | + } |
| 29 | + h1 { |
| 30 | + margin: 0; |
| 31 | + font-size: 38px; |
| 32 | + line-height: 1.1; |
| 33 | + } |
| 34 | + h2 { |
| 35 | + margin-top: 36px; |
| 36 | + border-bottom: 1px solid var(--line); |
| 37 | + padding-bottom: 8px; |
| 38 | + font-size: 24px; |
| 39 | + } |
| 40 | + p { |
| 41 | + max-width: 860px; |
| 42 | + } |
| 43 | + a { |
| 44 | + color: var(--blue); |
| 45 | + font-weight: 700; |
| 46 | + text-decoration-thickness: 1px; |
| 47 | + text-underline-offset: 3px; |
| 48 | + } |
| 49 | + .back-link { |
| 50 | + display: inline-block; |
| 51 | + margin-bottom: 18px; |
| 52 | + } |
| 53 | + .lede { |
| 54 | + color: var(--muted); |
| 55 | + font-size: 18px; |
| 56 | + } |
| 57 | + .note { |
| 58 | + padding: 14px 16px; |
| 59 | + border-left: 4px solid var(--blue); |
| 60 | + background: var(--soft); |
| 61 | + } |
| 62 | + .facts { |
| 63 | + display: grid; |
| 64 | + grid-template-columns: repeat(4, minmax(0, 1fr)); |
| 65 | + gap: 12px; |
| 66 | + margin-top: 18px; |
| 67 | + } |
| 68 | + .fact { |
| 69 | + padding: 14px; |
| 70 | + border: 1px solid var(--line); |
| 71 | + border-radius: 8px; |
| 72 | + background: var(--panel); |
| 73 | + } |
| 74 | + .fact strong { |
| 75 | + display: block; |
| 76 | + font-size: 22px; |
| 77 | + } |
| 78 | + table { |
| 79 | + width: 100%; |
| 80 | + border-collapse: collapse; |
| 81 | + margin-top: 14px; |
| 82 | + background: var(--panel); |
| 83 | + font-size: 14px; |
| 84 | + } |
| 85 | + th, |
| 86 | + td { |
| 87 | + border: 1px solid var(--line); |
| 88 | + padding: 8px 10px; |
| 89 | + text-align: left; |
| 90 | + vertical-align: top; |
| 91 | + } |
| 92 | + th { |
| 93 | + background: #edf3ef; |
| 94 | + } |
| 95 | + code { |
| 96 | + font-family: Consolas, "Courier New", monospace; |
| 97 | + } |
| 98 | + @media (max-width: 800px) { |
| 99 | + .facts { |
| 100 | + grid-template-columns: 1fr; |
| 101 | + } |
| 102 | + } |
| 103 | + </style> |
| 104 | +</head> |
| 105 | +<body> |
| 106 | + <main> |
| 107 | + <a class="back-link" href="../index.html">Back to docs index</a> |
| 108 | + <h1>Z0 QLF / ZFA Admissibility Probe</h1> |
| 109 | + <p class="lede"> |
| 110 | + A generated first-pass report that separates Z0 tap-tape observations |
| 111 | + from interpreted QLF/ZFA candidate objects. Admissible means positive and |
| 112 | + negative twist counts balance to spectral gap zero. |
| 113 | + </p> |
| 114 | + |
| 115 | + <div class="note"> |
| 116 | + This is not a proof. It does not validate a physics claim or establish |
| 117 | + Jim Scarver's framework experimentally. It only adds an inspectable |
| 118 | + admissibility scaffold. |
| 119 | + </div> |
| 120 | + |
| 121 | + <h2>Probe Settings</h2> |
| 122 | + <div class="facts"> |
| 123 | + <div class="fact"><span>Period</span><strong>4095</strong></div> |
| 124 | + <div class="fact"><span>Tap index</span><strong>0</strong></div> |
| 125 | + <div class="fact"><span>Windows</span><strong>32</strong></div> |
| 126 | + <div class="fact"><span>Admissible</span><strong>9</strong></div> |
| 127 | + </div> |
| 128 | + |
| 129 | + <h2>Interpretation Boundary</h2> |
| 130 | + <p> |
| 131 | + The XOR orbit is the generated substrate. Tap-tape windows are generated |
| 132 | + observation streams. Named bit tokens are observed words. QLF/ZFA |
| 133 | + candidates are interpreted process/capability/proof-like structures, and |
| 134 | + unbalanced candidates are non-admissible under this interpretation rather |
| 135 | + than bad strings. |
| 136 | + </p> |
| 137 | + |
| 138 | + <h2>Candidate Windows</h2> |
| 139 | + <table> |
| 140 | + <thead> |
| 141 | + <tr> |
| 142 | + <th>Candidate</th> |
| 143 | + <th>Bits</th> |
| 144 | + <th>Twists</th> |
| 145 | + <th>Positive</th> |
| 146 | + <th>Negative</th> |
| 147 | + <th>Spectral gap</th> |
| 148 | + <th>Admissible</th> |
| 149 | + </tr> |
| 150 | + </thead> |
| 151 | + <tbody><tr><td>z0_tap0_window_0000</td><td><code>100010010101</code></td><td><code>^<\-^<\+v>\+</code></td><td>5</td><td>7</td><td>-2</td><td>no</td></tr> |
| 152 | +<tr><td>z0_tap0_window_0001</td><td><code>001011011101</code></td><td><code>v</-^>\+^>\+</code></td><td>7</td><td>5</td><td>2</td><td>no</td></tr> |
| 153 | +<tr><td>z0_tap0_window_0002</td><td><code>010110101010</code></td><td><code>v>\+^</-^</-</code></td><td>6</td><td>6</td><td>0</td><td>yes</td></tr> |
| 154 | +<tr><td>z0_tap0_window_0003</td><td><code>000011100000</code></td><td><code>v<\-^>/-v<\-</code></td><td>3</td><td>9</td><td>-6</td><td>no</td></tr> |
| 155 | +<tr><td>z0_tap0_window_0004</td><td><code>100110000111</code></td><td><code>^<\+^<\-v>/+</code></td><td>6</td><td>6</td><td>0</td><td>yes</td></tr> |
| 156 | +<tr><td>z0_tap0_window_0005</td><td><code>100001101101</code></td><td><code>^<\-v>/-^>\+</code></td><td>6</td><td>6</td><td>0</td><td>yes</td></tr> |
| 157 | +<tr><td>z0_tap0_window_0006</td><td><code>110011001001</code></td><td><code>^>\-^>\-^<\+</code></td><td>6</td><td>6</td><td>0</td><td>yes</td></tr> |
| 158 | +<tr><td>z0_tap0_window_0007</td><td><code>010111011101</code></td><td><code>v>\+^>\+^>\+</code></td><td>8</td><td>4</td><td>4</td><td>no</td></tr> |
| 159 | +<tr><td>z0_tap0_window_0008</td><td><code>010000000101</code></td><td><code>v>\-v<\-v>\+</code></td><td>3</td><td>9</td><td>-6</td><td>no</td></tr> |
| 160 | +<tr><td>z0_tap0_window_0009</td><td><code>011101011011</code></td><td><code>v>/+v>\+^</+</code></td><td>8</td><td>4</td><td>4</td><td>no</td></tr> |
| 161 | +<tr><td>z0_tap0_window_0010</td><td><code>101011010101</code></td><td><code>^</-^>\+v>\+</code></td><td>7</td><td>5</td><td>2</td><td>no</td></tr> |
| 162 | +<tr><td>z0_tap0_window_0011</td><td><code>011110000000</code></td><td><code>v>/+^<\-v<\-</code></td><td>4</td><td>8</td><td>-4</td><td>no</td></tr> |
| 163 | +<tr><td>z0_tap0_window_0012</td><td><code>011101010110</code></td><td><code>v>/+v>\+v>/-</code></td><td>7</td><td>5</td><td>2</td><td>no</td></tr> |
| 164 | +<tr><td>z0_tap0_window_0013</td><td><code>111101100010</code></td><td><code>^>/+v>/-v</-</code></td><td>7</td><td>5</td><td>2</td><td>no</td></tr> |
| 165 | +<tr><td>z0_tap0_window_0014</td><td><code>010011010011</code></td><td><code>v>\-^>\+v</+</code></td><td>6</td><td>6</td><td>0</td><td>yes</td></tr> |
| 166 | +<tr><td>z0_tap0_window_0015</td><td><code>100010111101</code></td><td><code>^<\-^</+^>\+</code></td><td>7</td><td>5</td><td>2</td><td>no</td></tr> |
| 167 | +<tr><td>z0_tap0_window_0016</td><td><code>000000011000</code></td><td><code>v<\-v<\+^<\-</code></td><td>2</td><td>10</td><td>-8</td><td>no</td></tr> |
| 168 | +<tr><td>z0_tap0_window_0017</td><td><code>100000101010</code></td><td><code>^<\-v</-^</-</code></td><td>4</td><td>8</td><td>-4</td><td>no</td></tr> |
| 169 | +<tr><td>z0_tap0_window_0018</td><td><code>111001101001</code></td><td><code>^>/-v>/-^<\+</code></td><td>7</td><td>5</td><td>2</td><td>no</td></tr> |
| 170 | +<tr><td>z0_tap0_window_0019</td><td><code>110100010110</code></td><td><code>^>\+v<\+v>/-</code></td><td>6</td><td>6</td><td>0</td><td>yes</td></tr> |
| 171 | +<tr><td>z0_tap0_window_0020</td><td><code>001011001001</code></td><td><code>v</-^>\-^<\+</code></td><td>5</td><td>7</td><td>-2</td><td>no</td></tr> |
| 172 | +<tr><td>z0_tap0_window_0021</td><td><code>111111001111</code></td><td><code>^>/+^>\-^>/+</code></td><td>10</td><td>2</td><td>8</td><td>no</td></tr> |
| 173 | +<tr><td>z0_tap0_window_0022</td><td><code>111000111110</code></td><td><code>^>/-v</+^>/-</code></td><td>8</td><td>4</td><td>4</td><td>no</td></tr> |
| 174 | +<tr><td>z0_tap0_window_0023</td><td><code>001100100101</code></td><td><code>v</+v</-v>\+</code></td><td>5</td><td>7</td><td>-2</td><td>no</td></tr> |
| 175 | +<tr><td>z0_tap0_window_0024</td><td><code>110101011010</code></td><td><code>^>\+v>\+^</-</code></td><td>7</td><td>5</td><td>2</td><td>no</td></tr> |
| 176 | +<tr><td>z0_tap0_window_0025</td><td><code>100110001101</code></td><td><code>^<\+^<\-^>\+</code></td><td>6</td><td>6</td><td>0</td><td>yes</td></tr> |
| 177 | +<tr><td>z0_tap0_window_0026</td><td><code>011011101111</code></td><td><code>v>/-^>/-^>/+</code></td><td>9</td><td>3</td><td>6</td><td>no</td></tr> |
| 178 | +<tr><td>z0_tap0_window_0027</td><td><code>000011110010</code></td><td><code>v<\-^>/+v</-</code></td><td>5</td><td>7</td><td>-2</td><td>no</td></tr> |
| 179 | +<tr><td>z0_tap0_window_0028</td><td><code>001011000101</code></td><td><code>v</-^>\-v>\+</code></td><td>5</td><td>7</td><td>-2</td><td>no</td></tr> |
| 180 | +<tr><td>z0_tap0_window_0029</td><td><code>100001110101</code></td><td><code>^<\-v>/+v>\+</code></td><td>6</td><td>6</td><td>0</td><td>yes</td></tr> |
| 181 | +<tr><td>z0_tap0_window_0030</td><td><code>011001101010</code></td><td><code>v>/-v>/-^</-</code></td><td>6</td><td>6</td><td>0</td><td>yes</td></tr> |
| 182 | +<tr><td>z0_tap0_window_0031</td><td><code>111010101110</code></td><td><code>^>/-^</-^>/-</code></td><td>8</td><td>4</td><td>4</td><td>no</td></tr></tbody> |
| 183 | + </table> |
| 184 | + |
| 185 | + <h2>Next Scientific Step</h2> |
| 186 | + <p> |
| 187 | + The serious next step is comparing admissible candidate rates and |
| 188 | + compression/reconstruction performance against alternate constants, |
| 189 | + same-density randomized controls, shuffled seeds, and fake token catalogs. |
| 190 | + </p> |
| 191 | + </main> |
| 192 | +</body> |
| 193 | +</html> |
0 commit comments