Commit 8463418
committed
proof(ordinal):
The converse of `ω-rank-pow-mono`, and the precise blocker the
WfAdm→rank2 scale-transfer bridge's bOmega case needs:
ω-rank-pow ν <′ ω-rank-pow μ → ν <Ω μ
From `rank-pow (bOmega ν) = ω-rank-pow ν <′ ω-rank-pow μ` the bridge
recovers `ν <Ω μ` and feeds `double-cross-gap`. Marker case analysis:
* fin/fin: reflect `ω^`-mono via irreflexivity (`b ≤ a` forces
`ω^(suc a) <′ ω^(suc a)`; `≰⇒>` yields `a < b`);
* fin/ω: `fin _ <Ω ω` unconditionally;
* ω/fin: absurd — `ω-rank-pow ω` is a limit ABOVE every
`ω^(suc b)` (`ω^-suc-below-lim` + asymmetry);
* ω/ω: absurd by irreflexivity.
Helpers: `<′-irrefl` (from `wf⇒asym wf-<′`), `ω^-suc-below-lim`.
Meta-inference fails through the *defined* `_<′_` (unfolds to
`osuc _ ≤′ _`), so `wf⇒asym`/`<′-irrefl` carry explicit carrier
implicits at each site.
With `double-cross-gap` this completes both hard ingredients of the
bridge's bOmega case. Remaining: the WfAdm-structural induction
(bzero positivity / bOmega [these] / bpsi `double`-mono + IH / bplus
additive-principal both directions).
- `ω-rank-pow-reflects-<Ω` 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 reflects _<Ω_ (bridge bOmega-case inversion)1 parent 11199e1 commit 8463418
2 files changed
Lines changed: 54 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| 97 | + | |
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
| |||
271 | 275 | | |
272 | 276 | | |
273 | 277 | | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
| 475 | + | |
475 | 476 | | |
476 | 477 | | |
477 | 478 | | |
| |||
0 commit comments