Skip to content

Commit fa2e3c1

Browse files
committed
docs: record reduced Veblen assumption set
1 parent 76cd412 commit fa2e3c1

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

docs/buchholz-plan.adoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ The order / well-foundedness track now has an explicit staged split:
117117
measure into that target made explicit; the two deferred
118118
shared-binder obligations now land as concrete target lemmas
119119
`proj-dec-+2` and `proj-dec-ψα`.
120+
* WF-1.69 (`Ordinal.Buchholz.VeblenComparisonTarget`,
121+
`Ordinal.Buchholz.VeblenComparisonModel`): comparison-lex target on
122+
`BT × BT` with coarse same-binder side-condition; packages a
123+
reduced-assumption interface model in which `dec-ψα` and `dec-+2`
124+
are discharged internally, leaving one lifted same-index `ψ`-to-`+`
125+
lemma as the remaining assumption.
120126
* WF-1.7 (`Ordinal.Buchholz.VeblenObligations`): discharge
121127
same-binder obligation shapes in projection-model form; landed lemmas:
122128
`dec-+2-plus-right`, `dec-ψα-psi-arg`.
@@ -127,11 +133,11 @@ The order / well-foundedness track now has an explicit staged split:
127133

128134
Remaining open Veblen-route work after this update:
129135

130-
* Reconcile the projection-style same-binder measure pieces with the
131-
remaining constructor obligations into one single concrete measure.
132-
* Cover the non-shared-binder interface fields not yet realized by the
133-
current projection measure.
136+
* Discharge the remaining lifted same-index `ψ`-to-`+` lemma in the
137+
comparison model.
134138
* Instantiate the Veblen interface without deferred assumptions.
139+
* Collapse the now-obsolete intermediate scaffolds if the comparison
140+
model fully closes.
135141

136142
Risk-gated bridge currently admitted:
137143

readme.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,12 @@ Ordinal/Buchholz track status:
9090
* `Ordinal.Buchholz.VeblenIdentityModel` provides a first concrete instantiation of that interface (identity measure bootstrap), with `dec-ψα` / `dec-+2` kept as explicit parameters.
9191
* `Ordinal.Buchholz.VeblenMeasureTarget` now fixes the first concrete target carrier for the Veblen route: a lexicographic order on `OmegaIndex × BT`, with `≺M-wf` proved from the existing `Ω` and Buchholz well-foundedness results.
9292
* `Ordinal.Buchholz.VeblenProjectionMeasure` now makes the projection-style measure into that target explicit and discharges the two deferred shared-binder obligations there (`proj-dec-ψα`, `proj-dec-+2`), along with the already index-driven strict cases.
93+
* `Ordinal.Buchholz.VeblenComparisonTarget` adds a second concrete target: a lexicographic order on `BT × BT` whose equality side-condition is relaxed to “same comparison binder”, so same-left `bplus` and same-index `bpsi` cases can use the second coordinate.
94+
* `Ordinal.Buchholz.VeblenComparisonModel` packages that target into a reduced-assumption Veblen interface instantiation: the original deferred obligations `dec-ψα` and `dec-+2` are discharged internally, and the remaining assumption is now one lifted same-index `ψ`-to-`+` lemma.
9395
* `Ordinal.Buchholz.VeblenObligations` advances the hard-obligation discharge track with concrete projection-model lemmas for both same-binder shapes:
9496
** `dec-+2-plus-right`
9597
** `dec-ψα-psi-arg`
96-
* Open work is now concentrated in turning those target-level pieces into one full concrete interface instantiation: the remaining non-shared-binder constructor obligations still need to be made compatible with a single measure, in a `--without-K`-compatible way.
98+
* Open work is now concentrated in discharging that final lifted same-index `ψ`-to-`+` comparison, so the comparison model can instantiate the Veblen interface without assumptions.
9799

98100
== External Bridge Targets (local workspace)
99101

0 commit comments

Comments
 (0)