mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
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 |
||
|---|---|---|
| .. | ||
| core | ||
| lean | ||
| otom | ||
| receipts | ||
| rust/ftdi_gimbal | ||
| 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