1 Proof — revision question pack

1 specification points · notes, questions, answers and worked methods

Checked against Edexcel 9MA0 section 1. Review basis: the qualification registry sourced from the Pearson Edexcel Level 3 Advanced GCE in Mathematics (9MA0) specification; registry verification recorded 11 July 2026.

How this checking works

1.1 · Understand and use the structure of mathematical proof, from assumptions through logical steps to a conclusion; use proof by deduction, exhaustion, disproof by counter example, and contradiction (irrationality of √2, infinity of primes).

Explanation

  • A proof begins with stated assumptions, uses valid implications at every step and ends with a conclusion that matches the claim.
  • Choose the proof form deliberately: deduction for a general algebraic chain, exhaustion for finitely many cases, a counterexample to disprove a universal claim, or contradiction by assuming the opposite.
  • In the classic contradiction for 2\sqrt2, writing 2=a/b\sqrt2=a/b in lowest terms leads to both aa and bb being even, contradicting the lowest-terms assumption.
  • Checking several examples is not a proof of a universal statement; in contradiction proofs, also make clear exactly why the derived result conflicts with the assumption.
  • To prove there are infinitely many primes, assume a finite list, form their product plus one, and note that its prime divisor is not on the list, giving a contradiction.

Worked example

Prove by exhaustion that n2+n+2n^2+n+2 is even whenever nn is an integer.

  1. 1.Every integer is even or odd.
  2. 2.If n=2kn=2k, then n2+n+2=4k2+2k+2=2(2k2+k+1)n^2+n+2=4k^2+2k+2=2(2k^2+k+1).
  3. 3.If n=2k+1n=2k+1, then n2+n+2=4k2+6k+4=2(2k2+3k+2)n^2+n+2=4k^2+6k+4=2(2k^2+3k+2).
  4. 4.Both forms are divisible by 22, so the result holds for every integer nn.

Answer: The expression is even in both the even and odd cases for nn.

Common mistakes

  • Don't attempt proof by exhaustion over a pattern with infinitely many possible cases.
  • Don't assume the desired conclusion inside the argument instead of deriving it from stated assumptions.

Exam tip

For an exhaustion proof, identify the finite cases, show why each case is accepted or rejected, and finish with one conclusion. A cso final mark requires the complete proof to be correct, although earlier method marks depend on the question-specific scheme.

Tier 1 · Easy

  1. 1.

    Disprove the claim that n2+n+41n^2+n+41 is prime for every non-negative integer nn.

    (2)

    (Total for Question 1 is 2 marks)

  2. 2.

    Prove that the square of any odd integer is odd.

    (2)

    (Total for Question 2 is 2 marks)

Tier 2 · Standard

  1. 1.

    Prove by contradiction that 3\sqrt3 is irrational.

    (5)

    (Total for Question 1 is 5 marks)

  2. 2.

    An integer rr satisfies 2r3-2\leq r\leq3. Prove by exhaustion that r2r2r^2-r\leq2 holds exactly when r{1,0,1,2}r\in\{-1,0,1,2\}.

    (4)

    (Total for Question 2 is 4 marks)

  3. 3.

    The claim ‘if the product of two integers is even, then both integers are even’ is false. Give a counterexample, then prove that at least one of the two integers must be even.

    (4)

    (Total for Question 3 is 4 marks)

Tier 3 · Hard

  1. 1.

    Suppose someone lists all primes as p1,p2,,pkp_1,p_2,\ldots,p_k. Construct an integer from this list and use contradiction to prove that the list cannot be complete.

    (5)

    (Total for Question 1 is 5 marks)

  2. 2.

    Prove by contradiction that 2+3\sqrt2+\sqrt3 is irrational. Your proof must also justify any claim you use about 6\sqrt6.

    (6)

    (Total for Question 2 is 6 marks)

  3. 3.

    Let S={qQ:0<q<1}S=\{q\in\mathbb Q:0<q<1\}. Prove by contradiction that SS has neither a least element nor a greatest element.

    (6)

    (Total for Question 3 is 6 marks)

  4. 4.

    Let nn be a positive odd integer. Prove that there is exactly one pair of consecutive non-negative integers whose squares have difference nn. Express this pair in terms of nn.

    (5)

    (Total for Question 4 is 5 marks)

  5. 5.

    Prove that a2+b2+c2ab+bc+caa^2+b^2+c^2\geq ab+bc+ca for all real numbers aa, bb and cc. Determine precisely when equality holds.

    (5)

    (Total for Question 5 is 5 marks)

Answer key

Answers begin on a new printed page so the question pack can be completed without the solutions alongside it.

1.1 · Understand and use the structure of mathematical proof, from assumptions through logical steps to a conclusion; use proof by deduction, exhaustion, disproof by counter example, and contradiction (irrationality of √2, infinity of primes).

Tier 1 · Easy

Mark scheme for 1.1 Tier 1 · Easy
QuestionSchemeMarks
1
  • At n=40n=40, the expression equals 1681=4121681=41^2, which is not prime.
2
(2 marks)2
Notes
A single counterexample defeats a universal claim. Taking n=40n=40 gives 402+40+41=1681=41×4140^2+40+41=1681=41\times41, a composite number. Therefore the claim is false.
2
  • Writing the integer as 2k+12k+1 gives a square of the form 2m+12m+1.
2
(2 marks)2
Notes
Let the odd integer be 2k+12k+1, where kk is an integer. Then (2k+1)2=4k2+4k+1=2(2k2+2k)+1(2k+1)^2=4k^2+4k+1=2(2k^2+2k)+1. Since 2k2+2k2k^2+2k is an integer, the square is odd.

Tier 2 · Standard

