Research-Stack/0-Core-Formalism
Brandon Schneider 5a890d4b9a chore: QC cleanup — create Q16Utils, remove dead code, consolidate proofs
NEW: Q16Utils.lean — shared scale, absDiff, q16Mul, q16Div removed from 6 files

HIGH (4 fixed):
  H1: absDiff now shared from Q16Utils (was in 4 files)
  H2: scale now shared from Q16Utils (was in 6 files)
  H3: 2 duplicate theorems removed (AdjacentCoprimeClassification)
  H4: dead q16_div removed from DESIModelProjection

MEDIUM (4 fixed):
  M5: dead DESIParam removed from DESIInvariant
  M6: q16Abs kept (Int.abs not available in Lean 4.30)
  M7: 6 dead structures removed from DESIModelProjection
  M8: 40 theorems consolidated into 5 ∧ chains (AdjacentCoprimeClassification)
  M9: q16Div now shared from Q16Utils

LOW (2 fixed):
  L11: SuperpositionalBoundaryLayers now uses shared Q16Utils
  L12: SCALE → scale in SuperpositionalBoundaryLayers

Build: 3530 jobs, zero errors
2026-05-13 22:18:13 -05:00
..
core initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
lean chore: QC cleanup — create Q16Utils, remove dead code, consolidate proofs 2026-05-13 22:18: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