SilverSight/docs/research
openresearch 0843dbb99c docs(research): HCMR × chiral CRT multiplexer — performance model
HCMR (HardwareContentionMarkov.lean, Research Stack, 0 sorries) provides
the hardware performance model for the chiral CRT multiplexer.

Connection:
- Markov self-loop probability = Sidon collision rate
- Mixing rate = multiplexer throughput
- Cache hierarchy (L1→L2→L3→DRAM) = TreeBraid hierarchy (leaf→node→root)
- COUCH gate = contention filter (rejects high self-loop configs)

HCMR measured self-loop probabilities:
  SUBLEQ (word):     0.823 (82.3% contention)
  CL AVX-512:       0.885 (88.5% contention)
  Ring dispatch:     0.0  (0% contention — perfectly Sidon-orthogonal)

Throughput formula: base_rate × (1 - self_loop_prob)
= base_rate × Sidon_pass_rate

This predicts multiplexer performance:
  Ring dispatch (q >> 1): 4/4 channels usable (100% Sidon)
  Word SUBLEQ (q ≈ 1.5): 0.7/4 channels usable (18% Sidon)
  CL AVX-512 (q ≈ 1.0):  0.5/4 channels usable (12% Sidon)

Confirms q-profile sweep finding: q > 1 = 100% Sidon = ring dispatch regime.

Port plan: HCMR → formal/SilverSight/HCMR/ following pipeline-math
5-file pattern, with capstone theorem connecting Sidon pass rate
to HCMR throughput.
2026-07-04 19:46:15 +00:00
..
AUTOPROOF_INFRASTRUCTURE.md docs: document autoproof infrastructure + update plan 2026-07-04 02:42:43 -05:00
braid_group_action.md feat(braid/dag): land untracked research WIP + register 4 formal libs; ignore build artifacts 2026-07-03 15:11:37 -05:00
BRAIDSTORM_TREEBRAID_COUCH.md docs(research): BraidStorm × TreeBraid × COUCH chiral batch pipeline 2026-07-04 19:38:41 +00:00
CAPABILITY_GRID_MAPPING.md chore: commit all pending work from prior sessions 2026-06-30 04:54:40 -05:00
CHIRAL_BATCH_ENCODING.md docs(research): BraidStorm × TreeBraid × COUCH chiral batch pipeline 2026-07-04 19:38:41 +00:00
CHIRAL_CRT_MULTIPLEXING.md docs(research): chiral CRT multiplexing — Qwen 3.7 Max formalization 2026-07-04 19:42:07 +00:00
COLLECTIVE_INTELLIGENCE_OPTIMIZATION.md chore: commit all pending work from prior sessions 2026-06-30 04:54:40 -05:00
COMPRESSION_HONEST_FINDINGS.md docs(compression): add pi-as-tape-LUT coda (offset = data size, base conversion) 2026-07-03 15:56:01 -05:00
CONSERVATION_LAW_CORRECTION.md feat: implement CMYK coloring generator, autoproof infrastructure, and conservation fix 2026-07-04 01:05:14 -05:00
FIXEDPOINT_BRIDGE_DESIGN.md chore: commit all pending work from prior sessions 2026-06-30 04:54:40 -05:00
GERVER_SIDON_DESIGN.md feat: q-profile sweep + Gerver Sidon design + report 2026-07-04 14:50:28 +00:00
HCMR_CRT_MULTIPLEXER.md docs(research): HCMR × chiral CRT multiplexer — performance model 2026-07-04 19:46:15 +00:00
INVARIANT_COMPUTATION_GEOMETRY.md docs: invariant computation geometry — the unifying vision 2026-07-03 22:08:56 +00:00
iteration_dag.md feat(braid/dag): land untracked research WIP + register 4 formal libs; ignore build artifacts 2026-07-03 15:11:37 -05:00
iteration_regime.md feat(braid/dag): land untracked research WIP + register 4 formal libs; ignore build artifacts 2026-07-03 15:11:37 -05:00
MERGED_O1_TRANSFORM.md docs: explore merged O(1) transform — DNA as unified search-reconstruct-verify 2026-07-03 21:58:32 +00:00
NEXT_STEPS_PLAN.md docs: document autoproof infrastructure + update plan 2026-07-04 02:42:43 -05:00
O1_TRANSFORMS.md docs: document three O(n)→O(1) transforms + unification analysis 2026-07-03 21:54:46 +00:00
OCTAGON_PRINCIPLE.md docs: formal literature — octagon question answered at O(n^2) 2026-07-03 21:49:45 +00:00
PRIME_SIDON_NEGATIVE_RESULT.md chore(prime-sidon): documented negative result — primes indistinguishable from random in Sidon sum-degeneracy 2026-07-03 18:16:42 -05:00
REACTION_PRIMES.md docs: reaction primes — algebraic irreducibility for DNA computation 2026-07-03 22:00:21 +00:00
sidon_preservation_creation.md feat(lean): modular Sidon preservation theorem + meta-review fixes 2026-07-04 01:05:15 -05:00
SIDON_SOFA_COLORING.md fix(research): remove Direction F (OISC CMYK) — references abandoned infrastructure 2026-07-04 01:05:14 -05:00
SIDON_SOFA_COLORING_REVIEW.md docs: add SLOS disclaimer + clarify review count 2026-07-04 02:39:57 -05:00
SLOS_SIDON_VERIFICATION_RECEIPT.md feat(lean): modular Sidon preservation theorem + meta-review fixes 2026-07-04 01:05:15 -05:00
TOROIDAL_POLOIDAL_REFINEMENT.md feat: import photonic Sidon search from special branch 2026-07-04 02:27:40 -05:00
unified_crt_torus_dag.md feat(braid/dag): land untracked research WIP + register 4 formal libs; ignore build artifacts 2026-07-03 15:11:37 -05:00