Skip to content

Commit c825401

Browse files
docs(proof): correct stale proof-status; disclose axiom dependence (#94)
README.md still showed the 2026-02-05 overclaim (81 Qed/19 Admitted). Corrects to current 115 Qed/0 Admitted/61 axioms + discloses the 61 Coq+52 Lean axiom dependence and generated-but-unrun Z3/Isabelle/Mizar. Prose only; mangled status table left for the active proof stream. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent bac7885 commit c825401

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -257,12 +257,19 @@ See \[VERIFICATION.md\](VERIFICATION.md) for detailed status and
257257
\[PROOF-INSIGHTS.md\](PROOF-INSIGHTS.md) for proof engineering
258258
knowledge.
259259

260-
**Coq Proof Status** (2026-02-05): 81 Qed / 19 Admitted / 6 Defined / 63
261-
Axioms across 10 files. 4 files fully complete (CNO.v, CNOCategory.v,
262-
StatMech.v, StatMech_helpers.v).
263-
264-
**Next Step**: Complete remaining 19 Admitted proofs, then build
265-
container for machine verification.
260+
**Coq Proof Status** (2026-06-29): 115 Qed / 0 Admitted / 61 Axioms across
261+
13 files — every theorem is discharged (no `Admitted`), but the development
262+
*rests on 61 Coq + 52 Lean axioms* (unproven assumptions, not theorems: e.g.
263+
quantum-gate unitarity, complex-analysis identities, Shannon-entropy
264+
non-negativity, filesystem inverse laws). "Machine-checked" here means checked
265+
*relative to those axioms* — not an axiom-free proof. (The status table above is
266+
pre-conversion and stale; these are the current figures.)
267+
268+
**Verification scope**: Coq, Lean 4 and Agda are machine-checkable in-tree; the
269+
Z3, Isabelle and Mizar artefacts are *generated but not yet run* — not evidence.
270+
271+
**Next Step**: Discharge (or justify) the axioms — especially the domain-specific
272+
ones (gate unitarity, filesystem inverse laws) — and machine-run Z3/Isabelle/Mizar.
266273

267274
# Research Contributions
268275

0 commit comments

Comments
 (0)