Commit d4225c3
committed
proof(ordinal): ω-exponentiation is inflationary — α ≤′ ω^^ α (BH climb rung 3, slice 1)
Prove the non-strict inflationary law ω^^-infl : ∀ α → α ≤′ ω^^ α in Ordinal.Brouwer.OrdinalExp — the engine the Veblen φ-hierarchy needs: 'the next ε-number strictly above β' is a genuine fixed point precisely because osuc β ≤′ ω^^ (osuc β).
osuc case: witness index 2 (since (ω^^ β)·ℕ 2 ≡ (oz ⊕ ω^^ β) ⊕ ω^^ β), chaining osuc β ≤′ osuc (ω^^ β) ≤′ osuc (oz ⊕ ω^^ β) ≤′ (oz ⊕ ω^^ β) ⊕ ω^^ β via osuc-mono-≤′ (IH, then X≤′oz⊕X) and ⊕-mono-≤-right (with ω^^-pos β, using Y ⊕ osuc oz ≡ osuc Y). olim case: per-branch IH + f-in-lim′. Strict α <′ ω^^ α NOT pursued — false at ε-numbers.
--safe --without-K, zero postulates. Pinned in Smoke.agda; agda All.agda (193 modules) + guardrails + kernel-guard pass. Honest scope: order-type fidelity (ψ₀(Ω_ω)) remains OPEN; prerequisite for φ₁ (ε-number enumeration), next slice.
https://claude.ai/code/session_01GJatEm2TVFSTBEkKXmserJ1 parent 6fb48e0 commit d4225c3
2 files changed
Lines changed: 38 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| |||
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
49 | | - | |
50 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
| |||
118 | 123 | | |
119 | 124 | | |
120 | 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1183 | 1183 | | |
1184 | 1184 | | |
1185 | 1185 | | |
| 1186 | + | |
1186 | 1187 | | |
1187 | 1188 | | |
1188 | 1189 | | |
| |||
0 commit comments