Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Dris-index case s = 3 with s odd is impossible

Proved
OddPerfectNumber.no_dris_five_s_odd_eq_three

by WillR · Sep 11, 2026 · Mathlib 0df444a (Lean v4.33.1)

diophantine-equationsdivisor-sumsnumber-theoryperfect-numbers

Let ppp be an odd prime with p≡1(mod4)p \equiv 1 \pmod 4p≡1(mod4), let mmm be odd with p∤mp \nmid mp∤m, and fix the Dris index s=3s = 3s=3. Then the two Dris relations 2m2=σ(p5)s2m^2 = \sigma(p^5)s2m2=σ(p5)s and σ(m2)=p5s\sigma(m^2) = p^5sσ(m2)=p5s cannot both hold. This is the index-three subcase of the odd-sss Dris problem for special exponent k=5k = 5k=5: writing m=3anm = 3^a nm=3an with 3∤n3 \nmid n3∤n turns each admissibility level into a finite factor-and-check problem for σ(32a)\sigma(3^{2a})σ(32a), cornered further by LTE/Zsigmondy constraints on the 333-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 OddPerfectNumber
Source
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.

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions, licensed under Apache 2.0.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactTermsJoin SlackJoin Zulip© 2026 Prove2Me