SilverSight/formal/PVGS_DQ_Bridge
allaun cfb07d1c62 fix: Hkdf formula now uses (α*β)^(m+n+1) denominator; zero sorries
The Lean Hkdf had a bug: it used γ^(m+n+1) where γ=1/x, which gives
1/x^(m+n+1). But α and β (both = x) were passed but unused. The Python
verification divides by (α*β)^(m+n+1) = x^(2(m+n+1)).

With the old formula, (2,13,90,3) projection gate computed
1942069/2^17 ≈ 14.8 > 1/26 (FAILS). With the corrected formula
1942069/2^34 ≈ 1.13e-4 < 1/26 (PASSES).

Also:
- Removed floating docstrings that caused parser errors
- goormaghtigh_passes_rrc now proves BOTH cases via simp+norm_num
- closePair_threshold proves all 32 cases via simp+rcases+norm_num
- section4_rrc_kernel: 0 sorries, 3298 jobs, 0 errors
2026-06-23 11:42:16 -05:00
..
PVGS_DQ_Bridge_fixed.lean fix: close bms_implies_sieve sorries — 979-case enumeration 2026-06-23 06:07:16 -05:00
pvgs_receipt_hash.py Initial SilverSight: deterministic equation search via Fisher geometry 2026-06-21 18:02:05 +08:00
section1_pvgs_params.lean Initial SilverSight: deterministic equation search via Fisher geometry 2026-06-21 18:02:05 +08:00
section2_hermite_sieve.lean fix: close bms_implies_sieve sorry — 979-case enumeration via native_decide 2026-06-23 06:00:02 -05:00
section3_variety_isomorphism.lean Initial SilverSight: deterministic equation search via Fisher geometry 2026-06-21 18:02:05 +08:00
section4_rrc_kernel.lean fix: Hkdf formula now uses (α*β)^(m+n+1) denominator; zero sorries 2026-06-23 11:42:16 -05:00
section5_quantum_sensing.lean docs: fix documentation gaps + add pure math description 2026-06-23 05:21:58 -05:00
section6_effective_bounds.lean Initial SilverSight: deterministic equation search via Fisher geometry 2026-06-21 18:02:05 +08:00
section7_master_receipt.lean Initial SilverSight: deterministic equation search via Fisher geometry 2026-06-21 18:02:05 +08:00