mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
A. ode_existence (AVMRTheorems.lean) — proven via ContDiffAt.exists_forall_mem_closedBall_exists_eq_forall_mem_Ioo_hasDerivAt. vectorFieldℝ is affine linear (ContDiff ℝ 1 via fun_prop), satisfying Picard-Lindelöf. Zero sorries remaining in file. B. BurgersNKConsistency.lean (167 lines) — 4 theorems mapping Burgers theorems to NK-Hodge-FAMM conditions. Main theorem: energy bounded for all n via applyViscosity_energy_le induction. C. LonelyRunner.lean (311 lines) — 10 sections: circle distance, runner positions, coverage density, scar region, scar complex, beta0. Proved lonely_k2_speeds_1_2 and lonely_k3_speeds_1_2_3. Betti bridge to NK-Hodge-FAMM framework. All builds: 8598/8313 jobs, 0 errors. |
||
|---|---|---|
| .. | ||
| 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