-
Notifications
You must be signed in to change notification settings - Fork 252
Dubner's conjecture: Twin prime sums #3628
Description
What is the conjecture
A twin prime is a prime number
(This description may contain subtle errors especially on more complex problems; for exact details, refer to the sources.)
Sources:
- https://en.wikipedia.org/wiki/Twin_prime#Dubner's_conjecture, https://oeis.org/A081947, https://www.primepuzzles.net/conjectures/conj_032.htm
Prerequisites needed
Formalizability Rating: 1/5 (0 is best) (as of 2026-03-24)
Building blocks (1-3; from search results):
Prime(from Mathlib.Algebra.Prime.Defs): definition of prime elements in commutative monoids with zero- Natural number arithmetic and ordering (available in Mathlib)
- Even number predicate (available in Mathlib.Data.Nat.Parity)
Missing pieces (exactly 2; unclear/absent from search results):
-
IsTwinPrimehelper definition: a simple predicate asserting that a prime$p$ has a twin (either$Prime(p+2)$ or $Prime(p-2)$) - Formalization of the upper bound verification (checking all even numbers
$\leq 4208$ , though this may be computational)
Rating justification (1-2 sentences): The core concepts (primes, sums, even numbers) all exist in Mathlib. Only a simple one-line helper predicate for twin primes is needed to state the conjecture, making formalization straightforward.
AMS categories
- ams-11
Choose either option
- I plan on adding this conjecture to the repository
- This issue is up for grabs: I would like to see this conjecture added by somebody else
This issue was generated by an AI agent and reviewed by me.
If you have feedback on mistakes / hallucinations, feel free to just write it in the issue. See more information here: link