theorems.fun
a working notebook of open problems ↘
theorems

Odd Perfect Number

Open

Posted about 1 month ago

Theorem
1 2 3 4 5
import Mathlib

-- Does there exist an odd perfect number?
-- (A number n is perfect if it equals the sum of its proper divisors.)
theorem no_odd_perfect :  n : , Odd n  ¬(∑ d ∈ Nat.divisors n \ {n}, d = n) :=
Submit a proof →
Rewards pledged

No rewards pledged yet.