MethodMath
Alex Kim
May 14, 2026

Are there infinitely many prime pairs like 11 and 13 or 17 and 19 twins and whats the latest research

Twin primes: (3,5)(3,5), (5,7)(5,7), (11,13)(11,13), (17,19)(17,19), (41,43)(41,43)...

The Twin Prime Conjecture says there are infinitely many pairs of primes with difference 2.

Recently (2013), Yitang Zhang proved theres a bound B=70,000,000B = 70,000,000 such that infinitely many prime pairs differ by at most BB. Then the Polymath project reduced this to 246. And Maynard showed theres infinitely many prime pairs with gap 600\leq 600 without assuming the Elliott-Halberstam conjecture.

But theres still a gap between 246 and 2. Is there any hope of reducing it to 2?

Also: whats the current status of the conjecture? Is it "likely true" based on heuristics? I heard the Hardy-Littlewood conjecture gives a density estimate for twin primes.

1 answers889 views

Login to comment

1 Answer

Dr. Nour Hassan
Dr. Nour HassanVerified by MethodMath staffMay 24, 2026

I would solve this by writing the assumptions and the target on separate lines first. That usually reveals which theorem is actually needed.

A good structure is:

  1. state the definitions involved;
  2. transform the expression without skipping algebra;
  3. check edge cases such as zero, negative values, or boundary points;
  4. substitute the result back into the original question.

This may feel slower, but it prevents the most common math-answer problem: getting a plausible expression that does not actually satisfy the original conditions.

1 comment
Dr. Sarah Mitchell
Dr. Sarah MitchellMay 25, 2026

Could you add one more line on the condition where this method fails?

Login to comment

Login or Register to post an answer