Commit 7a64296
docs: Phase C deferred (2026-05-28) — option (c) analytical infeasibility (#199)
## Summary
- Records the 2026-05-28 finding that Phase C's structural admits at
`Semantics_L1.v:553/621` are not closeable via any of the four design
paths surfaced in the prior session.
- Option (c) rule redesign was attempted in-flight on the prior
`proof/phase-c-l1-multiset-bridge` branch — TypingL1.v rules +
Counterexample.v regression + `count_occ_le_l1_m` Permutation-bridged —
but proven analytically to close only sub-sub-case (ii) (R has exactly 1
rr via count-vacuity) while leaving sub-sub-case (i) (R has ≥2 rr)
requiring body-input-shrinkage which is NOT a theorem (T_Loc_L1
counterexample at count=1; T_Let composition unstable for count-≥-2
precondition).
- The (c) changes are NOT in this PR — only the docs are. The (c)
in-flight code was reverted; 10/10 .v rebuild clean against the original
rules with the 2 documented admits still at 553/621.
## What changed
- `PROOF-NEEDS.md` — adds a near-term deferral row for Phase C alongside
the existing Phase B Slice 1 row.
- `.machine_readable/6a2/STATE.a2ml` — `next_action` moves to Phase D
(L2 effect-typed TFun) with cross-references to both Phase B + Phase C
deferrals.
## Why option (d) defer was selected
- Most mathematically safe + elegant per owner directive 2026-05-28.
- Phase D introduces effect-typed lambdas, which gives the structural
invariant that lets body-input-shrinkage discharge naturally.
- Preserves all current Qed lemmas; no regression-to-Admitted artifacts.
- The 2 admits at 553/621 + outer `Admitted.` at 653 + `preservation_l3`
cross-layer annotation continue to attribute the gap correctly to a
pre-existing L1 obligation.
## Test plan
- [x] `coqc 8.18.0` rebuild — 10/10 .v files clean (no new
admits/axioms)
- [x] No code changes (docs-only)
- [x] Both deferral rows reference Phase D as the natural closure
setting (consistent with `formal/PRESERVATION-DESIGN.md §5.1`)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3a22dae commit 7a64296
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
0 commit comments