Mark scheme for 1.1 Tier 2 · Standard
QuestionSchemeMarks
1
  • Assuming 3\sqrt3 is rational forces both the numerator and denominator of a fraction in lowest terms to be divisible by 33, giving a contradiction.
5
(5 marks)5
Notes
Assume, for contradiction, that 3=a/b\sqrt3=a/b, where aa and bb are coprime positive integers. Squaring gives a2=3b2a^2=3b^2, so 33 divides a2a^2. Because 33 is **prime**, 3a23\mid a^2 forces 3a3\mid a — this step needs primality and is where the proof does its work: 4a24\mid a^2 does *not* give 4a4\mid a, as a=2a=2 shows. Write a=3ka=3k. Then 9k2=3b29k^2=3b^2, so b2=3k2b^2=3k^2, and 3b23\mid b^2 gives 3b3\mid b by the same primality argument. Thus aa and bb share a factor of 33, contradicting coprimality. Hence 3\sqrt3 is irrational.
2
  • The inequality holds exactly for r=1,0,1,2r=-1,0,1,2.
4
(4 marks)4
Notes
The only cases are r=2,1,0,1,2,3r=-2,-1,0,1,2,3. The corresponding values of r2rr^2-r are 6,2,0,0,2,66,2,0,0,2,6. Therefore the value is at most 22 precisely in the four cases r=1,0,1,2r=-1,0,1,2, which proves the statement by exhaustion.
3
  • For example, 2×3=62\times3=6 is even although 33 is odd.
  • If both integers were odd, their product would be odd, so an even product requires at least one even factor.
4
(4 marks)4
Notes
The integers 22 and 33 give a counterexample because their product is even but they are not both even. For the corrected statement, suppose instead that neither integer is even. They can then be written as 2r+12r+1 and 2s+12s+1, where rr and ss are integers. Their product is (2r+1)(2s+1)=2(2rs+r+s)+1(2r+1)(2s+1)=2(2rs+r+s)+1, which is odd. This contradicts the product being even, so at least one of the two integers must be even.

Tier 3 · Hard

Mark scheme for 1.1 Tier 3 · Hard
QuestionSchemeMarks
1
  • N=p1p2pk+1N=p_1p_2\cdots p_k+1 leads to a prime not on the alleged complete list.
5
(5 marks)5
Notes
Assume for contradiction that the finite list contains every prime and form N=p1p2pk+1N=p_1p_2\cdots p_k+1. Dividing NN by any listed prime pip_i leaves remainder 11, so none of the listed primes divides NN. Yet N>1N>1, so NN is prime or has a prime factor. That prime factor is absent from the list, contradicting its completeness. Hence there are infinitely many primes.
2
  • A rational value of 2+3\sqrt2+\sqrt3 would make 6\sqrt6 rational, but a lowest-terms argument proves that 6\sqrt6 is irrational.
6
(6 marks)6
Notes
First suppose 6=a/b\sqrt6=a/b for coprime positive integers aa and bb. Then a2=6b2a^2=6b^2, so aa is even; write a=2ca=2c. This gives 2c2=3b22c^2=3b^2, so b2b^2, and hence bb, is even. This contradicts the coprimality of aa and bb, proving that 6\sqrt6 is irrational. Now assume, for contradiction, that q=2+3q=\sqrt2+\sqrt3 is rational. Squaring gives q2=5+26q^2=5+2\sqrt6, so 6=(q25)/2\sqrt6=(q^2-5)/2 would be rational. This contradiction proves that 2+3\sqrt2+\sqrt3 is irrational.
3
  • For any qSq\in S, the rational numbers q/2q/2 and (q+1)/2(q+1)/2 lie in SS with q/2<q<(q+1)/2q/2<q<(q+1)/2; these contradict leastness and greatestness respectively.
6
(6 marks)6
Notes
Assume first that qq is the least element of SS. Since qq is rational, q/2q/2 is rational, and 0<q/2<q<10<q/2<q<1. Thus q/2Sq/2\in S and is smaller than the alleged least element, a contradiction. Now assume that rr is the greatest element of SS. The number (r+1)/2(r+1)/2 is rational and, because 0<r<10<r<1, it satisfies r<(r+1)/2<1r<(r+1)/2<1. Hence (r+1)/2S(r+1)/2\in S and is greater than the alleged greatest element, another contradiction. Therefore SS has neither a least nor a greatest element.
4
  • The unique pair is n12\dfrac{n-1}{2} and n+12\dfrac{n+1}{2}.
5
(5 marks)5
Notes
Since nn is positive and odd, a=(n1)/2a=(n-1)/2 is a non-negative integer. The consecutive integer is a+1=(n+1)/2a+1=(n+1)/2, and (a+1)2a2=2a+1=n(a+1)^2-a^2=2a+1=n, proving existence. For uniqueness, if consecutive non-negative integers bb and b+1b+1 have squares with difference nn, then (b+1)2b2=2b+1=n(b+1)^2-b^2=2b+1=n. Hence b=(n1)/2=ab=(n-1)/2=a, so no other pair is possible.
5
  • a2+b2+c2ab+bc+caa^2+b^2+c^2\geq ab+bc+ca, with equality if and only if a=b=ca=b=c.
5
(5 marks)5
Notes
The identity 2(a2+b2+c2abbcca)=(ab)2+(bc)2+(ca)22(a^2+b^2+c^2-ab-bc-ca)=(a-b)^2+(b-c)^2+(c-a)^2 holds by expansion. The right-hand side is a sum of squares, so it is non-negative. Therefore a2+b2+c2abbcca0a^2+b^2+c^2-ab-bc-ca\geq0, which proves the inequality. Equality holds exactly when all three squares are zero, requiring a=ba=b, b=cb=c and c=ac=a; equivalently, a=b=ca=b=c.