mirror of
https://github.com/saymrwulf/verifying-crypto-with-lean.git
synced 2026-07-23 19:32:40 +00:00
honesty ledger: record the kernel axiom audit of the solution certificates
Ch09.add_spec: [propext, Classical.choice, Quot.sound]; Ch09.mulVal_spec, Ch12.addFixed_spec: [propext, Quot.sound]. The Interlude's 'compiled and axiom-audited' phrase preceded its audit by one pass — caught by coherence pass 2 and made true; ledgered per the book's own Chapter 11 discipline. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
5861c73c22
commit
4cabcdcd81
1 changed files with 8 additions and 0 deletions
|
|
@ -105,3 +105,11 @@ In the spirit of Chapter 11:
|
|||
time of writing; the repos, not this book, are the source of truth.
|
||||
- The PDF in the repo is built from the committed sources by the command
|
||||
above; rebuild it yourself if you don't trust binaries (good instinct).
|
||||
- The three named solution certificates were kernel-audited
|
||||
(coherence pass 2, 2026-07-03): `Ch09.add_spec` depends on
|
||||
`[propext, Classical.choice, Quot.sound]`; `Ch09.mulVal_spec` and
|
||||
`Ch12.addFixed_spec` on `[propext, Quot.sound]` only. The Interlude's
|
||||
"compiled and axiom-audited" phrase shipped one pass before its audit
|
||||
had actually been run — caught by the verification projects' own
|
||||
coherence process and made true; recorded here in the spirit of
|
||||
Chapter 11.
|
||||
|
|
|
|||
Loading…
Reference in a new issue