mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
E8Sidon.lean (major findings): - sidon_iff_no_collision: STATEMENT WAS BUGGY (vacuously true for any A). Replaced with sidon_iff_unique_sum (correct iff, proven by rfl). - e8_levelset_sidon: DISPROVEN. E8LevelSet 32 is NOT Sidon (1+3=2+2=4). The file's own witnesses (levelset_32_NOT_sidon) disprove it. Per SORRY PROTOCOL Option C: abandoned, theorem removed. Replaced with e8_levelset_sidon_max_N (proven for N ≤ 16 by decide). - erdos30_e8_conditional: was 'True := trivial' (vacuous, conditional on the disproven e8_levelset_sidon). Replaced with erdos30_e8_blocked (documents the disproof at N=32). - e8_conv_identity_200: renamed to e8_conv_identity_16, honest sorry (kernel decide times out even for n≤16 on Nat.divisors unfolding). - e8_convolution_identity: kept as CITED sorry (needs Eisenstein series). - sigma3_multiplicative: kept as CITED sorry (needs Mathlib divisor API). HopfFibration.lean: - duran_is_braid_crossing: was 'True := sorry' (vacuous). Replaced with actual statement about braidToS7 unitarity (honest CONJECTURE sorry). - corkscrew_duran_correspondence: was 'True := sorry' (vacuous). Replaced with corkscrew_duran_regime_bound: Finset.card (Fin 28) = 28, proven by decide (the actual combinatorial claim, not a vacuous True). UnifiedCovariant.lean: 3 sorries already properly tagged (CITED/CONJECTURE), on real statements, blocked on Mathlib API. No change needed. Net: 2 vacuous True theorems eliminated, 1 buggy statement fixed, 1 disproven theorem abandoned, 1 theorem weakened to provable range, 5 honest sorries remain (all CITED/CONJECTURE, all on real statements). |
||
|---|---|---|
| .. | ||
| BindingSite | ||
| CoreFormalism | ||
| PVGS_DQ_Bridge | ||
| RRCLib | ||
| SilverSight | ||
| UniversalEncoding | ||