Nine libraries.
135 generalized laws.
Across pinned versions of open-source C, Rust, and Python libraries, repeated test families were consolidated into stronger laws while boundary and regression tests stayed explicit.
How it works
AI can search. Schematic certifies only results that pass a deterministic mathematical check.
What Verified means
Search may be probabilistic. Certification is not. Every Verified result records exactly what was checked, under which assumptions, and against which revision.
Lean is a programming language built to express and check mathematical proofs. It accepts a proof only when every step follows from explicit rules and stated assumptions.
Search may fail to find a proof. It cannot make Lean accept one that does not check.
The certificate records exactly what was proved, under which assumptions, and for which software revision. The result stays precise, reviewable, and tied to the system that was checked.
Each certificate names the revision it covers. If relevant code or assumptions change, Schematic re-establishes the claim for the new revision and issues a new certificate.
9f72c1 VERIFIEDbc18e4RECHECK CLAIMcert_a31 VERIFIEDReal software, concrete counterexamples, and results you can inspect.
Across pinned versions of open-source C, Rust, and Python libraries, repeated test families were consolidated into stronger laws while boundary and regression tests stayed explicit.
Measure whether every issued guarantee remains tied to its recorded claim, assumptions, and software revision.
Measure exact counterexamples found beyond unit tests and AI-only review.
Track claims re-established and regressions caught as the software evolves.
Connect results to their original paper, exact statement, and verification record.