Commit 091aa7d
proof(ordinal): ordinal exponentiation ω^^ + first ε-number ε₀ (BH climb rung 1)
Add Brouwer ordinal exponentiation base ω (ω^^_ : Ord → Ord, generalising OmegaPow's finite ω^_ : ℕ → Ord to limit exponents) and the first ε-number ε₀ as a concrete Ord value. Rung 1 of the target-side climb toward ψ₀(Ω_ω) (BH order-type fidelity, D-2026-06-14).
New module Ordinal.Brouwer.OrdinalExp (--safe --without-K, zero postulates): ω^^_, ω^^-pos (positivity, mirrors ω^_-pos), ε-tower, ε₀, ε₀-pos, ε-tower-below-ε₀ (approximant bound via f-in-lim′).
Honest scope: ε₀ ≪ ψ₀(Ω_ω) — lands the exponentiation primitive every higher rung needs and pins ε₀ (= the collapse ψ₀(Ω₁)) as the first checkable milestone value. Does NOT plug Fidelity.AtHeight's height parameter, and does NOT prove ε₀ is an ε-number (ω^^ ε₀ ≡ ε₀) — follow-on rungs. Wired into All.agda + Smoke.agda; agda All.agda (191 modules) + guardrails + kernel-guard all pass.
https://claude.ai/code/session_01GJatEm2TVFSTBEkKXmserJ1 parent 0a86e18 commit 091aa7d
3 files changed
Lines changed: 104 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1164 | 1164 | | |
1165 | 1165 | | |
1166 | 1166 | | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
1167 | 1185 | | |
1168 | 1186 | | |
1169 | 1187 | | |
| |||
0 commit comments