Skip to content

Commit 4a97f93

Browse files
committed
docs: mark comparison route as primary
1 parent 6522565 commit 4a97f93

3 files changed

Lines changed: 14 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ Ordinal/Buchholz track status:
7777
- top-marker `bplus` bridges are admitted and inverted: `<ᵇ-+ω`, `<ᵇ-+ψω`, `<ᵇ-inv-+Ωω`, `<ᵇ-inv-+ψω`
7878
- left-summand bridges into additive terms are admitted and inverted: `<ᵇ-Ω+`, `<ᵇ-ψ+`, `<ᵇ-inv-Ω+`, `<ᵇ-inv-ψ+`
7979
- general additive-target bridges are admitted and inverted: `<ᵇ-+Ω`, `<ᵇ-+ψ`, `<ᵇ-inv-+Ω`, `<ᵇ-inv-+ψ`
80-
- `Ordinal.Buchholz.VeblenInterface` pins the measure-based WF interface with explicit constructor obligations and deferred same-binder obligations (`dec-ψα`, `dec-+2`)
80+
- `Ordinal.Buchholz.VeblenInterface` pins the measure-based WF interface with explicit constructor obligations; the historical same-binder fields (`dec-ψα`, `dec-+2`) remain part of the generic interface, but the closed comparison route now discharges them internally
8181
- `Ordinal.Buchholz.VeblenMeasureTarget` fixes a first concrete target carrier: a lexicographic order on `OmegaIndex × BT`
82-
- `Ordinal.Buchholz.VeblenProjectionMeasure` makes the projection-style measure into that target explicit and discharges the shared-binder obligations there as target lemmas
82+
- `Ordinal.Buchholz.VeblenProjectionMeasure` is retained as an explanatory scaffold: it makes the projection-style measure into that target explicit and discharges the shared-binder obligations there as target lemmas
8383
- `Ordinal.Buchholz.VeblenComparisonTarget` adds a second concrete target: a lexicographic order on `BT × Payload` with recursive `ψ`-compatibility on the first coordinate and tagged payload descent for the same-binder follow-up cases
84-
- `Ordinal.Buchholz.VeblenComparisonModel` now instantiates the Veblen interface without deferred assumptions and exposes `core-wf-from-comparison : WellFounded _<ᵇ_`
84+
- `Ordinal.Buchholz.VeblenComparisonModel` is now the primary closed Veblen route: it instantiates the Veblen interface without deferred assumptions and exposes `core-wf-from-comparison : WellFounded _<ᵇ_`
8585
- the Veblen comparison route is now closed at the current constructor core; remaining work is cleanup and route consolidation rather than a live same-index proof gap
8686

8787
## External Bridge Targets (local workspace)

docs/buchholz-plan.adoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,11 @@ The order / well-foundedness track now has an explicit staged split:
119119
`proj-dec-+2` and `proj-dec-ψα`.
120120
* WF-1.69 (`Ordinal.Buchholz.VeblenComparisonTarget`,
121121
`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.
122+
`BT × Payload` with recursive `ψ`-compatibility on the first
123+
coordinate and tagged payload descent on the second; now packages
124+
an assumption-free interface model in which `dec-ψα`, `dec-+2`,
125+
and the lifted same-index `ψ`-to-`+` comparison are all discharged
126+
internally.
126127
* WF-1.7 (`Ordinal.Buchholz.VeblenObligations`): discharge
127128
same-binder obligation shapes in projection-model form; landed lemmas:
128129
`dec-+2-plus-right`, `dec-ψα-psi-arg`.
@@ -138,6 +139,8 @@ Current Veblen-route status after this update:
138139
interface without deferred assumptions.
139140
* `core-wf-from-comparison` now gives a concrete well-foundedness
140141
route for the current constructor core.
142+
* `VeblenIdentityModel` and `VeblenProjectionMeasure` remain in-tree
143+
as explanatory scaffolds, not as live proof gaps.
141144
* Remaining follow-up is cleanup: decide which older intermediate
142145
scaffolds stay as explanatory stages and which can be demoted.
143146

readme.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ Ordinal/Buchholz track status:
8686
* General additive-target bridges are now admitted and inverted:
8787
** `<ᵇ-+Ω`, `<ᵇ-+ψ`
8888
** `<ᵇ-inv-+Ω`, `<ᵇ-inv-+ψ`
89-
* `Ordinal.Buchholz.VeblenInterface` now pins a measure-based WF interface with explicit constructor obligations and deferred same-binder obligations (`dec-ψα`, `dec-+2`) for the Veblen-route follow-up.
90-
* `Ordinal.Buchholz.VeblenIdentityModel` provides a first concrete instantiation of that interface (identity measure bootstrap), with `dec-ψα` / `dec-+2` kept as explicit parameters.
89+
* `Ordinal.Buchholz.VeblenInterface` now pins a measure-based WF interface with explicit constructor obligations. The historical same-binder fields (`dec-ψα`, `dec-+2`) remain part of the generic record, but the closed comparison route now discharges them internally.
90+
* `Ordinal.Buchholz.VeblenIdentityModel` is retained as a bootstrap/interface-coherence scaffold, with `dec-ψα` / `dec-+2` kept as explicit parameters on purpose.
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.
92-
* `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.
92+
* `Ordinal.Buchholz.VeblenProjectionMeasure` is retained as an explanatory scaffold: it 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.
9393
* `Ordinal.Buchholz.VeblenComparisonTarget` adds a second concrete target: a lexicographic order on `BT × Payload` whose first coordinate is relaxed by recursive `ψ`-compatibility, and whose tagged payload order handles the same-binder descent cases without introducing unstable extra comparisons.
94-
* `Ordinal.Buchholz.VeblenComparisonModel` now packages that target into an assumption-free Veblen interface instantiation: the original deferred obligations `dec-ψα` and `dec-+2`, and the lifted same-index `ψ`-to-`+` comparison, are all discharged internally.
94+
* `Ordinal.Buchholz.VeblenComparisonModel` is now the primary closed Veblen route: it packages that target into an assumption-free Veblen interface instantiation in which the original deferred obligations `dec-ψα` and `dec-+2`, and the lifted same-index `ψ`-to-`+` comparison, are all discharged internally.
9595
* `Ordinal.Buchholz.VeblenObligations` advances the hard-obligation discharge track with concrete projection-model lemmas for both same-binder shapes:
9696
** `dec-+2-plus-right`
9797
** `dec-ψα-psi-arg`

0 commit comments

Comments
 (0)