Commit b6d0d18
First-argument monotonicity; Γ₀ ≤′ φ_Γ₀(0) (BH climb rung 6) (#247)
## What & why
Next rung toward ψ₀(Ω_ω) (BH order-type fidelity, open problem
`D-2026-06-14`). Builds on `VeblenBinary` + `VeblenBinaryNormal`
(#245/#246 — 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 — this rung proves the
two forms the diagonal needs and uses them to close **one direction** of
the Γ₀ fixed point.
## New module `Ordinal/Brouwer/VeblenBinaryMono.agda`
`--safe --without-K`, **zero postulates**:
| Theorem | Statement |
|---|---|
| `commonStep-absorb` | a fixed point of `commonStep F` is a fixed point
of every family member |
| `commonStep-cont` | `commonStep F` is continuous when every member is
|
| **`φ-mono₁-step`** | adjacent levels ordered: `φ_α x ≤′ φ_{α+1} x` |
| **`φ-mono₁-into-lim`** | a level below a limit is dominated: `φ_{h m}
x ≤′ φ_{olim h} x` |
| **`Γ₀-prefixed`** | **`Γ₀ ≤′ φ_Γ₀(0)`** — Γ₀ is a pre-fixed point of
the diagonal |
Both monotonicity results rest on one mechanised idea: `φ_β(x)` is a
fixed point of every lower level `φ_α`, so `φ_α x ≤′ φ_α (φ_β x) = φ_β
x`. For successors the absorbing fixed point is the Veblen recurrence
(`φ-level-fixed`); for limits it comes from `commonStep` correctness +
`deriv-fixed-≤`.
## 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 closed.
## Wiring
`All.agda` import; `Smoke.agda` pin block (5 headlines).
## Verification
- `agda proofs/agda/All.agda` → exit 0
- `agda proofs/agda/Smoke.agda` → exit 0
- `scripts/kernel-guard.sh` → **PASS**
- zero postulates; `--safe --without-K`
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_01Rw1RpYXU5Q7rzy2bVofVeB
---
_Generated by [Claude
Code](https://claude.ai/code/session_01Rw1RpYXU5Q7rzy2bVofVeB)_
Co-authored-by: Claude <noreply@anthropic.com>1 parent ba09ef1 commit b6d0d18
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