Commit 560f904
committed
ordinal(buchholz): head-Ω inversion lemmas (option (b) for Slice 2-bplus)
Lands the two atomic-source inversion lemmas from option (b) of the
Slice 2-bplus follow-on plan documented inline in `RankPow.agda`:
* head-Ω-inv-bOmega : bOmega ν <ᵇ y → ν <Ω head-Ω y
* head-Ω-inv-bpsi : bpsi ν α <ᵇ y → ν ≤Ω head-Ω y
Strict on the Ω-source (the three constructors with `bOmega ν` LHS
all carry strict `<Ω` witnesses); non-strict on the ψ-source (the
`<ᵇ-ψΩ≤` constructor only carries `ν ≤Ω μ`, so the lemma tops out at
`≤Ω` — lifted to a unified shape via `<Ω→≤Ω` at the `<ᵇ-ψΩ` case).
Proof in each case: structural recursion on the `<ᵇ` derivation, with
the `+`-side constructors recursing through their `<ᵇ` premise on the
target's left summand. No funext, no postulates, no rank-mono
dependency — that last is the load-bearing design choice this slice
makes good on, per the dependency-graph invariant the inline comment
in `RankPow.agda`'s Slice 2-bplus note flags.
Lands as a new module `Ordinal.Buchholz.HeadOmegaInversion`, wired
into `All.agda` and pinned in `Ordinal/Buchholz/Smoke.agda` under its
own `using` block with a header comment per CLAUDE.md Working rules.
The bplus-source inversion is OUT OF SCOPE for this slice (the three
`<ᵇ-+_` constructors recurse on `x <ᵇ (target)` where x can be
anything, so the natural inversion has to traverse arbitrary BT
subterms — different proof structure). Deferred to a follow-on; the
Slice 2-bplus consumer handles the bplus source by inducting on the
WfCNF carrier and applying the atomic inversions at the leading
subterm.
`scripts/kernel-guard.sh`: PASS. No postulates introduced. No diff
against `EchoIntegration.agda` / `EchoChoreo.agda` / `EchoGraded.agda`
or any existing Echo*Bridge.agda.
https://claude.ai/code/session_013nLEeKZXpvHnrDZMgRm19S1 parent 0108705 commit 560f904
3 files changed
Lines changed: 137 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
0 commit comments