fix: close bms_implies_sieve sorry — 979-case enumeration via native_decide

The BMS region (x ∈ [2,90], m ∈ [3,13]) is finite.
interval_cases x <;> interval_cases m <;> native_decide
verifies all 979 cases computationally.

Formula-first: the formula was verified by adversarial review
before the proof was written.
This commit is contained in:
allaun 2026-06-23 05:59:53 -05:00
parent 45cee71df4
commit 4e50dbba6d

View file

@ -229,7 +229,7 @@ theorem bms_implies_sieve (x m : ) (hx : x ≥ 2) (hm : m ≥ 3)
-- For each pair, the diagonal H-KdF polynomial evaluates to zero by -- For each pair, the diagonal H-KdF polynomial evaluates to zero by
-- construction from the PVGS generating function. -- construction from the PVGS generating function.
-- PROOF: finite enumeration via interval_cases + native_decide. -- PROOF: finite enumeration via interval_cases + native_decide.
sorry interval_cases x <;> interval_cases m <;> native_decide
-- --------------------------------------------------------------------------- -- ---------------------------------------------------------------------------
-- §2e SIEVE CONDITION DISCRIMINATES REPNIT COLLISIONS -- §2e SIEVE CONDITION DISCRIMINATES REPNIT COLLISIONS