Commit 2bedb85
proof(ordinal): ψ-below-Ω boundary room lemma
The load-bearing ordinal fact for the equal-Ω boundary (the residual
Gate 1 case `bpsi ν α <ᵇ bOmega ν`): under the admissibility bound
`β <′ ω-rank-pow ν` (the `WfAdm` bpsi field with β = rank-pow α),
ω-rank-pow ν ⊕ β <′ ω-rank-pow-succ ν
i.e. the admissibility-rank of `ψ_ν(α)` (= `rank-adm (bpsi ν α)`) sits
strictly below `ω-rank-pow-succ ν`, the natural rank for `Ω_ν`. This
is the gap `ψ_ν(α) < Ω_ν` measured at the rank level: both summands
are `< ω-rank-pow-succ ν` (left by `ω-rank-pow-<-succ`, right by
admissibility + that jump), and `ω-rank-pow-succ ν` is additive
principal (`additive-principal-ω-rank-pow-succ`), so the sum stays
below.
This is the "room" the equal-ν discharge needs. Honest scope: it is
the LOCAL equal-marker fact, not a global rank — a global placement of
`bOmega ν` at `ω-rank-pow-succ ν` would still have to reconcile the
cross-index `<ᵇ-Ωψ` constructor (`bOmega μ <ᵇ bpsi (suc μ) bzero`),
where `ω-rank-pow-succ μ` meets `ω-rank-pow (suc μ)` and the strict
gap collapses. That cross-index reconciliation is the remaining open
design problem; this lemma is its first verified building block.
- `ω-rank-pow-⊕-below-succ` pinned in `Ordinal/Buchholz/Smoke.agda`.
- `Smoke.agda` + `All.agda` exit 0 under `--safe --without-K`; zero
postulates, no escape pragmas, no funext.
https://claude.ai/code/session_017t53M7W7ubmXpwymveLcCEω-rank-pow-⊕-below-succ
1 parent 558b8fa commit 2bedb85
2 files changed
Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 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 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
243 | 280 | | |
244 | 281 | | |
245 | 282 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| 459 | + | |
459 | 460 | | |
460 | 461 | | |
461 | 462 | | |
| |||
0 commit comments