Proof

A LevelAQAEdexcelOCR

Proof

You may be asked to prove something in mathematics. There are a number of different types of proof questions that you will encounter.

There are 4 skills for proof that you need to understand.

A LevelAQAEdexcelOCR

Skill 1: Proof Notation

The following notation will be used throughout proofs, but will also be relevant to topics later in the course.

 

A set is a collection of objects or numbers (called elements). A set is denoted using a capital letter, and curly brackets are used to show what is in the set, e.g. A={3,4,5}A = {3,4,5 }.

You can write sets in various different ways:

  • as a list of elements: e.g. {3,4,5}{3,4,5}
  • as a rule: e.g. {prime numbers{text{prime numbers} between 0 and 10}text{ between 0 and 10}}
  • as mathematical notation: e.g. {x:x>5}{x : x > 5 } – this means “the set of values such that xx is greater than 55

 

There are different variations of an == sign that you need to be aware of:

  • neq means “not equal to”
  • approx means “approximately equal to”
  • equiv means two things are “equivalent”. It is called the identity symbol.

 

There are logic symbols that you need to understand:

  • pqp Rightarrow q” means “if pp then qq” or “pp implies qq
  • p    qp iff q” means “pp if and only if qq” or “pp implies qq and qq implies pp

Note: “if and only if” can be written as “iff”

A LevelAQAEdexcelOCR

Skill 2: Direct Proof

A direct proof (or proof by deduction) is a proof where a statement is proven to be true using fundamental mathematical principles.

Example: Prove that n26n+11n^2 – 6n + 11 is positive for any integer.

Completing the square gives

(n3)2+2textcolor{red}{(n-3)^2} + textcolor{blue}{2}

(n3)2textcolor{red}{(n-3)^2} is always positive, since it is a square number.

Therefore, if we add 2textcolor{blue}{2} to the square number, then the result is still positive.

Hence, n26n+11n^2 – 6n + 11 is positive for any integer.

A LevelAQAEdexcelOCR

Skill 3: Proof by Exhaustion

In a proof by exhaustion, you will need to break situations down into two or more cases and try all possibilities to prove that the statement holds true for each case.

Example: Prove the following statement:

“For any integer xx, f(x)=3x2+3x2f(x)=3x^2+3x-2 is an even integer”

 

We need to split the statement into two cases: if xx is an even number, or if xx is an odd number.

Case 1: If xx is even, then x=2ntextcolor{red}{x=2n} for some integer nn.

Then,

f(2n)=3(2n)2+3(2n)2=12n2+6n2=2(6n2+3n1)begin{aligned} f(2n) &= 3(2n)^2+3(2n)-2 &= 12n^2 + 6n – 2 &= 2(6n^2+3n-1) end{aligned}

nn is an integer, therefore 6n2+3n16n^2+3n-1 is an integer.

Hence, 2(6n2+3n1)2(6n^2+3n-1) is an even integer.

So, f(x)f(x) is even when xx is even.

 

Case 2: If xx is an odd number, then x=2m+1textcolor{blue}{x = 2m+1} for some integer mm.

Then,

f(2m+1)=3(2m+1)2+3(2m+1)2=12m2+12m+3+6m+32=12m2+18m+4=2(6m2+9m+2)begin{aligned} f(2m+1) &= 3(2m+1)^2 + 3(2m+1) – 2 &= 12m^2 + 12m + 3 + 6m + 3 – 2 &= 12m^2 + 18m + 4 &= 2(6m^2 + 9m + 2) end{aligned}

mm is an integer, therefore 6m2+9m+26m^2 + 9m + 2 is an integer.

Hence, 2(6m2+9m+2)2(6m^2 + 9m + 2) is an even integer.

So, f(x)f(x) is even when xx is odd.

 

Hence, f(x)f(x) is even for any integer xx, and the statement is true.

A LevelAQAEdexcelOCR

Skill 4: Disproof by Counter-Example

To disprove a statement by a counter-example, all you need to do is show that the statement is false for one case.

Example: Disprove the following statement:

“For any pair of real numbers xx and yy, if x2=y2x^2=y^2 then x=yx=y

 

We only need to find one set of values such that the statement is false.

For example, take x=3x=3 and y=3y = -3

