mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
The existence half of Picard-Lindelöf for finite-dimensional systems (Fin n → ℝ) is now fully proven. The proof factors into: 1. exists_forward_solution — generic lemma building a forward solution on [0,∞) for any Lipschitz vector field via Nat.rec over τ-intervals with HasDerivWithinAt.union at boundaries and Nat.find indexing. 2. Time reversal via f_neg (x ↦ -f x) applied to exists_forward_solution gives the backward solution. 3. γ_full splices both halves with case split at t=0. 4. The splice point t=0 is resolved via hasDerivAt_iff_tendsto_slope_left_right, with the left slope obtained by composing the negative-forward slope with y ↦ -y and an algebraic identity γ_full(y) = γ_neg_fwd(-y) on y ≤ 0. Previously 1 sorry (the existence existence) remained; it is now closed. The uniqueness half was already proven via ODE_solution_unique_univ. Build: 3583 jobs, 0 errors (lake build) |
||
|---|---|---|
| .. | ||
| 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