SilverSight/formal/SilverSight
openresearch 40e223fdd9 feat(formal): HCMR suite — 5 clean rewrites for SilverSight
Five new formal modules, all clean rewrites (not ports from Research
Stack). Based on the chiral CRT multiplexing framework.

1. HCMR.lean (Hardware Contention Markov Representation)
   - Self-loop probs: SUBLEQ=0.823, AVX-512=0.885, ring=0.0
   - Throughput = base_rate × (1 - self_loop_prob)
   - Theorems: ring > SUBLEQ > AVX-512 ordering, COUCH stability
   - Connection: self_loop = Sidon collision rate

2. CacheSieve.lean (L0 Local Sorter Cache Admission)
   - 4-state machine: Stable → Rising → Unstable → Reset
   - Admission control + victim selection
   - Theorems: stable→promote, high contention→demote, COUCH evicts
   - Connection: COUCH gate = contention threshold filter

3. Blitter6502OISC.lean (6502 OISC Blitter)
   - SUBLEQ instruction semantics: M[b] := M[b] - M[a]
   - Blitter: 3 SUBLEQ per byte (negation trick)
   - Theorems: subtract semantics, branch on ≤0, ring faster than SUBLEQ
   - Connection: blitter is the 'word SUBLEQ' regime from HCMR

4. YangMillsPerformance.lean (Distributed Performance)
   - 5 layers: cache → memory → sync → compression → network
   - Composed throughput = base × ∏(1 - overhead_i)
   - Theorems: cache highest overhead, more layers = less throughput
   - Connection: cache overhead = HCMR SUBLEQ self-loop

5. WorkloadTestbench.lean (Virtual GPU Workload Simulation)
   - 5 workload types: stream, strided, random, gather, scatter
   - Maps workloads to HCMR ops and CacheSieve states
   - Theorems: stream highest throughput, random causes Reset
   - Connection: stream = ring dispatch, random = AVX-512

Suite composition:
  WorkloadTestbench (workload → op type)
  → HCMR (op → self-loop → throughput)
  → CacheSieve (contention → admit/evict)
  → Blitter6502OISC (concrete SUBLEQ execution)
  → YangMillsPerformance (distributed stack composition)

All modules registered in lakefile.lean as SilverSightRRC roots.
Lean v4.30.0-rc2, Mathlib dependency.

Known sorries: 2 (CacheSieve.evict_prefers_reset needs List API work,
YangMillsPerformance.compression_overhead_bounded needs conservation law
formalization). All other theorems are complete.
2026-07-04 19:53:20 +00:00
..
AVMIsa fix: resolve all 5 audit issues for full self-verification 2026-07-01 19:53:18 +00:00
CollectiveIntelligence chore: commit all pending work from prior sessions 2026-06-30 04:54:40 -05:00
FeasibleSet feat(slos): eigenvalue products predict SLOS concentration ordering - verified with Spearman correlation, cross-validated with exact tensor network 2026-07-03 17:55:26 -05:00
PIST feat: agent computation results — 16 QRNG runs, Hoffman bound, v3 sweep, CMYK fix 2026-07-04 02:02:50 -05:00
RRC fix: reclassify 278-row manifold with exact CharPoly classifier 2026-07-01 21:27:43 +00:00
AdjugateMatrix.lean fix(sorries): kill vacuous True theorems, tag remaining sorries 2026-07-03 10:58:17 +00:00
AngrySphinx.lean feat(slos): eigenvalue products predict SLOS concentration ordering - verified with Spearman correlation, cross-validated with exact tensor network 2026-07-03 17:55:26 -05:00
Blitter6502OISC.lean feat(formal): HCMR suite — 5 clean rewrites for SilverSight 2026-07-04 19:53:20 +00:00
CacheSieve.lean feat(formal): HCMR suite — 5 clean rewrites for SilverSight 2026-07-04 19:53:20 +00:00
ColdReviewer.lean cherry-pick: import AdjugateMatrix, ColdReviewer, RollupEvent from Research-Stack 2026-06-28 15:54:10 +00:00
CollatzBraid.lean feat(slos): eigenvalue products predict SLOS concentration ordering - verified with Spearman correlation, cross-validated with exact tensor network 2026-07-03 17:55:26 -05:00
FixedPointBridge.lean chore: commit all pending work from prior sessions 2026-06-30 04:54:40 -05:00
GCCL.lean Add Admit pipeline: five control filters + three bookkeeping gates 2026-07-03 12:57:16 +00:00
GoldenSpiral.lean feat(lean): modular Sidon preservation theorem + meta-review fixes 2026-07-04 01:05:15 -05:00
HachimojiCharClass.lean feat(phi): Hachimoji N=8 foundation, Phi pipeline, AVMIsa audit report 2026-06-28 00:11:39 -05:00
HachimojiN8.lean fix: HachimojiN8 theorem bug, all Lean module tests pass 2026-06-30 06:29:34 -05:00
HachimojiN8Bridge.lean feat(phi): Hachimoji N=8 foundation, Phi pipeline, AVMIsa audit report 2026-06-28 00:11:39 -05:00
HCMR.lean feat(formal): HCMR suite — 5 clean rewrites for SilverSight 2026-07-04 19:53:20 +00:00
PhiConsistency.lean feat(phi): Hachimoji N=8 foundation, Phi pipeline, AVMIsa audit report 2026-06-28 00:11:39 -05:00
PhiDNALayout.lean feat(phi): Hachimoji N=8 foundation, Phi pipeline, AVMIsa audit report 2026-06-28 00:11:39 -05:00
PhiPipelineReceipt.lean feat(lean): add PhiPipelineReceipt, HachimojiManifoldAxiom; quarantine PVGS 2026-06-30 04:54:14 -05:00
PrimeLut.lean feat(prime-lut): add PrimeLut reader with embedded + binary LUT backends 2026-07-03 05:00:22 -05:00
ProductSchema.lean chore(quality): native_decide migration, docs, and phi pipeline cleanup 2026-06-27 01:56:54 -05:00
ProductWireFormat.lean chore(quality): native_decide migration, docs, and phi pipeline cleanup 2026-06-27 01:56:54 -05:00
Receipt.lean fix: eliminate cross-project Semantics.FixedPoint imports 2026-06-23 05:56:48 -05:00
ReceiptCore.lean feat(rrc): bare-minimum RRC refactor into SilverSight 2026-06-21 09:08:48 -05:00
RollupEvent.lean cherry-pick: import AdjugateMatrix, ColdReviewer, RollupEvent from Research-Stack 2026-06-28 15:54:10 +00:00
RRCLogogramProjection.lean feat(rrc): bare-minimum RRC refactor into SilverSight 2026-06-21 09:08:48 -05:00
Schema.lean chore(quality): native_decide migration, docs, and phi pipeline cleanup 2026-06-27 01:56:54 -05:00
WireFormat.lean chore(quality): native_decide migration, docs, and phi pipeline cleanup 2026-06-27 01:56:54 -05:00
WorkloadTestbench.lean feat(formal): HCMR suite — 5 clean rewrites for SilverSight 2026-07-04 19:53:20 +00:00
YangMillsPerformance.lean feat(formal): HCMR suite — 5 clean rewrites for SilverSight 2026-07-04 19:53:20 +00:00