Skip to content

Commit 9bf4690

Browse files
hyperpolymathclaude
andcommitted
docs(proofs): mark H1-H7 and V7 complete in spec templates
hypatia: H1-H7 all done with file references. H8 (TLA+) and H9 (Agda) remain. verisimdb: V7 ProvenanceChain.agda done. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cdf60c0 commit 9bf4690

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/proofs/spec-templates/T1-critical/hypatia.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212

1313
| # | Theorem | Prover | Status | Verified |
1414
|---|---------|--------|--------|----------|
15-
| 1 | H1 Confidence bounds [0.0, 1.0] | I2 | [ ] Pending | |
16-
| 2 | H2 Dispatch strategy monotonicity | I2 | [ ] Pending | |
17-
| 3 | H3 Safety triangle ordering | I2 | [ ] Pending | |
18-
| 4 | H4 Rate limit enforcement | L4 | [ ] Pending | |
19-
| 5 | H5 Quarantine trigger exclusivity | I2 | [ ] Pending | |
20-
| 6 | H6 Outcome log monotonicity | Ag | [ ] Pending | |
21-
| 7 | H7 Bayesian update soundness | L4 | [ ] Pending | |
22-
| 8 | H8 Kin gate atomicity | TLA | [ ] Pending ||
23-
| 9 | H9 Neural consensus aggregation | I2 | [ ] Pending ||
15+
| 1 | H1 Confidence bounds [0.0, 1.0] | I2 | [x] Done 2026-04-11 | `verification/proofs/idris2/ConfidenceBounds.idr` |
16+
| 2 | H2 Dispatch strategy monotonicity | I2 | [x] Done 2026-04-11 | `verification/proofs/idris2/DispatchStrategy.idr` |
17+
| 3 | H3 Safety triangle ordering | I2 | [x] Done 2026-04-11 | `verification/proofs/idris2/SafetyTriangle.idr` |
18+
| 4 | H4 Rate limit enforcement | L4 | [x] Done 2026-04-11 | `verification/proofs/lean4/RateLimiting.lean` |
19+
| 5 | H5 Quarantine trigger exclusivity | I2 | [x] Done 2026-04-11 | `verification/proofs/idris2/Quarantine.idr` |
20+
| 6 | H6 Outcome log monotonicity | Ag | [x] Done 2026-04-11 | `verification/proofs/agda/OutcomeLog.agda` |
21+
| 7 | H7 Bayesian update soundness | L4 | [x] Done 2026-04-11 | `verification/proofs/lean4/BayesianUpdate.lean` |
22+
| 8 | H8 Kin gate atomicity | TLA | [ ] Pending |(TLA+ tooling needed) |
23+
| 9 | H9 Neural consensus aggregation | Ag | [ ] Pending ||
2424
| 10 | H10 VQL query injection freedom | I2 | [ ] Pending ||
2525
| 11 | H11 Batch rollback completeness | I2 | [ ] Pending ||
2626
| 12 | H12 Cross-repo learning isolation | TLA | [ ] Pending ||

docs/proofs/spec-templates/T1-critical/verisimdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
| 4 | V4 Raft consensus safety | L4 | [ ] Pending ||
1919
| 5 | V5 Transaction atomicity | TLA | [ ] Pending ||
2020
| 6 | V6 WAL integrity + replay idempotence | L4 | [ ] Pending ||
21-
| 7 | V7 Provenance chain immutability | Ag | [ ] Pending | |
21+
| 7 | V7 Provenance chain immutability | Ag | [x] Done 2026-04-11 | `verisimdb/verification/proofs/agda/ProvenanceChain.agda` |
2222
| 8 | V8 Drift metric correctness | I2 | [ ] Pending ||
2323
| 9 | V9 Normalizer determinism | TLA | [ ] Pending ||
2424
| 10 | V10 Transaction serializability | TLA | [ ] Pending ||

0 commit comments

Comments
 (0)