Skip to content

Commit 96c40db

Browse files
committed
docs: record Buchholz surface-order bridge
1 parent cb06186 commit 96c40db

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ Ordinal/Buchholz track status:
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 _<ᵇ_`
8585
- `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
86+
- `Ordinal.Buchholz.SurfaceOrder` now adds a direct inductive surface `_ <ᵇˢ _` for the two historical same-binder shapes, with an embedding into `_ <ᵇ⁺ _` and inherited well-foundedness
8687
- the Veblen comparison route is now closed for the current admitted constructor core
8788
- the new `_ <ᵇ⁺ _` wrapper advances the full-order line by giving a mediated closed relation on all terms
89+
- the new `_ <ᵇˢ _` surface is the first direct bridge candidate between the current core presentation and that mediated wrapper
8890
- 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
8991
- 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
9092

docs/buchholz-plan.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ The order / well-foundedness track now has an explicit staged split:
132132
exposing same-binder principles as derived lemmas; transitivity and
133133
well-foundedness now come from the closed comparison target rather
134134
than direct constructor recursion.
135+
* WF-1.85 (`Ordinal.Buchholz.SurfaceOrder`): first direct inductive
136+
surface `_ <ᵇˢ _` adding the two historical same-binder shapes as
137+
constructors over current-core premises; embeds into `_ <ᵇ⁺ _` and
138+
therefore inherits well-foundedness immediately.
135139
* WF-2 (completed for mixed-head cases): bridge layer now includes
136140
`bpsi ν α <ᵇ bOmega μ` (under `ν ≤Ω μ`), left-summand bridges into
137141
additive terms (`<ᵇ-Ω+`, `<ᵇ-ψ+`), and additive-target bridges
@@ -151,6 +155,10 @@ Current Veblen-route status after this update:
151155
relation on `BT` by pulling the comparison target back along
152156
`cmp-measure`; this relation includes the historical same-binder
153157
principles as lemmas and is transitive / well-founded.
158+
* `Ordinal.Buchholz.SurfaceOrder` now gives the first direct
159+
constructor-level bridge candidate: the same-binder shapes exist as
160+
constructors there, but still over current-core premises, and the
161+
closure argument runs by embedding into `_ <ᵇ⁺ _`.
154162
* It does *not* yet promote the historically blocked shared-binder
155163
shapes into actual constructors of `_ <ᵇ _`; that remains the
156164
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
@@ -93,11 +93,13 @@ Ordinal/Buchholz track status:
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.
9595
* `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.
96+
* `Ordinal.Buchholz.SurfaceOrder` now adds a direct inductive surface `_ <ᵇˢ _` for the two historical same-binder shapes, with an embedding into `_ <ᵇ⁺ _` and inherited well-foundedness.
9697
* `Ordinal.Buchholz.VeblenObligations` advances the hard-obligation discharge track with concrete projection-model lemmas for both same-binder shapes:
9798
** `dec-+2-plus-right`
9899
** `dec-ψα-psi-arg`
99100
* The Veblen comparison route is now closed for the current admitted constructor core.
100101
* The new `_ <ᵇ⁺ _` wrapper advances the full-order line by giving a mediated closed relation on all terms.
102+
* The new `_ <ᵇˢ _` surface is the first direct bridge candidate between the current core presentation and that mediated wrapper.
101103
* 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.
102104
* 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.
103105

0 commit comments

Comments
 (0)