mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
The old bridge claimed fisherMetric50 p i j = fisherMetric p (tangentBasis i 0) (tangentBasis j 0), which is WRONG — tangentBasis has a 1/p_0 cross-term. Correct bridge: fisherMetric p (Pi.single i 1) (Pi.single j 1) = fisherMetric50 p i j This is trivially true: ∑_k (δ_ik * δ_jk)/p_k = δ_ij/p_i. Also fixed: - Import syntax error (missing -/ closure) - Import path: library.ChentsovFinite → CoreFormalism.ChentsovFinite - Added BindingSiteHachimoji to lakefile Note: ChentsovFinite.lean has broken Mathlib imports (pre-existing). The h_fisher_basis proof is verified correct in isolation. |
||
|---|---|---|
| .. | ||
| BindingSite | ||
| CoreFormalism | ||
| PVGS_DQ_Bridge | ||
| RRCLib | ||
| SilverSight | ||
| UniversalEncoding | ||