|
|
|
|
|
by logicallee
4092 days ago
|
|
I skimmed it, but in the intro why does he say: "The most natural conjecture is that the prime numbers appear randomly..
If the twin prime conjecture is correct, then we may conclude that the
[primes] are not constructed randomly"
why does he say a random distribution of primes would imply the twin prime conjecture is false?My intuition is the opposite: a random distribution of primes implies the twin prime conjecture is true. Because suppose there are finite twin primes, set them aside; then test pairs of numbers above the largest of them. Since we assume the twin prime conjecture is false, the chances that random pairs above that number are both prime is exacty 0; but that would mean the primes are not distributed randomly... |
|
The prime number theorem [1] states that the probability that a natural number N is prime is approximately 1/log(N). So, the probability that N & N+2 are both prime is about 1/log(N)^2. If they were distributed randomly, there would be about
integral(1/log(x)^2 dx) from x=2 to x=N
twin primes between 1 and N. This integral converges to infinity as N grows large[2] (wish I remembered enough caclulus to do it by hand). So, there is some N for which you'd expect to have 10^100 twin primes less than N, etc.
So it seems that if you decided by a coin toss whether a number should be prime (where you'd make it prime with probability 1/log(N)), there would be infinitely many twin primes.
Wikipedia seems to confirm it's a reasonable estimate [3].
UPDATE: By the way, the same argument implies that if primeness was decided by a coin toss, there would be infinitely many N such that N and N+1 are prime. There is, however, only one such N (namely 2). So, primeness is not decided by a coin toss, and the above is not a proof of the twin primes conjecture :).
[1]: http://en.wikipedia.org/wiki/Prime_number_theorem
[2]: http://www.wolframalpha.com/input/?i=Integrate[1%2FLog[x]^2%...]
[3]: http://en.wikipedia.org/wiki/Twin_prime#First_Hardy.E2.80.93...