M BUZZ CRAZE NEWS
// news

Is there always a prime between $n$ and $2n$?

By Joseph Russell
$\begingroup$

if we are interested to seek for the numbers of primes between $1-100$ and $100-1000$ or 1000..., why we don't asked if there is a always a prime between $n$ and $2n$ mayeb this interesting question help us to predict the numbers of primes between $1-100$,or $100-1000 $ or $1000-..$?

note: $n$ is natural number $ > 1$

I would be interest for any replies or comments .Thank you

$\endgroup$ 7

2 Answers

$\begingroup$

$$\begin{array}{l}\text{Chebyshev said it,}\cr \text{And I say it again,}\cr \text{There is always a prime}\cr \text{Between n and 2n.}\end{array}$$

Erdos had made his first significant contribution to number theory when he was 20, and discovered an elegant proof for the theorem which states that for each number greater than 1, there is always at least one prime number between it and its double. The Russian mathematician Chebyshev had proved this in the 19th century, but Erdos's proof was far neater. News of his success was passed around Hungarian mathematicians, accompanied by a rhyme: "Chebyshev said it, and I say it again/There is always a prime between n and 2n."

$\endgroup$ 2 $\begingroup$

Yes. If $n > 1$, then there is always at least one odd prime number $p$ satisfying $n < p < 2n$. In other words, $\pi(2n - 1) > \pi(n)$ for all $n > 1$, where $\pi(x)$ is the prime counting function. Look at Sloane's A060715 and you'll see the only 0 is for $n = 1$.

This is called Bertrand's postulate, but Chebyshev is the one who proved it first. Ramanujan and Erdős also came up with proofs. (By the way, just in case you're wondering, this does not prove the Goldbach conjecture.)

$\endgroup$ 3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy