A-Level Maths OCR A H240

Auth manager not initialized

#4 Proof by contradiction

Proof by contradiction establishes the truth of a statement by showing that assuming that the statement to be false leads to a contradiction.

To prove something by contradiction:

  1. Assume that the statement is not true.
  2. Show that the consequences of this assumption leads to an impossible result.

You must be able to prove the following:

  • Prove by contradiction that 2\sqrt{2} is irrational.
  • Prove by contradiction that the number of prime numbers is infinite.

Example 1

Prove by contradiction that 2\sqrt{2} is irrational.

Assume that 2\sqrt{2} is rational. Then there exist integers aa and bb with b0b \neq 0 such that 2=ab\sqrt{2} = \frac{a}{b}, where the fraction is in lowest terms (i.e., aa and bb have no common factor greater than 1).

Squaring both sides gives 2=a2b22 = \frac{a^2}{b^2}, so a2=2b2a^2 = 2b^2. This implies that a2a^2 is even, and therefore aa must be even (since the square of an odd number is odd).

Write a=2ca = 2c for some integer cc. Substituting into a2=2b2a^2 = 2b^2 yields (2c)2=2b2(2c)^2 = 2b^2, i.e., 4c2=2b24c^2 = 2b^2, so 2c2=b22c^2 = b^2. Hence b2b^2 is even, and consequently bb is even.

Thus both aa and bb are even, meaning they have a common factor of 22. This contradicts the assumption that ab\frac{a}{b} was in lowest terms.

Therefore our initial assumption is false, and 2\sqrt{2} must be irrational.

Example 2

Prove by contradiction that the number of prime numbers is infinite.

Assume that there is a finite number of prime numbers. Then we can list them as p1,p2,p3,,pnp_1, p_2, p_3, \dots, p_n, where nn is some positive integer.

Now consider the number

N=p1p2p3pn+1.N = p_1 p_2 p_3 \dots p_n + 1.

There are two cases for NN:

If NN is prime, then NN is a prime number not in our original list (since it is larger than any pip_i), contradicting the assumption that we had listed all primes.

If NN is composite, then it must have a prime divisor qq. But qq can't be one of the primes p1,p2,,pnp_1, p_2, \dots, p_n, because N dividing by any of p1,p2,,pnp_1, p_2, \dots, p_n would leave a remainder of 1. Therefore qq must be a prime not in our original list.

In either case, we have found a prime not among p1,p2,,pnp_1, p_2, \dots, p_n, contradicting the assumption that the list contained all primes.

Hence the assumption is false, and there must be infinitely many prime numbers.