Commit 11199e1
proof(ordinal): doubled-ladder rank
## What
Builds the doubled-ladder rank `rank2 : BT → Ord` on the Slice-1
foundation (#201) and lands the **actual equal-Ω boundary discharge** —
the case the single ω-power ladder (rank-pow / rank-adm) could not
close.
**Key simplification:** the doubled ladder is just the *existing*
`ω-rank-pow` / `ω-rank-pow-succ` on a **doubled OmegaIndex**. With
`double (fin n) = fin (n + n)`, `double ω = ω`:
```
ω-rank-pow (double (fin n)) = ω^(suc (n+n)) = ω^(2n+1) -- ψ-block
ω-rank-pow-succ (double (fin n)) = ω^(suc (suc (n+n))) = ω^(2n+2) -- Ω-block
```
both **definitionally**. So all the Brouwer machinery
(additive-principal closure, the room fact `ω-rank-pow-⊕-below-succ`,
strict-mono) transfers to the doubled ladder for free by instantiating
its index at `double ν`.
## Lands
- `double : OmegaIndex → OmegaIndex`
- `rank2 : BT → Ord` (`bzero→oz`, `bOmega ν→ω-rank-pow-succ (double ν)`,
`bpsi ν α→ω-rank-pow (double ν) ⊕ rank2 α`, `bplus→⊕`)
- `rank2-{bzero,bOmega,bpsi,bplus}` definitional sanity
- **`rank2-bpsi-below-bOmega`** — the equal-Ω discharge:
```agda
rank2 α <′ ω-rank-pow (double ν) → rank2 (bpsi ν α) <′ rank2 (bOmega ν)
```
proved as `ω-rank-pow-⊕-below-succ {double ν}` — covering the fin
**and** the limit (`ω`) marker, since that lemma is total over
`OmegaIndex`. This is precisely the boundary `rank-pow` (collapses
ψ_ν/Ω_ν) and `rank-adm` (ranks ψ *above* Ω) could not discharge.
## Honest scope
Slice 2 lands the rank + the equal-Ω discharge under a `rank2`-level
admissibility hypothesis. Follow-on slices: the `WfAdm` bridge supplying
that hypothesis; the cross-index `<ᵇ-Ωψ` discharge (consumes Slice-1's
`Ω-block-below-next-ψ` + its ω-marker analogue); the remaining
per-constructor rank-mono; the `wf-<′` transport.
## Verification
- `rank2`, `rank2-bpsi-below-bOmega` pinned in
`Ordinal/Buchholz/Smoke.agda`.
- `agda proofs/agda/Smoke.agda` and `agda proofs/agda/All.agda` both
**exit 0** under `--safe --without-K`; zero postulates, no escape
pragmas, no funext.
https://claude.ai/code/session_017t53M7W7ubmXpwymveLcCE
---
_Generated by [Claude
Code](https://claude.ai/code/session_017t53M7W7ubmXpwymveLcCE)_
---------
Co-authored-by: Claude <noreply@anthropic.com>rank2 + equal-Ω discharge (Slice 2) (#202)1 parent f7a965f commit 11199e1
2 files changed
Lines changed: 116 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
| |||
160 | 165 | | |
161 | 166 | | |
162 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
472 | 475 | | |
473 | 476 | | |
474 | 477 | | |
| |||
0 commit comments