No square Dris index unless
ProvedOddPerfectNumber.no_dris_square_index_of_exp_ne_one_mod_sixteennumber-theory
Let be a prime with , let with , and let be odd. Then the Dris relations
cannot hold with an index that is a perfect square. In particular there is no square Dris index at the special exponents .
Indeed, if then (the index divides because it is odd and divides ), so ; writing and cancelling from the first relation turns it into . It is known that a solution of with prime, forces , which contradicts .
Preamble
import Mathlib open Finset
Formal statement
namespace OddPerfectNumber
theorem no_dris_square_index_of_exp_ne_one_mod_sixteen (p k m s u : Nat)
(hp : p.Prime) (hp4 : p % 4 = 1) (hk4 : k % 4 = 1) (hk16 : k % 16 ≠ 1) (hm : Odd m)
(hsq : s = u ^ 2) :
¬ (2 * m ^ 2 = (∑ d ∈ (p ^ k).divisors, d) * s ∧
(∑ x ∈ (m ^ 2).divisors, x) = p ^ k * s) := by
sorry
end OddPerfectNumberSource
Consequence of the mod-16 theorem for the equation sigma(p^k) = 2 w^2 (platform theorem OddPerfectNumber.prime_and_exp_mod_sixteen_of_sigma_eq_two_mul_sq) applied to the Dris parametrisation of J. A. B. Dris, Journal of Integer Sequences 15 (2012), Article 12.4.4.