Skip to content

Commit a6a696a

Browse files
committed
docs: clarify Buchholz current-core scope
1 parent 7d2f638 commit a6a696a

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ Ordinal/Buchholz track status:
8282
- `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
8484
- `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 _<ᵇ_`
85-
- 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
85+
- the Veblen comparison route is now closed for the current admitted constructor core
86+
- this does not yet internalize the historically blocked shared-binder shapes as actual constructors of `_ <ᵇ _`; the full intended Buchholz order remains open at that step
87+
- remaining live mathematical work is therefore not the current-core WF route, but the mediated internalization of the shared-binder cases back into the real order package
8688

8789
## External Bridge Targets (local workspace)
8890

docs/buchholz-plan.adoc

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,21 @@ Current Veblen-route status after this update:
139139
interface without deferred assumptions.
140140
* `core-wf-from-comparison` now gives a concrete well-foundedness
141141
route for the current constructor core.
142+
* This closure is deliberately scoped: it closes the route for the
143+
currently admitted constructors already present in
144+
`Ordinal.Buchholz.Order`.
145+
* It does *not* yet promote the historically blocked shared-binder
146+
shapes into actual constructors of `_ <ᵇ _`; that remains the
147+
missing step between the current core and the full intended
148+
Buchholz order.
142149
* `VeblenIdentityModel` and `VeblenProjectionMeasure` remain in-tree
143150
as explanatory scaffolds, not as live proof gaps.
144-
* Remaining follow-up is cleanup: decide which older intermediate
145-
scaffolds stay as explanatory stages and which can be demoted.
151+
* So there are two distinct follow-ups:
152+
** editorial cleanup: decide which older intermediate scaffolds stay
153+
as explanatory stages and which can be demoted
154+
** mathematical completion: internalize the shared-binder cases back
155+
into the real order package and then re-close inversion,
156+
transitivity, and well-foundedness for that enlarged order
146157

147158
Risk-gated bridge currently admitted:
148159

readme.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ Ordinal/Buchholz track status:
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`
98-
* 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.
98+
* The Veblen comparison route is now closed for the current admitted constructor core.
99+
* This does not yet internalize the historically blocked shared-binder shapes as actual constructors of `_ <ᵇ _`; the full intended Buchholz order remains open at that step.
100+
* The remaining live mathematical gap is therefore not current-core well-foundedness, but mediated internalization of the shared-binder cases back into the real order package.
99101

100102
== External Bridge Targets (local workspace)
101103

0 commit comments

Comments
 (0)