Commit ffa3152
proof(ordinal): unbudgeted sound-carrier extended order wf-<ᵇ⁺² (K-limited shared-binder)
Roadmap open-item #2 ("full constructor set beyond the admitted core —
the K-limited shared-binder cases <ᵇ-ψα, <ᵇ-+2") in its achievable
form: the sound-carrier analogue of OrderExtended._<ᵇ⁺_.
`_<ᵇ⁺²_` = the sound core `_<ᵇ²_` + the two one-step shared-binder
constructors (<ᵇ⁺²-ψα, <ᵇ⁺²-+2) with `_<ᵇ²_` inner premises (vs the
native `_<ᵇ_` that OrderExtended uses). Every `_<ᵇ⁺²_` derivation is a
`_<ᵇʳᶠ²_` derivation (the one-step shared-binder case is the
<ᵇʳᶠ²-core-headed instance of the recursive congruence), so:
* <ᵇ⁺²⇒<ᵇʳᶠ² : x <ᵇ⁺² y → x <ᵇʳᶠ² y (3-case embedding)
* rank2-mono-<ᵇ⁺² : via the embedding + rank2-mono-<ᵇʳᶠ²
* wf-<ᵇ⁺² : Subrelation.wellFounded <ᵇ⁺²⇒<ᵇʳᶠ² wf-<ᵇʳᶠ² — NO budget
Why this is the achievable form: native `_<ᵇ⁺_` WF is OPEN (only the
budgeted OrderExtendedBudget.wf-<ᵇ⁺ᵇ), walled because native `_<ᵇ_` is
ordinally unsound (the <ᵇ-+Ω counterexample). Restating the
shared-binder extension over the sound carrier removes the
obstruction; the budget was an artefact of native unsoundness, not of
the shared-binder rules. Honest scope: does NOT claim native `_<ᵇ⁺_`
WF (still walled; the budgeted form remains the native state of art).
Build: All.agda + Smoke exit 0 under --safe --without-K, zero
postulates, structural recursion (no TERMINATING).
https://claude.ai/code/session_017t53M7W7ubmXpwymveLcCE1 parent deaff4f commit ffa3152
3 files changed
Lines changed: 110 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
533 | 541 | | |
534 | 542 | | |
535 | 543 | | |
| |||
0 commit comments