fa54100791
docs: Cartan connection on J^1(Delta_7) standalone formula
...
Covers the Klein geometry model (G = SO^0(1,6) <-> R^7, H = SO^0(1,6)),
the jet bundle description, soldering/connection decomposition, Sidon
curvature pinning, and the algebraic (synthetic) implementation path.
2026-06-26 23:56:10 -05:00
89b8f4b243
docs: standalone Cold Reviewer Protocol document
...
Explicit two-gate protocol (Arithmetic + Structural) with step-by-step
calculator verification for each invariant. Covers goals, methodology,
extension rules, and decision procedure.
2026-06-26 23:41:14 -05:00
8ac5ce0c6f
feat(lean): Sidon-orthogonality bypass closes operator-norm gap
...
Replaces the spectral-radius operator norm bound (left as
TODO(lean-port: operator_norm_bound)) with a computable L_infinity
row-sum norm over Fin 8, discharged by dec_trivial.
Key changes:
- crossingMatrix: Matrix (Fin 8) (Fin 8) Q with explicit Sidon entries
- maxRowSum: L_infinity row-sum norm, computed by Finset.sup
- crossing_matrix_norm_bound: maxRowSum <= 1775/1792 (dec_trivial)
- braid_operator_contractive: ||C*s||_oo <= r * ||s||_oo for r=1775/1792
- Removes deprecated EigensolidConvergenceHypothesis (now a theorem)
- Standalone formula doc: docs/reviews/SIDON_ORTHOGONALITY_BYPASS_FORMULA.md
- CONJECTURE_UPGRADE_ROADMAP.md updated (conjecture 1 resolved)
- BREAKGLASS_LOG.md: entry 2 logged
Sidon uniqueness (I4) guarantees at most 2 non-zero entries per row,
making the row-sum a concrete rational — no spectral theory required.
Build: 3307 jobs, 0 errors (lake build SilverSight)
2026-06-26 23:36:55 -05:00
5d248d7702
docs(silversight): bosonic monte carlo pipeline review
...
Parsed ChatGPT analysis into actionable engineering review. Key findings:
- Regime switch at p≥5 is algorithmic, not physical
- Entropy plateau from mixture collapse
- Proposed fix: continuous λ(p) interpolation
- Kernel pipeline: sampler → gather → ryser → reduce
Build: 2987 jobs, 0 errors
2026-06-22 01:05:06 -05:00