mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
- Add EntropyCollapseDetector.lean: executable checks for triple condition (braid crossings, σ_q/Hurst, D_q/Rényi D_2) with dense_rank tie handling - Add Manifest.lean: imports EntropyCollapseDetector into HCMMR - Add ArithmeticSpec_Corrected_2026-05-11.md: verified arithmetic constants K=21 for W=8 (~5% FPR), σ_c=0.4, D_c=0.7 (heuristic) Arithmetic self-verified in Python: - Braid crossings: 12 (K=7 non-selective, K=21 selective) - σ_q = H = 0.032 (anti-persistent oscillating series) - D_2 = 0.514 (moderate concentration) - D_c=1.2 invalid for 1D Rényi D_2; corrected to 0.7 Prime gap re-test with K=21 shows signal mostly dies: - 1M primes: 86,565 fires at K=7 (artifact) vs 38 at K>21 (genuine) - Detector now selective but potentially too conservative Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| 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