Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Size of the Dris index: 13omega(m)−kles13^{\\omega(m)-k} \\le s13omega(m)−kles

Proved
OddPerfectNumber.dris_index_ge_pow_thirteen

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

number-theory

Consider the Dris parametrisation of the Euler equation: ppp prime, mmm odd with p∤mp \nmid mp∤m, and

2m2=σ(pk) s,σ(m2)=pks,2m^2 = \sigma(p^k)\,s, \qquad \sigma(m^2) = p^k s,2m2=σ(pk)s,σ(m2)=pks,

so that sss is the Dris index of the hypothetical odd perfect number N=pkm2N = p^k m^2N=pkm2. Then

13 ω(m)−k≤s,13^{\,\omega(m) - k} \le s,13ω(m)−k≤s,

where ω(m)\omega(m)ω(m) is the number of distinct prime divisors of mmm (natural subtraction, so the statement is vacuous when ω(m)≤k\omega(m) \le kω(m)≤k).

The reason is that σ(m2)\sigma(m^2)σ(m2) factors as the product of the local divisor sums σ(q2vq(m))\sigma(q^{2v_q(m)})σ(q2vq​(m)) over the primes q∣mq \mid mq∣m, and this product equals pksp^k spks. At most kkk of these local sums can be divisible by ppp; each of the remaining ones is a divisor of sss exceeding 111, and in fact each is at least 1+q+q2≥131 + q + q^2 \ge 131+q+q2≥13 because qqq is an odd prime. Multiplying at least ω(m)−k\omega(m) - kω(m)−k such factors, all dividing the odd number sss, gives the stated bound. Combined with Sylvester's bound ω(N)≥5\omega(N) \ge 5ω(N)≥5 (hence ω(m)≥4\omega(m) \ge 4ω(m)≥4) this is informative at small special exponents; at k=1k = 1k=1 it yields s≥133=2197s \ge 13^3 = 2197s≥133=2197.

Preamble
import Mathlib
open Finset
Formal statement
namespace OddPerfectNumber

theorem dris_index_ge_pow_thirteen (p k m s : Nat) (hp : p.Prime) (hm : Odd m) (hpm : ¬ p ∣ m)
    (h1 : 2 * m ^ 2 = (∑ d ∈ (p ^ k).divisors, d) * s)
    (h2 : (∑ x ∈ (m ^ 2).divisors, x) = p ^ k * s) :
    13 ^ (m.primeFactors.card - k) ≤ 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); the counting argument is the one behind OddPerfectNumber.dris_prime_support_bound.

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