Commit 3008931
committed
proof(ordinal): unbudgeted sound-carrier recursive surface wf-<ᵇʳᶠ²
The recursive-surface route to well-foundedness WITHOUT the ℕ budget,
realised over the doubled-ladder sound carrier `_<ᵇ²_` instead of
native `_<ᵇ_`.
`_<ᵇʳᶠ²_` = `_<ᵇ²_` (sound core) + the two same-binder congruence
rules (`<ᵇʳᶠ²-ψα`, `<ᵇʳᶠ²-+2`). All three cases are rank2-embeddable:
* <ᵇʳᶠ²-core — rank2-mono-<ᵇ² (this session's umbrella);
* <ᵇʳᶠ²-ψα — ⊕-mono-<-right on rank2 α <′ rank2 β
(rank2 (bpsi ν α) = ω-rank-pow (double ν) ⊕ rank2 α);
* <ᵇʳᶠ²-+2 — ⊕-mono-<-right on rank2 y <′ rank2 z
(rank2 (bplus x y) = rank2 x ⊕ rank2 y).
So `wf-<ᵇʳᶠ² : WellFounded _<ᵇʳᶠ²_` follows by the standard rank
transport (Subrelation + On.wellFounded rank2 wf-<′) with NO budget.
Why this is the right form of the "eliminate the budget" goal: the
budget in RecursiveSurfaceBudget._<ᵇʳᶠᵇ_ was an artefact of native
_<ᵇ_'s ordinal UNsoundness — its <ᵇʳᶠ-core case admits no rank (the
<ᵇ-+Ω counterexample; rank2 does not escape it either). All five
standard routes to the GLOBAL unbudgeted wf-<ᵇʳᶠ over native _<ᵇ_ are
walled (see RankBrouwer.agda preamble + buchholz-rank-obstruction.adoc).
The documented "recommended next move 1" is the WF-restricted relation;
this module realises it on the sound carrier, where the budget simply
isn't needed — the two congruence cases are exactly the ⊕-mono-<-right
discharges the RankBrouwer preamble already identified, and the
doubled ladder supplies the previously-missing core case.
Honest scope: _<ᵇʳᶠ² is to _<ᵇʳᶠ_ what _<ᵇ² is to native _<ᵇ_ — the
ordinally-sound restriction. Does NOT claim the global unbudgeted
wf-<ᵇʳᶠ over native _<ᵇ_ (still walled).
Build: All.agda + Smoke exit 0 under --safe --without-K, zero
postulates, structural recursion (no TERMINATING).
https://claude.ai/code/session_017t53M7W7ubmXpwymveLcCE1 parent 0469e91 commit 3008931
3 files changed
Lines changed: 129 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
524 | 533 | | |
525 | 534 | | |
526 | 535 | | |
| |||
0 commit comments