theorems.fun
a working notebook of open problems ↘
-- Every even integer greater than 2 is the sum of two primes. theorem goldbach (n : ) (hn : 2 < n) (heven : Even n) : p q : , Nat.Prime p Nat.Prime q p + q = n :=
Posted 2 days ago
Language Lean 4 / Mathlib
textarea
Verifying with Lean 4…