mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-13 15:40:35 +00:00
Close sorry for e8_levelset_density by: - Adding 0 < n precondition (original statement was false at n=0) - Using Finset.sup' over Icc 1 N to get finite C - Showing r8 n ≤ C * 1 ≤ C * n^3 Also improves sidon_energy_bound proof sketch with concrete approach. Sorry count: 10 tokens across 9 theorems (down from 11/10). Co-Authored-By: Allaun Silverfox <bigdataiscoming+9i37y6j2@protonmail.com> |
||
|---|---|---|
| .. | ||
| 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