Formal verification proofs for constraint theory — exhaustive testing and property checking.
prove_euclid_validity(max_c)— every Euclid triple satisfies a²+b²=c²prove_euclid_completeness(max_c)— Euclid generates ALL primitive triplesprove_snap_correctness(max_c, samples)— snap always returns valid tripleprove_snap_deterministic(max_c)— same input → same outputprove_octant_coverage(max_c)— all 8 sign/reflection variants validprove_berggren_validity(depth)— Berggren matrices preserve Pythagorean propertyrun_all_proofs(max_c)— execute all proofs, return results
[dependencies]
ct-proofs = "0.1"MIT