Commit 6a17152
docs+annotate: Lambda cluster — inline AXIOM: comments + Lean Phase 2a triage (#60)
## Summary
Phase 2a of the standards#203 trusted-base reduction policy rollout
(follow-up to #58 / #59 Coq triage). First cluster: `proofs/coq/lambda/`
+ `proofs/lean4/LambdaCNO.lean`.
### Coq (2 markers, both §(c) AXIOM per #58 triage)
- `proofs/coq/lambda/LambdaCNO.v:356` `y_not_cno` — inline `(* AXIOM:
... *)` annotation added.
- `proofs/coq/lambda/LambdaCNO.v:376` `eta_equivalence` — inline `(*
AXIOM: ... *)` annotation added.
### Lean (3 markers — new Phase 2a triage)
| Line | Identifier | Disposition |
|-----:|------------|-------------|
| 183 | `subst_closed_term` | §(d) DEBT (provable; INDEFINITE) |
| 232 | `y_combinator_not_identity` | §(c) AXIOM (inline annotation
added) |
| 258 | `eta_equivalence` | §(c) AXIOM (inline annotation added) |
### docs/proof-debt.md
- New "Phase 2a triage — Lean Lambda cluster" section with per-marker
table.
- §(d) bucket gains the Lean `subst_closed_term` DEBT entry (owner +
INDEFINITE deadline).
## Verification
```
$ bash ../standards/scripts/check-trusted-base.sh .
[INFO] Found 129 soundness-relevant escape hatch(es).
[OK] proof-debt document(s) found: docs/proof-debt.md
[ERROR] 123/129 escape hatch(es) are undocumented.
```
**Lambda-specific errors: 0** (down from 5).
The remaining 123 errors are the Quantum / Filesystem / Physics
clusters, scheduled for follow-up PRs (Phase 2b/2c/2d).
## Test plan
- [x] check-trusted-base.sh reports 0 errors on Lambda lines.
- [x] All inline annotations precede Axiom / axiom within the script's
5-line lookback.
- [x] Lean §(d) DEBT entry has owner + deadline per standards#203
schema.
- [ ] Coq build still green (no semantic change — only added comments).
- [ ] Lean build still green (no semantic change — only added comments).
Refs standards#203, #58, #59.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2723aad commit 6a17152
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