Dubner's conjecture #
Reference: Every even number greater than 4208 is the sum of two t-primes by Harvey Dubner.
theorem
DubnerConjecture.dubner_conjecture
(n : ℕ)
(hn : 4208 < n)
(h : Even n)
:
∃ (p : ℕ) (q : ℕ), IsTwinPrime p ∧ IsTwinPrime q ∧ p + q = n
Every even number greater than 4208 is the sum of two twin primes.