Then,

x2=32=9x^2 = 3^2 = 9 and y2=(3)2=9y^2 = (-3)^2 = 9

So, x2=y2textcolor{limegreen}{x^2 = y^2}

However, xytextcolor{red}{x neq y}, and so the statement is not true.

A LevelAQAEdexcelOCR

Proof Example Questions

Question 1: Write out the following sets as lists of elements:

a) {x:x2=16}{x:x^2=16}

b) {factors of 18}{text{factors of 18}}

[2 marks]

A Level AQAEdexcelOCR

a) {4,4}{ -4, 4}

b) {1,2,3,6,9,18}{1,2,3,6,9,18}

MME Premium Laptop

Save your answers with

MME Premium

Gold Standard Education

Question 2: Is the following statement true or not?

“For any pair of real numbers xx and yy, x2+y2>0x^2+y^2>0

Give either a proof or a counter-example.

[3 marks]

A Level AQAEdexcelOCR

We only need to give one case for a counter-example, if it is false.

The only case in which the statement isn’t true is when x=0x=0 and y=0y=0. This gives 02+02=00^2+0^2=0, and clearly 00 is not greater than 00

MME Premium Laptop

Save your answers with

MME Premium

Gold Standard Education

Question 3: Prove that the sum of two rational numbers is rational.

[4 marks]

A Level AQAEdexcelOCR

Take any two rational numbers, and call them aa and bb

By definition of rational numbers, aa can be written in the form a=pqa = dfrac{p}{q} and b=rsb = dfrac{r}{s}, where qq and ss are not 00.

 

Then either:

pq+rq=p+rqdfrac{p}{q} + dfrac{r}{q} = dfrac{p+r}{q} if the denominators are the same

 

pq+rs=ps+qrqsdfrac{p}{q} + dfrac{r}{s} = dfrac{ps + qr}{qs} if the denominators are different

 

psps, qrqr and qsqs are all products of integers, so they must also be integers.

p+rp+r and ps+qrps + qr are all sums of integers, so they must also be integers.

Since qq and ss are both non-zero, qsqs must also be non-zero.

Hence, p+rqdfrac{p+r}{q} and ps+qrqsdfrac{ps + qr}{qs} are rational numbers.

Therefore, a+ba+b must be rational.

So, the statement is true.

MME Premium Laptop

Save your answers with

MME Premium

Gold Standard Education

Question 4: Prove that the sum of any 33 consecutive even numbers is always a divisible by 66.

[3 marks]

A Level AQAEdexcelOCR

By definition, three consecutive even numbers are 2n,(2n+2)2n, (2n+2) and (2n+4)(2n+4).

Adding them together gives,

 

2n+(2n+2)+(2n+4)=6n+6=6(n+1)2n+(2n+2)+(2n+4)=6n+6 = 6(n+1)

 

n+1n+1 is an integer, so 6(n+1)6(n+1) is divisible by 66

MME Premium Laptop

Save your answers with

MME Premium

Gold Standard Education

Question 5: Prove that n22n>2n^2 – 2n > 2, for all integers in the interval 3n63 leq n leq 6

[2 marks]

A Level AQAEdexcelOCR

We need to prove by exhaustion that the statement is true for all integers in the interval 3n63 leq n leq 6

 

n=3n=3:   322(3)=3>23^2 – 2(3) = 3 > 2

n=4n=4:   422(4)=8>24^2 – 2(4) = 8 > 2

n=5n=5:   522(5)=15>25^2 – 2(5) = 15 > 2

n=6n=6:   622(6)=24>26^2 – 2(6) = 24 > 2

 

Hence, the statement is true.

MME Premium Laptop

Save your answers with

MME Premium

Gold Standard Education

Additional Resources

Site Logo

Exam Tips Cheat Sheet

A Level
Site Logo

Formula Booklet

A Level

Specification Points Covered

A1 – Understand and use the structure of mathematical proof, proceeding from given assumptions through a series of logical steps to a conclusion; use methods of proof, including proof by deduction, proof by exhaustion]
Disproof by counter example
Proof by contradiction (including proof of the irrationality of 2sqrt{2} and the infinity of primes, and application to unfamiliar proofs)

Proof Worksheet and Example Questions