You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| E10 | Pareto frontier maximality | L4 |**Lakefile scaffolded 2026-05-11.**`verification/proofs/lean4/lakefile.lean` + `lean-toolchain` (v4.13.0) in place. PO-1..PO-11 (`ParetoMaximality.lean`) expected to compile cleanly — no imports, pure omega/decide arithmetic proofs. PO-12 (`ParetoStrongMaximality.lean`): import path fix applied (`EchidnaPareto.ParetoMaximality` → `ParetoMaximality`); 8 List.Nodup API calls + `Nat.strong_induction_on` tactic syntax flagged as uncertain without a live toolchain — tracked in #53. `lake build` not yet run (`lake` unavailable in 2026-05-11 env). Tracking ticket: ECHIDNA-PARETO-DESCENT (math); #53 (tactic fixups). |
38
-
| E11 | SHAKE3-512/BLAKE3 integrity | L4 |**Lakefile scaffolded 2026-05-11.** 12 PI theorems (PI-1..PI-12) expected to compile cleanly after mechanical fix: `integrityToBool` body corrected from bare `Prop` expression to `decide (s = IntegrityStatus.verified)`. Collision-resistance typeclasses (PI-7, PI-9) remain assumptions per zero-axiom policy. `match hf : file, hh : entry.hash` simultaneous named tactic match in `verify_sound` flagged in #53 as uncertain. `lake build` not yet run. NB: hash naming — implementation is SHAKE-256 squeezing 512 bits. |
39
-
| E13 | Portfolio cross-checking completeness | L4 |**Lakefile scaffolded 2026-05-11.** 14 PR theorems (PR-1..PR-14) expected to mostly compile. Flagged in #53: `List.filter_eq_nil_iff` name (PR-14 prerequisite), `Option.some_injective` → `Option.some.inj` (PR-10), PR-14 `simp` through inner `let firstVerdict` may need `show` pre-computation. `lake build` not yet run. |
40
40
41
41
## Recommended prover
42
42
-**Idris2** for ABI-level properties and prover dispatch correctness
43
43
-**Lean4** for algebraic properties of the confidence lattice
44
44
-**Agda** for metatheoretic properties of proof composition
45
45
46
46
## Priority
47
-
-**MEDIUM** (was HIGH) — Core trust pipeline proofs (E2-E6) are now complete. E10-E13 design + statements landed 2026-04-27; `verification/proofs/lean4/lakefile.lean` scaffolded 2026-05-11 (Lean 4.13.0, no mathlib). Remaining work: run `lake build` in an environment with Lean 4.13.0 and apply the API fixups tracked in #53. E10-E13 are P2 and do not block the critical path.
47
+
-**LOW** (was MEDIUM) — All E-series proofs are now discharged. Core trust pipeline (E2-E6) and Stage-8a (Idris2) complete; E10/E11/E13 (Lean4) landed and verified: `lake build` at `verification/proofs/lean4/`(Lean 4.13.0, no mathlib) is green from scratch, all 5 files 0 err / 0 warn / 0 sorry (#53, commit `760891e`). No outstanding proof obligations. E1/E8 above are covered/partially-covered informational entries, not gaps.
0 commit comments