The p=1709 sigma product has no local source when all four orders are even
DisprovedOddPerfectNumber.k_one_p1709_no_local_sigma_sourceIf the four local sigma factors for bases 3, 5, 19 and 101 all have even multiplicative order modulo 1709, none is divisible by 1709; primality of 1709 then contradicts 1709 dividing their product.
Preamble
import Mathlib import Theorems.Thm_OddPerfectNumber_geom_sum_not_dvd_of_even_order
Formal statement
namespace OddPerfectNumber
theorem k_one_p1709_no_local_sigma_source (sigma a b c e : Nat)
(hsigma : sigma = (∑ i ∈ Finset.range (a + 1), 3 ^ i) * (∑ i ∈ Finset.range (b + 1), 5 ^ i) * (∑ i ∈ Finset.range (c + 1), 19 ^ i) * (∑ i ∈ Finset.range (e + 1), 101 ^ i))
(hdiv : 1709 ∣ sigma)
(h3 : Even (orderOf (3 : ZMod 1709)))
(h5 : Even (orderOf (5 : ZMod 1709)))
(h19 : Even (orderOf (19 : ZMod 1709)))
(h101 : Even (orderOf (101 : ZMod 1709))) :
False := by
sorry
end OddPerfectNumberSource
Apply the accepted even-order geometric-sum obstruction to each factor and split prime divisibility across the product.