Commit d31f25e
## What
The converse of `ω-rank-pow-mono`, and the precise blocker the `WfAdm →
rank2` scale-transfer bridge's **bOmega case** needs:
```agda
ω-rank-pow-reflects-<Ω : ω-rank-pow ν <′ ω-rank-pow μ → ν <Ω μ
```
From `rank-pow (bOmega ν) = ω-rank-pow ν <′ ω-rank-pow μ` the bridge
recovers `ν <Ω μ`, then feeds `double-cross-gap` (landed in #202).
## How
Marker case analysis:
- **fin/fin**: reflect `ω^`-mono via irreflexivity — `b ≤ a` would force
`ω^(suc a) <′ ω^(suc a)`, so `≰⇒>` 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 landed alongside: `<′-irrefl` (from `wf⇒asym wf-<′`) and
`ω^-suc-below-lim` (`ω^(suc b) <′ ω-rank-pow ω`). Note: meta-inference
fails through the *defined* `_<′_` (`α <′ β = osuc α ≤′ β` unfolds,
blocking unification on the limit-Σ), so `wf⇒asym` / `<′-irrefl` carry
explicit carrier implicits at each site.
## Why it matters
With `double-cross-gap` (#202), this completes **both** hard ingredients
of the bridge's bOmega case. The equal-Ω boundary discharge
(`rank2-bpsi-below-bOmega`, #202) is already proved; the bOmega
cross-index discharge now has its inversion + arithmetic.
## Remaining for (ii)
The `WfAdm`-structural induction assembling the four cases: bzero
(positivity) / bOmega (these two lemmas) / bpsi (`double`-mono + IH) /
bplus (additive-principal both directions).
## Verification
- `ω-rank-pow-reflects-<Ω` 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.
- Re-based cleanly onto current `main` (#202 already merged); diff is
exactly two files.
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 11199e1 commit d31f25e
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