[Math] Twin prime conjecture proof error

elementary-number-theorynumber theoryprime numbersprime-twinsproof-verification

I am absolutely sure this is wrong but I can't find why.

For every integer $n$ there exist a finite number of primes less than $n$. Take the set containing those primes and multiply them together to get $x$. Aren't $x+1$ and $x-1$ prime, implying there is an infinite number of twin primes?

Follow up question is there guaranteed to be a prime between n and $x^{.5}$? What about for large n? this prime wouldn't have to devide x just exist in the given range

Best Answer

Let $n = 8$. Then all primes less than $8$ are $7, 5, 3, 2$. The product of these is $x = 210$.

$x + 1 = 211$ which is prime, $x - 1 = 209 = 11\times19.$

Related Question