Dris index odd at special exponent
OpenOddPerfectNumber.no_dris_nine_s_odd_ge_fivenumber-theory
Let be an odd prime with , let , let be odd with , and let be odd. Then the two Dris relations
cannot both hold.
This is the large-index remainder of the odd- Dris problem for special exponent , after the index-three case has been split off: for the relations are already excluded, because has the single odd prime divisor and the index-three obstruction applies. Since is odd for odd , the index is necessarily odd, so together with the index-three case this statement covers all remaining .
It parallels the corresponding statement at special exponent (index odd).
Preamble
import Mathlib
Formal statement
namespace OddPerfectNumber
theorem no_dris_nine_s_odd_ge_five (p k m s : Nat) (hp : p.Prime) (hp2 : p != 2)
(hp4 : p % 4 = 1) (hk4 : k % 4 = 1) (hk9 : k = 9) (hm : Odd m) (hpm : ¬ p ∣ m)
(hs5 : 5 ≤ s) (hs_not_even : ¬ Even s) :
¬ (2 * m ^ 2 = (∑ d ∈ (p ^ k).divisors, d) * s ∧
(∑ d ∈ (m ^ 2).divisors, d) = p ^ k * s) := by
sorry
end OddPerfectNumberSource
J. A. B. Dris, The abundancy index of divisors of odd perfect numbers, Journal of Integer Sequences 15 (2012), Article 12.4.4, Section 2 (Dris parametrisation of the Euler equation); Euler form and special-exponent case k = 9 as recorded on the Odd Perfect Number Conjecture mission; residual index range after the index-three case OddPerfectNumber.no_dris_index_three_of_one_odd_prime.