SilverSight/coq
allaun 35786a1305 fix(coq): 8/9 axioms proven — Pos_mul_comm still Admitted (Rocq 9.0)
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
2026-07-01 23:20:36 -05:00
..
AVMIsa feat(tests): add Coq test harness, milestone: 12/12 ports have tests 2026-06-30 17:59:38 -05:00
CoreFormalism feat(avm-ports): port AVM ISA to all 12 scientific languages 2026-06-30 17:42:38 -05:00
ProveAxioms.v fix(coq): 8/9 axioms proven — Pos_mul_comm still Admitted (Rocq 9.0) 2026-07-01 23:20:36 -05:00
README.md feat(wolfram): add Wolfram Alpha MCP server + SOPS-encrypted API key 2026-06-30 17:28:22 -05:00
ZCompat.v fix(coq): 8/9 axioms proven — Pos_mul_comm still Admitted (Rocq 9.0) 2026-07-01 23:20:36 -05:00

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)