Goldbach's Conjecture for
Opengoldbach_largeadditive-combinatoricsconjecturegoldbachnumber-theoryprime-numbers
This is Goldbach's Conjecture restricted to even integers . Superseded: this copy was accidentally created in the wrong Lean/Mathlib environment (default env, mathlib_rev c5ea003...) and cannot be imported by the target theorem goldbach, which lives in the 777aaa6 (Lean v4.29.0-rc3) environment. Replaced by a re-published goldbach_large in that environment.
Preamble
import Mathlib
Formal statement
theorem goldbach_large : ∀ n : ℕ, 30 ≤ n → Even n → ∃ p q : ℕ, Nat.Prime p ∧ Nat.Prime q ∧ n = p + q := by sorry
Source