mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
OTOM proofs: - DiffusionSNRBias: 2 ANALYTIC_OPEN theorems → axioms backed by paper (arXiv:2604.16044 Assumption 5.1). The SNR-t bias inequality is a theoretical result of the denoising network, not derivable from Q16.16 algebra alone. - Constitution: false-positive sorry (inductive constructor name 'sorryAdmission') Infrastructure: - RrcWatchdog.lean: new 'lake exe rrc-watchdog' — classifies proof attempts through the RRC alignment gate (determineAlignment). Exit 0 if score >= 86 (alignedProxy). - opencode_prover_mcp.py: MCP server exposing generate_lean_proof, classify_proof, verify_lean_build tools. Uses OpenRouter's deepseek/deepseek-v4-flash. - deepseek_v4_flash_lean_harness.py: added neon-deepseek-prover and neon-goedel-prover providers. - opencode.json: registered opencode-prover MCP server. - TransportTheory.lean: > -> >= fix (0 sorries). Build: 3571 jobs, 0 errors (lake build Semantics) |
||
|---|---|---|
| .. | ||
| core | ||
| lean | ||
| otom | ||
| receipts | ||
| rust/ftdi_gimbal | ||
| scripts | ||
| README.md | ||
0-Core-Formalism
Purpose: Formal foundations for the entire Research Stack — Lean modules, bind primitive, Triumvirate consensus, core source.
No external dependencies. All other layers depend on this.
Contents (Target)
| Source | Destination |
|---|---|
0-Core-Formalism/lean/Semantics/ |
0-Core-Formalism/lean/Semantics/ |
core/ |
0-Core-Formalism/core/ |
Concepts
- bind — State → (State → Action) → State
- TriumvirateClock — ternary consensus (ADD/PAUSE/SUBTRACT)
- Builder/Judge/Warden — roles mapped to hardware registers
- OTOM — Ordered Transformation & Orchestration Model
Build
cd "0-Core-Formalism"
lake build