Skip to content

Commit f60eb8d

Browse files
committed
docs: record recursive surface frontier
1 parent 22fe2d7 commit f60eb8d

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Ordinal/Buchholz track status:
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
8686
- `Ordinal.Buchholz.SurfaceOrder` now adds a direct inductive surface `_ <ᵇˢ _` for the two historical same-binder shapes, with an embedding into `_ <ᵇ⁺ _` and inherited well-foundedness
87+
- the exact remaining recursive frontier is now explicit in code as `SurfaceLiftInterface`: if `_ <ᵇ⁺ _` is shown stable under same-binder descent with `_ <ᵇ⁺ _` premises, a genuinely recursive surface order `_ <ᵇʳ _` follows immediately
8788
- the Veblen comparison route is now closed for the current admitted constructor core
8889
- the new `_ <ᵇ⁺ _` wrapper advances the full-order line by giving a mediated closed relation on all terms
8990
- the new `_ <ᵇˢ _` surface is the first direct bridge candidate between the current core presentation and that mediated wrapper

docs/buchholz-plan.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ The order / well-foundedness track now has an explicit staged split:
136136
surface `_ <ᵇˢ _` adding the two historical same-binder shapes as
137137
constructors over current-core premises; embeds into `_ <ᵇ⁺ _` and
138138
therefore inherits well-foundedness immediately.
139+
* WF-1.86 (`SurfaceLiftInterface` / recursive `_ <ᵇʳ _` skeleton in
140+
`Ordinal.Buchholz.SurfaceOrder`): the exact remaining frontier is
141+
now formalized as two lifted same-binder closure obligations over
142+
`_ <ᵇ⁺ _`; if those are discharged, a genuinely recursive surface
143+
relation follows by subrelation into the closed wrapper.
139144
* WF-2 (completed for mixed-head cases): bridge layer now includes
140145
`bpsi ν α <ᵇ bOmega μ` (under `ν ≤Ω μ`), left-summand bridges into
141146
additive terms (`<ᵇ-Ω+`, `<ᵇ-ψ+`), and additive-target bridges

readme.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Ordinal/Buchholz track status:
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.
9696
* `Ordinal.Buchholz.SurfaceOrder` now adds a direct inductive surface `_ <ᵇˢ _` for the two historical same-binder shapes, with an embedding into `_ <ᵇ⁺ _` and inherited well-foundedness.
97+
* The exact remaining recursive frontier is now explicit in code as `SurfaceLiftInterface`: if `_ <ᵇ⁺ _` can be shown stable under same-binder descent with `_ <ᵇ⁺ _` premises, then a genuinely recursive surface order `_ <ᵇʳ _` follows immediately.
9798
* `Ordinal.Buchholz.VeblenObligations` advances the hard-obligation discharge track with concrete projection-model lemmas for both same-binder shapes:
9899
** `dec-+2-plus-right`
99100
** `dec-ψα-psi-arg`

0 commit comments

Comments
 (0)