Experimental approach to math functions
Find a file
allaun 4e50dbba6d fix: close bms_implies_sieve sorry — 979-case enumeration via native_decide
The BMS region (x ∈ [2,90], m ∈ [3,13]) is finite.
interval_cases x <;> interval_cases m <;> native_decide
verifies all 979 cases computationally.

Formula-first: the formula was verified by adversarial review
before the proof was written.
2026-06-23 06:00:02 -05:00
.github feat(rrc): bare-minimum RRC refactor into SilverSight 2026-06-21 09:08:48 -05:00
c feat(rrc): port ReceiptDensity, PolyFactorIdentity, EntropyCandidates and add Q16_16 roundtrip test 2026-06-21 10:39:18 -05:00
Core feat(lean): add SilverSight Semantics core modules (Schema, Layout, WireFormat, View, LayoutBridge, CanalLayout) 2026-06-21 14:00:56 -05:00
docs fix: address adversarial review critical issues 2026-06-23 05:50:09 -05:00
exe feat(rrc): port ReceiptDensity, PolyFactorIdentity, EntropyCandidates and add Q16_16 roundtrip test 2026-06-21 10:39:18 -05:00
experiments/bosonic_continuous feat(bmcte): N=20000 sweep on neon-64gb + Hachimoji bridge theorem 2026-06-22 14:17:31 -05:00
extraction feat(data): import concept maps and academic citation grounding from Research Stack 2026-06-21 16:10:50 -05:00
formal fix: close bms_implies_sieve sorry — 979-case enumeration via native_decide 2026-06-23 06:00:02 -05:00
infra/sigs feat(miner): Add Phase 5 epigenetic layer - medium modifications of 1/n 2026-06-22 23:37:10 -05:00
python fix(lean): address vacuous rfl proofs in Chentsov theorem and close Hermite sieve proofs 2026-06-23 05:11:04 -05:00
qubo feat(core): harden SilverSightCore and port canonical FixedPoint 2026-06-21 06:30:12 -05:00
signatures docs(citations): Add cross-domain citations JSON with DOIs 2026-06-22 23:41:45 -05:00
specs spec(cross-domain): Rydberg-braid signature mining specification 2026-06-22 20:13:55 -05:00
tests fix(dna): correct alphabet ordering ATGCBSPZ→ABCGPSTZ + proof cleanup 2026-06-22 23:20:16 -05:00
.gitignore fix: address adversarial review critical issues 2026-06-23 05:50:09 -05:00
AGENTS.md fix(lean): address vacuous rfl proofs in Chentsov theorem and close Hermite sieve proofs 2026-06-23 05:11:04 -05:00
CITATION.cff fix: address adversarial review critical issues 2026-06-23 05:50:09 -05:00
lake-manifest.json feat(core): harden SilverSightCore and port canonical FixedPoint 2026-06-21 06:30:12 -05:00
lakefile.lean fix(lean): address vacuous rfl proofs in Chentsov theorem and close Hermite sieve proofs 2026-06-23 05:11:04 -05:00
lean-toolchain feat(core): harden SilverSightCore and port canonical FixedPoint 2026-06-21 06:30:12 -05:00
PORTING_MAP.md feat(rrc): bare-minimum RRC refactor into SilverSight 2026-06-21 09:08:48 -05:00
pytest.ini feat(rrc): bare-minimum RRC refactor into SilverSight 2026-06-21 09:08:48 -05:00
README.md feat(rrc): bare-minimum RRC refactor into SilverSight 2026-06-21 09:08:48 -05:00
REBASE_RULES.md feat(core): harden SilverSightCore and port canonical FixedPoint 2026-06-21 06:30:12 -05:00
requirements.txt feat(rrc): bare-minimum RRC refactor into SilverSight 2026-06-21 09:08:48 -05:00
SORRY_PROTOCOL.md docs(sorry-protocol): add 3-agent verification rule + first verified formula d_F=0.440258 2026-06-23 05:38:37 -05:00
SORRY_RESOLUTION_S1S3.md docs(sorry-resolution): S1-S3 Chentsov uniqueness WEAKENED to invariance — Option B per protocol 2026-06-23 05:59:58 -05:00
TRACEABILITY_GRAPH.md docs(traceability): every formula has a pedigree — trace back to verified basics 2026-06-23 05:43:13 -05:00
VERIFICATION_LOG.md docs(verification): formulas 010-011 — τ parse tree + G2 collision breaking verified 2026-06-23 05:57:26 -05:00
WORK_LOG.md docs(work-log): step-by-step verification log — calculator only, no code until math passes 2026-06-23 05:32:21 -05:00

SilverSight

A deterministic equation search and classification system built on chaos game theory, Sidon set addressing, and Fisher information geometry. Proves Chentsov's theorem for finite n=8, routes through Finsler-QUBO-QAOA optimization, and scales to 50-token universal mathematical expression encoding.

Structure

Directory Contents
formal/CoreFormalism/ Lean 4: FixedPoint (canonical Q16_16/Q0_16), ChentsovFinite, HachimojiBase, HachimojiCodec, HachimojiManifoldAxiom
formal/PVGS_DQ_Bridge/ Lean 4: Photon-Varied Gaussian State to Dual Quaternion energy bridge (7 sections + master)
formal/UniversalEncoding/ Lean 4: 50-token math address space, 4D chirality classification
formal/BindingSite/ Lean 4: Amino acid vocabulary mapping, entropy-based bindability
python/ Python: chaos game, Sidon addressing, spectral profile, Q16.16 canonical
qubo/ Python: Finsler metric, QUBO builder, QAOA circuit, classical solver
tests/ Python: Q16.16 roundtrip tests
.github/workflows/ CI: Lean check, Python check, Q16 roundtrip
docs/ Architecture documentation, Research Stack usage graph, glossary, testing rules

Glossary

docs/GLOSSARY.md is the authoritative living dictionary for SilverSight terms. Every domain term used in receipts, gates, or cross-module interfaces must be defined there with a source module citation. docs/GLOSSARY_ALLOWLIST.md contains generic terms that do not need glossary entries.

Testing

docs/TESTING.md defines the testing contract: Lean witnesses, Python unit and integration tests, CI gates, and the glossary lint.

Research Stack Usage Map

The docs/research_stack_usage_graph.* files are a searchable point graph of the legacy Research Stack — modules, theorems, definitions, scripts, docs, services, databases, nodes, skills, and goals. Use them to discover what is worth porting.

  • docs/research_stack_usage_graph.json — machine-readable entity/edge graph
  • docs/research_stack_usage_graph.md — human-readable summary
  • docs/research_stack_usage_graph.dot — visual graph source (Graphviz)
  • docs/research_stack_usage_graph.svg — rendered vector graph
  • docs/research_stack_usage_graph_thumb.png — 1024×342 PNG thumbnail preview
  • docs/generate_research_stack_usage_map.py — regeneration script
  • docs/research_stack_porting_candidates.md — ranked porting shortlist
  • docs/generate_porting_candidates.py — candidates regeneration script

Key Papers

  • Giani, Win, Conti (2025) - Photon-Varied Gaussian States (PVGS)
  • Chabaud, Mehraban (2022) - Stellar representation of non-Gaussian quantum states
  • Pizzimenti et al. (2024) - Wigner negativity of superpositions
  • Wassner et al. (2025) - Single quadrature noise tomography

Quick Start

# Run Q16.16 roundtrip test
python tests/q16_roundtrip_test.py

# Run chaos game search
python python/chaos_game.py

# Run optimization suite
python qubo/test_optimize.py

Citation

See CITATION.cff.

License

MIT