I can't ever read a claim that the Riemann Hypothesis is unsolved without putting a small asterisk beside that claim. See http://www.lrb.co.uk/v26/n14/karl-sabbagh/the-strange-case-o... for why.
The proof has been checked and it contained errors. See: http://mathoverflow.net/questions/38049/what-exactly-has-lou...
The Riemann Hypothesis - one of the outstanding unsolved problems in math
11–15 of 15 posts
Re: The Riemann Hypothesis - one of the outstanding unsolved problems in math
#12Re: The Riemann Hypothesis - one of the outstanding unsolved problems in math
#13Re: The Riemann Hypothesis - one of the outstanding unsolved problems in math
#14"We would like to see the prime numbers distributed as regularly as possible." Why? I don't understand why mathematicians seek regularity in prime numbers so much.
In this case it is statistical regularity. :-) The primes act very much like they were a random set of numbers with n having probability 1/log(n) of being prime. (Mathematicians always mean "natural log" when they say log.) Except, of course, that this is obviously false. Because, for example, there is only one even prime. It is more accurate to say that the primes act very much like they were {2} plus a random set o…
Here is why. pi(n) is the sum of a bunch of many independent random variables, each of which looks like a flip of a biased coin. If you pick the right version of the central limit theorem (see http://en.wikipedia.org/wiki/Lyapunov_condition for the right version), it is clearly going to be approximately normal.
Its average will be the sum of the averages, which is 1/log(2) + 1/(log(3) + ... + 1/log(n) which is going to be li(n) plus O(1). If n is large the li(n) term dominates.
Its variance will be the sum of the variances of the individual random variables. The variance of a coin with probability x of turning up 1 is x(1-x). Therefore the sum of the variances is (1/log(2) - (1/log(2)2) + (1/log(3) - (1/log(3)2) + ... + (1/log(n) - (1/log(n)2) which is (modulo a O(1) error) the integral from 2 to n of 1/log(x) - (1/log(x))2 which is li(x) - O(n/log(n)2), which is dominated by the li(x) term.
Therefore the average and variance of pi(n) are approximately li(x). So (pi(n) - li(n))/sqrt(li(n)) should have approximately a standard normal distribution.
Re: The Riemann Hypothesis - one of the outstanding unsolved problems in math
#15And for the JS heads - a prime number sieve in JavaScript: http://wiki.pageforest.com/#js-patterns/prime-sieve