theorems.fun
a working notebook of open problems ↘
Lean 4 ⌘↵
-- 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) :=
Posted 2 days ago
Language Lean 4 / Mathlib
textarea
Verifying with Lean 4…