Commit efb7923
committed
proof(ordinal): general head-Ω monotonicity
Adds the general leading-Ω monotonicity lemma over the whole `_<ᵇ_`
relation:
head-Ω-mono : x <ᵇ y → head-Ω x ≤Ω head-Ω y
proved by structural recursion on the `_<ᵇ_` derivation (all 11
constructors). This generalises the two atomic inversions in this
module — `head-Ω-inv-bOmega` (bOmega source, strict) and
`head-Ω-inv-bpsi` (bpsi source, ≤) — to an arbitrary source shape,
including `bzero` (via the `fin 0`-minimum helper `fin0-min`) and
left-nested `bplus` chains (via the IH on `<ᵇ-{Ω+,ψ+,+Ω,+ψ,+1}`).
Why it matters (Gate 1 scoping): the joint-bplus `<ᵇ-+1` rank-mono
closure runs through CNF dominance —
`rank-pow (bplus x₁ x₂) <′ ω-rank-pow-succ (head-Ω x₁)` (the landed
`rank-pow-dominated-by-head-Ω`) composed with a leading-Ω bound on the
target. `head-Ω-mono` supplies that bound for the general (incl.
chain-headed) source, which the atomic inversions could not. The
non-strict `≤Ω` is exactly right: the `<ᵇ-ψΩ≤` boundary
(`bpsi ν α <ᵇ bOmega ν`) leaves the leading Ω-marker fixed, and that
equal-Ω boundary is the residual the rank-adm discrimination must
still cover.
- `head-Ω-mono` pinned in `Ordinal/Buchholz/Smoke.agda`.
- `Smoke.agda` + `All.agda` exit 0 under `--safe --without-K`; zero
postulates, no escape pragmas, no funext.
https://claude.ai/code/session_017t53M7W7ubmXpwymveLcCEhead-Ω-mono (Gate 1 building block)1 parent 30018b6 commit efb7923
2 files changed
Lines changed: 58 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
| 70 | + | |
| 71 | + | |
68 | 72 | | |
69 | 73 | | |
| 74 | + | |
70 | 75 | | |
71 | 76 | | |
72 | 77 | | |
| |||
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
79 | 87 | | |
80 | 88 | | |
81 | 89 | | |
82 | 90 | | |
83 | 91 | | |
84 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
85 | 96 | | |
86 | 97 | | |
87 | 98 | | |
| |||
124 | 135 | | |
125 | 136 | | |
126 | 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 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
434 | 438 | | |
435 | 439 | | |
436 | 440 | | |
| 441 | + | |
437 | 442 | | |
438 | 443 | | |
439 | 444 | | |
| |||
0 commit comments