Documentation

FormalConjectures.Paper.Dubner

Dubner's conjecture #

Reference: Every even number greater than 4208 is the sum of two t-primes by Harvey Dubner.

A twin prime is a prime number that has a prime gap of 2, meaning either p - 2 or p + 2 is also prime.

Equations
Instances For
    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.