Characterizing all even perfect numbers

By Chris Caldwell

Over 2300 years ago Euclid proved that If 2k-1 is a prime number (it would be a Mersenne prime), then 2k-1(2k-1) is a perfect number. A few hundred years ago Euler proved the converse (that every even perfect number has this form).  It is still unknown if there are any odd perfect numbers (but if there are, they are large and have many prime factors).

Theorem:
If 2k-1 is a prime number, then 2k-1(2k-1) is a perfect number and every even perfect number has this form.
Proof:

Suppose first that  p = 2k-1 is a prime number, and set n = 2k-1(2k-1).  To show n is perfect we need only show σ(n) = 2n.  Since σ is multiplicative and σ(p) = p+1 = 2k, we know

σ(n) = σ(2k-1).σ(p) =  (2k-1)2k = 2n.

This shows that n is a perfect number.

On the other hand, suppose n is any even perfect number and write n as 2k-1m where m is an odd integer and k>2.  Again σ is multiplicative so

σ(2k-1m) = σ(2k-1).σ(m) = (2k-1).σ(m).

Since n is perfect we also know that

σ(n) = 2n = 2km.

Together these two criteria give

2km = (2k-1).σ(m),

so 2k-1 divides 2km hence 2k-1 divides m, say m = (2k-1)M.  Now substitute this back into the equation above and divide by 2k-1 to get 2kM = σ(m).  Since m and M are both divisors of m we know that

2kM = σ(m) > m + M = 2kM,

so σ(m) = m + M.  This means that m is prime and its only two divisors are itself (m) and one (M).  Thus m = 2k-1 is a prime and we have prove that the number n has the prescribed form.

Printed from the PrimePages <t5k.org> © Reginald McLean.