mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
AdjugateMatrix.lean: - Replace tautological cayley_is_orthogonal with concrete cayley_transform_zero theorem (zero matrix case) LonelyRunner.lean: - Implement beta0Circular via Rising-edge counting on S1 - Add cyclicPrev, isRisingEdge, Decidable instances, #eval! witnesses - Replaces placeholder 0 with correct component count SpatialHashCodec.lean: - Prove hashToCoord_inj_bounded: injectivity for row_id < 256 - Replace tautological hashCollisionBound with pairwise non-collision - Add OctreeLevel structure: 5-level octree on 16^3 grid - Theorems: cubeCount_succ, volume_conservation, level4_eq_grid, cube_count_via_depth SDTA.lean: - Expand all TODO(lean-port) stubs with spec references, proof sketches, and blocker identification (no functional change) |
||
|---|---|---|
| .. | ||
| 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