Commit 616a0a5
echo-types: ψ-admissibility predicate carrier (Item 2)
Lands `Ordinal.Buchholz.WellFormedAdmissible` — the
ψ-admissibility predicate `WfAdm : BT → Set` strengthening
`WfCNF` with the classical Buchholz collapsing condition
`α ∈ C_ν` on each `bpsi ν α`. Operationalised as
`rank-pow α <′ ω-rank-pow ν` (the rank of α is strictly below the
ν-Ω-power).
## What landed
* `WfAdm` data type with 4 constructors: `wf-adm-bzero`,
`wf-adm-bomega`, `wf-adm-bpsi` (carries the rank bound),
`wf-adm-bplus`.
* `wfAdm-to-wfCNF` — projection forgetting the admissibility
carrier; every admissible term is also WfCNF.
* `psi-trivial = bpsi Omega0 bzero` with `psi-trivial-adm` as a
minimal sanity witness (admissibility of the bound rank
inequality `oz <′ ω-rank-pow Omega0` via `ω-rank-pow-pos`).
## What is NOT yet here (deferred to follow-on slice)
The refined rank `rank-adm : BT → Ord` with
`rank-adm (bpsi ν α) = ω-rank-pow ν ⊕ rank-pow α` under WfAdm,
together with the rank-mono discharge of `<ᵇ-ψα` and `<ᵇ-ψΩ≤`,
is deferred. The refinement creates a cross-case interaction with
`<ᵇ-+ψ`: the new target rank is no longer additive principal, so
the existing `<ᵇ-+ψ` argument needs a structural replacement
(classical fix: show that under admissibility, the source-rank
`rank-adm x` is itself bounded by `ω-rank-pow ν`). That
substantial work needs its own slice.
This commit lands the *carrier* so the follow-on has a stable
predicate to operate over.
## Note: BH itself is not admissible
The Bachmann-Howard marker `BH = bpsi Omega0 (bOmega Omegaω)` is
NOT admissible: `rank-pow (bOmega Omegaω) <′ ω-rank-pow Omega0`
fails because `ω-rank-pow ω` (a limit of ω-powers) is much larger
than `ω^1`. This is the expected outcome — BH sits at the
admissibility boundary in classical Buchholz collapsing; the
canonical admissible form is `bpsi Omega1 (bOmega Omegaω)` (and
BH is approached as a limit). This nuance is documented in the
module preamble.
Headlines pinned in `Ordinal/Buchholz/Smoke.agda`. Module wired
into `All.agda`. `agda proofs/agda/All.agda` and
`agda proofs/agda/Smoke.agda` exit 0 under `--safe --without-K`.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 97d0793 commit 616a0a5
3 files changed
Lines changed: 177 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
253 | 267 | | |
254 | 268 | | |
255 | 269 | | |
| |||
| 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 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
0 commit comments