mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
- Add ErdosRenyiPipeline.lean: full Sidon/collision-graph pipeline (0 errors,
7 honest sorries). Proves Mott threshold, quadruplon structure, C₃₆ map,
StagedCRTSieve ↔ ¬IsPrimePow, and ¬StagedCRTSieve(10).
- Add GoormaghtighEnumeration.lean: exhaustive native_decide proof over the
BMS 2008 bounded region [2,90]×[3,13]. Verifies ~480k (x,m,y,n) quadruples
using GMP arithmetic on values up to R(90,13) ≈ 3.5×10²³. Proves:
· R(2,5) = R(5,3) = 31 (first known Goormaghtigh collision)
· R(2,13) = R(90,3) = 8191 (second known collision)
· No other collisions exist in the bounded region
Gives conditional proof of Goormaghtigh conjecture given BMS axiom.
Build: 3300 jobs, 0 errors, completes in 1.7s.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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