Commit 9c970e1
authored
ordinal(buchholz): Slice 3 umbrella extension — _<ᵇ¹_ with joint-bplus + strict-head dispatch (#142)
## Summary
- Extends `RankMonoUmbrella._<ᵇ⁰_` (10/13 closed constructors) into a
new `_<ᵇ¹_` adding a `<ᵇ¹-+1-+` constructor for the joint-bplus case
where the target's left summand is itself a `bplus` (excluded by
`_<ᵇ⁰_`'s atomic-target restriction).
- The umbrella `rank-pow-mono-<ᵇ¹` dispatches inherited cases to
`rank-pow-mono-<ᵇ⁰` (via a thin `<ᵇ¹-from-<ᵇ⁰` embedding) and the new
case to Slice 3 headline `rank-mono-<ᵇ-+1-via-head-Ω` from
`RankPowSlice3Headline`.
- Honest scope: bpsi-source-at-equality sub-case (ν = head-Ω y₁) is
DOCUMENTED AS GATED pending a `<ᵇ-+1`-specific rank-lex primitive (the
existing `RankLex.rank-mono-<ᵇ-ψΩ≤-lex` only discharges `<ᵇ-ψΩ≤`).
## Files
- New: `proofs/agda/Ordinal/Buchholz/RankMonoUmbrellaSlice3.agda` (114
lines).
- Wired: `proofs/agda/All.agda` (1 line, adjacent to
`RankMonoUmbrella`).
- Pinned: `proofs/agda/Ordinal/Buchholz/Smoke.agda` (own `using` block
per CLAUDE.md "Working rules").
Headlines pinned: `_<ᵇ¹_`, `<ᵇ¹-from-<ᵇ⁰`, `<ᵇ¹-+1-+`,
`rank-pow-mono-<ᵇ¹`.
## Discipline
- `--safe --without-K` throughout; no postulates, no funext.
- New module compiles standalone; `All.agda` + top-level `Smoke.agda` +
`Ordinal/Buchholz/Smoke.agda` all exit 0.
- `bash scripts/kernel-guard.sh` PASS.
## Test plan
- [x] `agda -i proofs/agda
proofs/agda/Ordinal/Buchholz/RankMonoUmbrellaSlice3.agda` exits 0
- [x] `agda -i proofs/agda proofs/agda/Ordinal/Buchholz/Smoke.agda`
exits 0
- [x] `agda -i proofs/agda proofs/agda/Smoke.agda` exits 0
- [x] `agda -i proofs/agda proofs/agda/All.agda` exits 0
- [x] `bash scripts/kernel-guard.sh` PASS
## Forward path
When a `<ᵇ-+1`-specific rank-lex primitive lands (Route A from
`RankPowSlice3` design note), add a second constructor (e.g.,
`<ᵇ¹-+1-+-eq`) carrying the rank-lex witness for the equality sub-case
and extend `rank-pow-mono-<ᵇ¹` to dispatch on it. The current ship
covers the strict-head subset cleanly without overclaim.3 files changed
Lines changed: 133 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| |||
Lines changed: 114 additions & 0 deletions
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
0 commit comments