You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lands the two missing Buchholz-ν analogues of `psi-at-1` / `psi-least`
from `Ordinal.PsiSimple`:
* `psiν-at-succ {ν μ β k} : μ ≤Ω ν → Cν ν k β → Cν ν (suc k) (bpsi μ β)`
— constructive entry: once `β` is generable at stage `k` with the
Ω-index side-condition met, `bpsi μ β` enters closure exactly one
stage later.
* `psiν-least-gap {ν μ β m} : Cν ν m (bpsi μ β) → Σ k, suc k ≤ m × Cν ν k β`
— least-gap decomposition. Delegates to the existing
`cν-psi-decompose` but under the least-gap name matching the
roadmap plan.
Paired, these pin the minimal entry stage of `bpsi μ β` at exactly
one above the minimal entry stage of its argument.
Pinned in both `Ordinal.Buchholz.Smoke` and the top-level `Smoke`.
Roadmap E5 flipped PARTIAL → DONE.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments