Some things are just too hard to prove directly, so in this case, we may need to take a more indirect route. One way in which to do this is a proof by contradiction, whereby we assume something, then do some logical deductions which (hopefully) produce some sort of contradiction. Take a look at the following example, prove that there is an infinite number of prime numbers.

 

Proof:

We will assume that there is a finite number of prime numbers, the set:

    \[P= \{p_1,p_2,p_3...p_n\}\]

Now suppose we take all the elements in the above set and multiply them together, then add 1 to that product, we will get some number N.

Since N is obviously much much larger than p_n, it cannot be a prime number, and because every number can be expressed as the product of prime numbers, N is a product of some of the primes in our list P above.  (A)

Suppose we try to divide N by any of the primes in our set P, we will always get a remainder of 1, because we made N by multiplying all the primes together and adding 1. This means that N is not a product of the primes in the set P.  (B)

Now since N cannot satisfy both A and B above, we have a contradiction. Therefore, since assuming that there is a finite number of primes led to a contradiction, there must be an infinite number of primes.

\blacksquare

You can see that this worked by finding a contradiction between two statements (A and B) which came from an assumption that there were a finite number of primes. So just to recap, to do a proof by contradiction, you have to make some assumption, and then show that this assumption leads to a contradiction.

 

This second part of finding a contradiction can be quite hard and usually takes a lot of work before you can write out the final clear proof. One proof that I am very fond of, and that I believe illustrates this point well, is proving that \mathrm{e} is irrational using infinite series. So just some background before we delve into this proof, many functions can be expressed as infinite series using the Taylor Series Expansion. For our function \mathrm{e}^x with x=1 it looks like the following:

 

    \[\mathrm{e}= 1 + 1 + \frac{1}{2!} + \frac{1}{3!} + \frac{1}{4!} + \frac{1}{5!} ...\]

Knowing this, we will begin our proof!
Proof:

We will assume that \mathrm{e} is rational and hence it can be written as a fraction, \frac{a}{b}, where a and b are integers and have the highest common multiple 1.

    \[\frac{a}{b}=1+1+\frac{1}{2!}+\frac{1}{3!}...\]

Now lets multiply both sides by b! and what we get is:

    \[\textcolor{blue}{a(b-1)!}=\textcolor{red}{b!+b!+\frac{b!}{2!}...\frac{b!}{b!}}+\textcolor{green}{\frac{b!}{b+1!}+\frac{b!}{b+2!}...}\]

Obviously the red and blue parts are integers, so since the blue - red = green, the green section must be an integer. So lets analyse this green bit further. Firstly lets simplify every one of those fractions a bit.

    \[\frac{b!}{b+1!}+\frac{b!}{b+2!}...=\frac{1}{b+1}+\frac{1}{(b+1)(b+2)}+\frac{1}{(b+1)(b+2)(b+3)...}\]

Now to get something that we can work with, let’s replace everything on the bottom of those fractions with (b+1), so that the right hand side becomes:

    \[\frac{1}{b+1}+\frac{1}{(b+1)(b+1)}+\frac{1}{(b+1)(b+1)(b+1)}...\]

Doing that also changes the equality side, now because we have change everything on the denominator to something smaller, the whole righthand side of the equation has just gotten larger, because you are essentially dividing by smaller numbers. So now our inequality looks something like this:

    \[\frac{b!}{b+1!}+\frac{b!}{b+2!}...\leq\frac{1}{b+1}+\frac{1}{{(b+1)}^2}++\frac{1}{{(b+1)}^3}...\]

Now lets factor out \frac{1}{b+1}, doing that gives:

    \[\frac{b!}{b+1!}+\frac{b!}{b+2!}...\leq\frac{1}{b+1}(1+\frac{1}{{(b+1)}}+\frac{1}{{(b+1)}^2}+\frac{1}{{(b+1)}^3}...)\]

Looking at our second bracket, we have the infinite geometric series with r=\frac{1}{b+1}. Now for those of you haven’t dealt much with the geometric series, the sum of any geometric series can be found by the following formula:

    \[\frac{1}{1-r}\]

Therefore our inequality becomes:

    \[\frac{b!}{b+1!}+\frac{b!}{b+2!}...\leq(\frac{1}{b+1})(\frac{1}{1-\frac{1}{b+1}})\]

This simplifies to:

    \[\frac{b!}{b+1!}+\frac{b!}{b+2!}...\leq(\frac{1}{b+1})(\frac{b+1}{b})\]

    \[\therefore\frac{b!}{b+1!}+\frac{b!}{b+2!}...\leq\frac{1}{b}\]

Since \mathrm{e} is not an integer, b has to be greater than 1. This is because in our fraction \frac{a}{b}, letting b=1, will mean it is a whole number. Therefore \frac{1}{b} is less than 1, and is therefore not an integer. Since our green section that we have been analysing is less than \frac{1}{b}, it too is not an integer. This leads to a contradiction, because we know that the blue and red parts are integers, and therefore the difference between them must also be an integer, however we just showed that the green part (the difference) isn’t an integer. Therefore our original assumption that \mathrm{e} is a rational number is false, and therefore we conclude that \mathrm{e} is an irrational number!

\blacksquare

That is one beautiful proof! It shows just how weird these proofs can get, it isn’t always straightforward and you will usually have to do a lot of abstract thinking and try new and different things to figure out what you need to show is a contradiction, and only then can you go back to the start of your proof and work from there!

%d bloggers like this: