SilverSight/coq
allaun 069e54d8e9 fix(coq): migrate all files to Rocq 9.0 imports (ZCompat, no ZArith)
All 5 Coq files now use:
  From Corelib Require Import BinNums PosDef NatDef IntDef.
  Require Import SilverSight.coq.ZCompat.

instead of Require Import ZArith Lia.

Build: 5 Coq files, 0 errors
2026-07-01 23:21:29 -05:00
..
AVMIsa fix(coq): migrate all files to Rocq 9.0 imports (ZCompat, no ZArith) 2026-07-01 23:21:29 -05:00
CoreFormalism fix(coq): migrate all files to Rocq 9.0 imports (ZCompat, no ZArith) 2026-07-01 23:21:29 -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)