Dris-index case s = 3 with s odd is impossible
ProvedOddPerfectNumber.no_dris_five_s_odd_eq_threediophantine-equationsdivisor-sumsnumber-theoryperfect-numbers
Let be an odd prime with , let be odd with , and fix the Dris index . Then the two Dris relations and cannot both hold. This is the index-three subcase of the odd- Dris problem for special exponent : writing with turns each admissibility level into a finite factor-and-check problem for , cornered further by LTE/Zsigmondy constraints on the -adic valuation.
Preamble
import Mathlib
Formal statement
namespace OddPerfectNumber
theorem no_dris_five_s_odd_eq_three (p m s : Nat) (hp : p.Prime) (hp2 : p != 2)
(hp4 : p % 4 = 1) (hm : Odd m) (hpm : ¬ p ∣ m) (hs3 : s = 3) :
¬ (2 * m ^ 2 = (∑ d ∈ (p ^ 5).divisors, d) * s ∧
(∑ d ∈ (m ^ 2).divisors, d) = p ^ 5 * 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 = 5 as recorded on the Odd Perfect Number Conjecture mission.