Commit fe651c9
docs+annotate: Lambda cluster — inline AXIOM: comments + §(c)/§(d) proof-debt entries
Phase 2a of the standards#203 trusted-base reduction policy rollout
(follow-up to #58/#59 Coq triage). First cluster: `proofs/coq/lambda/`
and `proofs/lean4/LambdaCNO.lean`.
Coq (2 markers, both §(c) AXIOM per Phase 1 triage):
- `LambdaCNO.v:356` `y_not_cno` — inline `(* AXIOM: ... *)` added
- `LambdaCNO.v:376` `eta_equivalence` — inline `(* AXIOM: ... *)` added
Lean (3 markers — new Phase 2a triage):
- `LambdaCNO.lean:183` `subst_closed_term` → §(d) DEBT
(provable by induction on `t`; INDEFINITE owner @hyperpolymath)
- `LambdaCNO.lean:232` `y_combinator_not_identity` → §(c) AXIOM
(mirrors Coq `y_not_cno`; inline `-- AXIOM:` added)
- `LambdaCNO.lean:258` `eta_equivalence` → §(c) AXIOM
(mirrors Coq `eta_equivalence`; inline `-- AXIOM:` added)
`docs/proof-debt.md` gains a Phase 2a triage section and a §(d) entry
for the Lean DEBT item. The two §(c) Lean entries are inline-annotated
per the policy contract (`-- AXIOM:` leading comment).
Verification: `bash standards/scripts/check-trusted-base.sh .` now
reports 0 Lambda errors (down from 5 of the original 129 markers).
The remaining 123 errors are the Quantum/Filesystem/Physics clusters,
scheduled for follow-up PRs.
Refs standards#203, absolute-zero#58, absolute-zero#59.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2723aad commit fe651c9
3 files changed
Lines changed: 52 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
34 | 48 | | |
35 | 49 | | |
36 | 50 | | |
| |||
52 | 66 | | |
53 | 67 | | |
54 | 68 | | |
55 | | - | |
56 | | - | |
| 69 | + | |
| 70 | + | |
57 | 71 | | |
58 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
59 | 94 | | |
60 | | - | |
| 95 | + | |
61 | 96 | | |
62 | 97 | | |
63 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
356 | 360 | | |
357 | 361 | | |
358 | 362 | | |
| |||
373 | 377 | | |
374 | 378 | | |
375 | 379 | | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
376 | 384 | | |
377 | 385 | | |
378 | 386 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
232 | 235 | | |
233 | 236 | | |
234 | 237 | | |
| |||
255 | 258 | | |
256 | 259 | | |
257 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
258 | 264 | | |
259 | 265 | | |
260 | 266 | | |
| |||
0 commit comments