I really enjoyed reading Erdos’s proof of Bertrand’s postulate in “Proofs from THE BOOK”, so I shall attempt writing out here in order to make sure I understand it properly.
Bertrand’s Postulate
For any
, there exists a prime number
such that

Proof
The main idea of the proof is estimating the binomial coefficient
by using the prime numbers in its factorization. If it were the case that no prime existed between
and
, then we will see that our bound will enforce
to be small. How small we shall see. But we will end up proving that the statement holds for
for some
, using a certain clever trick. To get there though, we first have to work on some bounding.
PART 1: THE “BIG” PRIMES IN 
First, let
be a prime. By Legendre’s formula, we know that the largest power of
dividing
is given by:

Each summand is at most one since,

Furthermore, if
, then the summand is equal to zero. Thus,

This inequality yields some very useful facts:
- The largest power of
that divides
is not larger than
.
- Primes
appear at most once in
.
Now, primes
such that
cannot divide
.
so
. And
, so
. Thus, in
, we have
appearing only once in the numerator and twice in the denominator.
PART 2: BOUNDING 
First some background on the binomial coefficients. We know the following properties:


. Using this and (2) we can prove that:
(unimodal sequence)
From (1) we know that for all
it is true that
. From (4) we know that
, since the largest element in a sequence is greater than or equal to the average of the sequence. Now we can infer that

So we have now (CRUX MOVE):

To make sure you understand why this holds, be able to answer the following:
- Why do we take primes only up to
?
- Why do we not take any primes between
and
?
- Why is the exponent of each prime 1?
Now we have:

Let’s assume, for the sake of contradiction, that there are no primes between
and
. Then the inequality above becomes:

We shall show that for this to hold,
must be small enough that we will actually be able to prove Bertrand’s postulate for such
.
First we need the following lemma:
LEMMA
For all reals
, we have that

Proof
Let
be the largest prime with
. Then
and
, so it suffices to prove our statement for
prime. For
the result is trivial and so we consider odd primes
.
Then we inductively compute:

There are a few parts to this computation:
holds by induction.
comes from the observation that
is an integer, where the primes we consider are all factors of the denominator but not of the numerator.
- Finally,
form the properties (1) and (2) of the binomial coefficient presented above.
PART 3: GETTING THE CONTRADICTION
The last Lemma we proved as well as the inequality above yield that:

With some clever algebra we can see that this fails to hold for large
. First, we know by induction that if
, then
. So:
![2n = \left(\sqrt[6]{2n}\right)^6 < \left(\lfloor\sqrt[6]{2n}\rfloor + 1\right)^6 < 2^{6\lfloor\sqrt[6]{2n}\rfloor} \leq 2^{6\sqrt[6]{2n}} 2n = \left(\sqrt[6]{2n}\right)^6 < \left(\lfloor\sqrt[6]{2n}\rfloor + 1\right)^6 < 2^{6\lfloor\sqrt[6]{2n}\rfloor} \leq 2^{6\sqrt[6]{2n}}](https://s0.wp.com/latex.php?latex=2n+%3D+%5Cleft%28%5Csqrt%5B6%5D%7B2n%7D%5Cright%29%5E6+%3C+%5Cleft%28%5Clfloor%5Csqrt%5B6%5D%7B2n%7D%5Crfloor+%2B+1%5Cright%29%5E6+%3C+2%5E%7B6%5Clfloor%5Csqrt%5B6%5D%7B2n%7D%5Crfloor%7D+%5Cleq+2%5E%7B6%5Csqrt%5B6%5D%7B2n%7D%7D&bg=ffffff&fg=000000&s=1)
Now:
So we get
and thus
. This is a contradiction because we can easily show Bertrand’s postulate to hold for
. An impressive trick to establish this right away is due to Landau:
It suffices to check that the sequence
2, 3, 5, 7, 13, 23, 43, 83, 163, 317, 631, 1259, 2503, 4001
consists of prime number where each is smaller than twice the previous one. Thus every interval
with
contains one of these 14 primes and our proof concludes.