Skip to content

Commit bdfd93a

Browse files
committed
docs: record mediated Buchholz extended order
1 parent fc4e21f commit bdfd93a

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
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+
- `Ordinal.Buchholz.ExtendedOrder` now packages a closed comparison-induced extension `_ <ᵇ⁺ _` of `BT`: it contains the current core, exposes the historical same-binder principles as lemmas, and is transitive and well-founded
8586
- the Veblen comparison route is now closed for the current admitted constructor core
87+
- the new `_ <ᵇ⁺ _` wrapper advances the full-order line by giving a mediated closed relation on all terms
8688
- 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
8789
- 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
8890

docs/buchholz-plan.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ The order / well-foundedness track now has an explicit staged split:
127127
* WF-1.7 (`Ordinal.Buchholz.VeblenObligations`): discharge
128128
same-binder obligation shapes in projection-model form; landed lemmas:
129129
`dec-+2-plus-right`, `dec-ψα-psi-arg`.
130+
* WF-1.8 (`Ordinal.Buchholz.ExtendedOrder`): comparison-induced
131+
wrapper relation `_ <ᵇ⁺ _` on `BT`, containing the current core and
132+
exposing same-binder principles as derived lemmas; transitivity and
133+
well-foundedness now come from the closed comparison target rather
134+
than direct constructor recursion.
130135
* WF-2 (completed for mixed-head cases): bridge layer now includes
131136
`bpsi ν α <ᵇ bOmega μ` (under `ν ≤Ω μ`), left-summand bridges into
132137
additive terms (`<ᵇ-Ω+`, `<ᵇ-ψ+`), and additive-target bridges
@@ -142,6 +147,10 @@ Current Veblen-route status after this update:
142147
* This closure is deliberately scoped: it closes the route for the
143148
currently admitted constructors already present in
144149
`Ordinal.Buchholz.Order`.
150+
* `Ordinal.Buchholz.ExtendedOrder` now gives a second, larger closed
151+
relation on `BT` by pulling the comparison target back along
152+
`cmp-measure`; this relation includes the historical same-binder
153+
principles as lemmas and is transitive / well-founded.
145154
* It does *not* yet promote the historically blocked shared-binder
146155
shapes into actual constructors of `_ <ᵇ _`; that remains the
147156
missing step between the current core and the full intended

readme.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,12 @@ Ordinal/Buchholz track status:
9292
* `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.
9494
* `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.
95+
* `Ordinal.Buchholz.ExtendedOrder` now packages a closed comparison-induced extension `_ <ᵇ⁺ _` of `BT`: it contains the current core, exposes the historical same-binder principles as lemmas, and is transitive and well-founded.
9596
* `Ordinal.Buchholz.VeblenObligations` advances the hard-obligation discharge track with concrete projection-model lemmas for both same-binder shapes:
9697
** `dec-+2-plus-right`
9798
** `dec-ψα-psi-arg`
9899
* The Veblen comparison route is now closed for the current admitted constructor core.
100+
* The new `_ <ᵇ⁺ _` wrapper advances the full-order line by giving a mediated closed relation on all terms.
99101
* 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.
100102
* 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.
101103

0 commit comments

Comments
 (0)