Skip to content

Commit d00cbee

Browse files
committed
docs: sync front-door Buchholz and Veblen status
1 parent fa2e3c1 commit d00cbee

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,14 @@ Ordinal/Buchholz track status:
7575

7676
- `Ordinal.Buchholz.WellFounded` provides `wf-<ᵇ : WellFounded _<ᵇ_` for the currently admitted constructor core
7777
- top-marker `bplus` bridges are admitted and inverted: `<ᵇ-+ω`, `<ᵇ-+ψω`, `<ᵇ-inv-+Ωω`, `<ᵇ-inv-+ψω`
78-
- open work remains for general `Ω/+` and `ψ/+` comparisons and shared-binder cases (`<ᵇ-ψα`, `<ᵇ-+2`) in a `--without-K`-compatible style
78+
- left-summand bridges into additive terms are admitted and inverted: `<ᵇ-Ω+`, `<ᵇ-ψ+`, `<ᵇ-inv-Ω+`, `<ᵇ-inv-ψ+`
79+
- 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`)
81+
- `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
83+
- `Ordinal.Buchholz.VeblenComparisonTarget` adds a second concrete target: a lexicographic order on `BT × BT` with a coarse same-binder side-condition
84+
- `Ordinal.Buchholz.VeblenComparisonModel` reduces the remaining Veblen assumption set to one lifted same-index `ψ`-to-`+` lemma
85+
- open work is now concentrated in discharging that final lifted same-index `ψ`-to-`+` comparison so the comparison model can instantiate the Veblen interface without assumptions
7986

8087
## External Bridge Targets (local workspace)
8188

@@ -152,3 +159,9 @@ Open/gated work and cross-repo follow-ups are tracked in:
152159
- `docs/echo-types/roadmap.md`
153160
- `docs/echo-types/taxonomy.md`
154161
- `docs/echo-types/composition.md`
162+
163+
## Licensing
164+
165+
- code, proofs, and tooling in this repository are intended to be licensed under `MPL-2.0`; see [LICENSE](LICENSE)
166+
- prose documentation in `docs/`, `README.md`, `readme.adoc`, and roadmap files is intended to be licensed under `CC-BY-4.0`; see [LICENSE-docs](LICENSE-docs)
167+
- current practical follow-up: normalize per-file SPDX headers across source files so file-level notices match the top-level licensing intent

readme.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,9 @@ Open/gated work and cross-repo follow-ups are tracked in:
175175
* `docs/echo-types/roadmap.md`
176176
* `docs/echo-types/taxonomy.md`
177177
* `docs/echo-types/composition.md`
178+
179+
== Licensing
180+
181+
* code, proofs, and tooling in this repository are intended to be licensed under `MPL-2.0`; see `LICENSE`
182+
* prose documentation in `docs/`, `README.md`, `readme.adoc`, and roadmap files is intended to be licensed under `CC-BY-4.0`; see `LICENSE-docs`
183+
* practical follow-up: normalize per-file SPDX headers across source files so file-level notices match the top-level licensing intent

0 commit comments

Comments
 (0)