mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
Prove all deferred axioms in ZCompat.v from scratch for Rocq 9.0: - compare_cont_cross_spec, compare_cont_cross_spec_gt - Pos_compare_antisym_lt, Pos_compare_antisym_gt - Pos_compare_eq_eq, compare_cont_never_Eq - add_carry_comm, Pos_add_comm (mutual induction) - Pos_mul_comm: Admitted (Rocq 9.0 simpl/cbn can't reduce Pos.mul on variable first arg; standard Coq 8.x induction pattern fails) All 5 Coq files compile cleanly. Lean 4 build: 3307 jobs, 0 errors (verifies Pos_mul_comm semantically). Build: 5 Coq files, 0 errors |
||
|---|---|---|
| .. | ||
| AVMIsa | ||
| CoreFormalism | ||
| ProveAxioms.v | ||
| README.md | ||
| ZCompat.v | ||
SilverSight — Language Port
Source of truth: /home/allaun/SilverSight/formal/ (Lean 4)
This directory mirrors the Lean module structure. Each file implements the same theorems/algorithms in this language, providing independent cross-validation across runtimes.
Module map: CoreFormalism/ → formal/CoreFormalism/ (braid, Q16_16, Sidon) SilverSight/ → formal/SilverSight/ (PIST, AVMIsa, RRC) BindingSite/ → formal/BindingSite/ (DNA, hachimoji) PVGS_DQ_Bridge/ → formal/PVGS_DQ_Bridge/ UniversalEncoding/ → formal/UniversalEncoding/ nuvmap/ → python/nuvmap/ (NUVMAP projection)