Commit ab73eb2
proof(ordinal): WfAdm→rank2 scale-transfer bridge (Gate 1 equal-Ω closure) (#204)
## What
Lands `rank2-bounded` in `Ordinal/Buchholz/RankDoubledLadder.agda` — the
final arithmetic piece of Gate 1's **equal-Ω boundary** closure on the
doubled ladder:
```agda
rank2-bounded : ∀ {t μ}
→ WfAdm t
→ rank-pow t <′ ω-rank-pow μ
→ rank2 t <′ ω-rank-pow (double μ)
```
It transfers a single-ladder admissibility bound (`rank-pow`) to the
doubled ladder (`rank2`) by induction on the `WfAdm` witness.
## Why a bridge (not a plain map)
The naive `rank-pow t → rank2 t` transfer is **false**: `rank-pow (bpsi
ν _) = ω-rank-pow ν` collapses the ψ-argument `α` that `rank2 (bpsi ν α)
= ω-rank-pow (double ν) ⊕ rank2 α` keeps. The `WfAdm` `wf-adm-bpsi`
field `rank-pow α <′ ω-rank-pow ν` supplies exactly the per-ψ
admissibility bound the `bpsi` case recurses on.
## Cases
- **bzero** — `ω-rank-pow-pos`.
- **bOmega** — reflect the bound to `ν <Ω μ` (`ω-rank-pow-reflects-<Ω`,
landed in #203), then `double-cross-gap`.
- **bpsi** — head `ω-rank-pow (double ν)` below target via
`double-mono-<Ω` + `ω-rank-pow-mono`; tail `rank2 α` below by IH-on-α +
`<′-trans`; recombine by additive principality.
- **bplus** — split the hypothesis through `⊕-left-≤-sum` /
`⊕-right-≤-sum`, recurse on each summand, recombine by additive
principality.
Local helpers introduced: `≤′-<′-trans`, `⊕-right-≤-sum` (Phase13 ships
only the left form), `double-mono-<Ω`.
## Verification
- `agda -i proofs/agda proofs/agda/All.agda` exits 0 under `--safe
--without-K`.
- `Smoke.agda` exits 0; `rank2-bounded` pinned in the Buchholz Smoke.
- Zero postulates / escape pragmas in the new code.
https://claude.ai/code/session_017t53M7W7ubmXpwymveLcCE
---
_Generated by [Claude
Code](https://claude.ai/code/session_017t53M7W7ubmXpwymveLcCE)_
Co-authored-by: Claude <noreply@anthropic.com>1 parent d31f25e commit ab73eb2
2 files changed
Lines changed: 99 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| 101 | + | |
98 | 102 | | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
102 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
103 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
104 | 122 | | |
105 | 123 | | |
106 | 124 | | |
| |||
323 | 341 | | |
324 | 342 | | |
325 | 343 | | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| 476 | + | |
476 | 477 | | |
477 | 478 | | |
478 | 479 | | |
| |||
0 commit comments