Research-Stack/0-Core-Formalism
Brandon Schneider c727643d93 fix(physics): correct DESI constants to match published DR1/DR2 values
DESI DR1 (arXiv:2404.03002, 2024):
  w0 = -0.827 +- 0.063,  wa = -0.75 +- 0.29
  Om = 0.295 +- 0.008,   H0 = 68.52 +- 0.50

DESI DR2 (arXiv:2503.14738, 2025):
  w0 = -0.838 +- 0.055,  wa = -0.59 +- 0.25
  Om = 0.2975 +- 0.0086, H0 = 68.26 +- 0.45

Model predictions vs DR1 (all within 1s):
  w0: calibrated match (residual = 0)
  wa: -0.55 vs -0.75 (residual = +0.20, 0.69s)
  Om: 0.290 vs 0.295 (residual = -0.005, 0.63s)
  s8: 0.812 vs 0.812 (exact match)
2026-05-13 20:44:13 -05:00
..
core initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
lean fix(physics): correct DESI constants to match published DR1/DR2 values 2026-05-13 20:44:13 -05:00
otom collapse: prover orchestration layers, FAMM verilator harness, swarm topological prober, spec sheets, virtual FPGA system tests, merge conflict resolution 2026-05-06 23:42:01 -05:00
receipts docs: add bio optical witness living light equations 2026-05-09 20:53:51 -05:00
rust/ftdi_gimbal initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
README.md initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00

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