Commit bf00438
committed
proof(ordinal): first-argument monotonicity; Γ₀ ≤′ φ_Γ₀(0) (BH climb rung 6)
Target-side climb toward ψ₀(Ω_ω) (BH order-type fidelity, open problem
D-2026-06-14). Builds on VeblenBinary + VeblenBinaryNormal (every level a
normal function; the Veblen recurrence; the generic fixed-point engine).
The diagonal Γ₀ was DEFINED in rung 4 with only ≤′-upper-bound sanity.
Showing it is a FIXED POINT of the diagonal D(α) = φ_α(0) needs
monotonicity of φ in its FIRST argument. New module
proofs/agda/Ordinal/Brouwer/VeblenBinaryMono.agda (--safe --without-K,
zero postulates):
* commonStep-absorb — a fixed point of commonStep F is a fixed point of
every family member (one step, via the supremum embedding).
* commonStep-cont — commonStep F is continuous (the ≤′ form deriv-fixed-≤
wants) when every member is.
* φ-mono₁-step — adjacent levels ordered: φ_α x ≤′ φ_{α+1} x. (φ_{α+1} x
is a fixed point of φ_α by the Veblen recurrence, so
φ_α x ≤′ φ_α (φ_{α+1} x) = φ_{α+1} x.)
* φ-mono₁-into-lim — a level below a limit is dominated by the limit
level: φ_{h m} x ≤′ φ_{olim h} x. (φ_{olim h} x is a fixed point of
commonStep (n ↦ φ_{h n}), hence of each φ_{h m}.)
* Γ₀-prefixed — Γ₀ ≤′ φ_Γ₀(0): Γ₀ is a pre-fixed point of the diagonal
(each successor approximant Γ-tower (suc m) = φ_{Γ-tower m}(0) is
≤′ φ_Γ₀(0) by φ-mono₁-into-lim, so their sup Γ₀ is too).
Honest scope: this closes only the ≤′ direction Γ₀ ≤′ φ_Γ₀(0). The reverse
φ_Γ₀(0) ≤′ Γ₀ (closure from above) and full "Γ₀ is the LEAST diagonal
fixed point" need general first-argument monotonicity / common-fixed-
point-from-above and remain OPEN — the next slice. ψ₀(Ω_ω) sits far above
Γ₀ behind the collapsing layer; order-type fidelity REMAINS OPEN
(D-2026-06-14). No postulate is closed.
Wiring: All.agda import; Smoke.agda pin block (5 headlines).
agda proofs/agda/All.agda and proofs/agda/Smoke.agda exit 0 under
--safe --without-K; kernel-guard.sh PASS; zero postulates.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Rw1RpYXU5Q7rzy2bVofVeB1 parent ba09ef1 commit bf00438
3 files changed
Lines changed: 145 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1309 | 1309 | | |
1310 | 1310 | | |
1311 | 1311 | | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
1312 | 1329 | | |
1313 | 1330 | | |
1314 | 1331 | | |
| |||
0 commit comments