Commit bb151f9
docs: correct two files that misstate the code they describe
PROOF-NEEDS.md claimed "1 `Admitted` in proofs/coq/lambda/LambdaCNO.v".
Measured against absolute-zero @87902bb7: there are ZERO `Admitted` anywhere.
`y_not_cno` is a KEPT AXIOM with a written rationale (LambdaCNO.v:388-399).
The old wording was wrong in both directions — it overstated the incompleteness
and understated the trusted base by a factor of 23. There are 23 `Axiom`
declarations across 6 .v files, already classified by an in-source AXIOM AUDIT
(end of physics/LandauerDerivation.v), which this file now points at as the
authoritative record instead of duplicating it.
Operationally the distinction matters: an `Axiom` PASSES a "no sorry / no
Admitted" gate silently, so counting only `Admitted` measures the wrong thing.
Promoted to the top of "What Needs Proving": the audit's own SOUNDNESS WARNINGS
— `prob_nonneg`, `prob_normalized` (false over unconstrained function-type
distributions) and `shannon_entropy_maximum` (stated inequality is backwards).
All three are currently unused, which makes them cheap to fix now and expensive
to discover later. Removed `y_not_cno` from that list: the in-source rationale
explains it needs an invariant closed under the full reduction congruence, or a
coinductive argument — out of scope, not "concrete and closable".
aletheia/CLAUDE.md said all logic lives in src/main.rs (~950 lines) and "don't
split into modules unless >1000 lines". It has been 5 modules / 995 lines for a
while, with main.rs at 121. That instruction would have told the next agent to
undo the existing structure. Also corrected: 23 workflows -> 16, flake.nix
listed but absent, 18 integration tests -> 32.
Added to aletheia/CLAUDE.md a prominent warning that those 16 nested workflows
have NEVER run (Actions reads .github/workflows/ at the repo root only) — the
fault that let this crate stay uncompilable for a month — and a note on the
#124/#125 gap explaining why the integration suite is a UI contract, not a spec.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 541f47f commit bb151f9
2 files changed
Lines changed: 115 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
14 | 46 | | |
15 | 47 | | |
16 | 48 | | |
17 | 49 | | |
18 | 50 | | |
19 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
20 | 54 | | |
21 | | - | |
| 55 | + | |
22 | 56 | | |
23 | 57 | | |
24 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
25 | 66 | | |
26 | 67 | | |
27 | | - | |
| 68 | + | |
| 69 | + | |
28 | 70 | | |
29 | 71 | | |
30 | 72 | | |
31 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
32 | 76 | | |
33 | 77 | | |
34 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
61 | 70 | | |
62 | 71 | | |
63 | 72 | | |
64 | 73 | | |
65 | 74 | | |
66 | 75 | | |
67 | 76 | | |
68 | | - | |
69 | 77 | | |
70 | 78 | | |
71 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
72 | 102 | | |
73 | 103 | | |
74 | 104 | | |
| |||
274 | 304 | | |
275 | 305 | | |
276 | 306 | | |
277 | | - | |
278 | | - | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
279 | 313 | | |
280 | | - | |
| 314 | + | |
281 | 315 | | |
282 | 316 | | |
283 | 317 | | |
284 | 318 | | |
285 | 319 | | |
286 | 320 | | |
287 | 321 | | |
288 | | - | |
| 322 | + | |
289 | 323 | | |
290 | 324 | | |
291 | 325 | | |
292 | | - | |
293 | | - | |
| 326 | + | |
294 | 327 | | |
295 | 328 | | |
296 | 329 | | |
| |||
305 | 338 | | |
306 | 339 | | |
307 | 340 | | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
308 | 357 | | |
309 | 358 | | |
310 | 359 | | |
| |||
368 | 417 | | |
369 | 418 | | |
370 | 419 | | |
371 | | - | |
372 | | - | |
| 420 | + | |
| 421 | + | |
373 | 422 | | |
374 | 423 | | |
0 commit comments