Skip to main content
SingaporeFurther MathsSyllabus dot point

What are the standard methods of mathematical proof, and how do we structure a rigorous argument?

Construct rigorous mathematical arguments using direct proof, proof by contradiction, proof by contrapositive, and disproof by counterexample

A focused answer to the H2 Further Mathematics outcome on methods of proof. Direct proof, proof by contradiction, proof by contrapositive, disproof by counterexample, and the logical language of implication, converse and equivalence.

Generated by Claude Opus 4.810 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to construct and present rigorous mathematical arguments using the standard methods of proof, and to know the logical vocabulary that frames them. You should be able to give a direct proof, a proof by contradiction, a proof by contrapositive, and to disprove a false statement with a single counterexample, while using "implies", "converse" and "if and only if" correctly.

The answer

The language of implication

A statement of the form "if PP then QQ" is the implication P⇒QP \Rightarrow Q; PP is the hypothesis and QQ the conclusion. Two related statements matter:

  • the converse Q⇒PQ \Rightarrow P, which is a different statement and need not be true;
  • the contrapositive ¬Q⇒¬P\lnot Q \Rightarrow \lnot P, which is logically equivalent to the original.

If both P⇒QP \Rightarrow Q and Q⇒PQ \Rightarrow P hold, we write P  ⟺  QP \iff Q ("PP if and only if QQ"), and proving an equivalence means proving both directions.

Direct proof

A direct proof of P⇒QP \Rightarrow Q assumes PP and reasons forward through valid steps to reach QQ. Most algebraic and identity proofs are direct: start from the definitions or given facts and manipulate to the conclusion.

Proof by contrapositive

Since ¬Q⇒¬P\lnot Q \Rightarrow \lnot P is equivalent to P⇒QP \Rightarrow Q, you may prove the contrapositive instead. This is useful when assuming ¬Q\lnot Q gives more to work with than assuming PP, as in "if n2n^2 is even then nn is even", where assuming nn odd is concrete.

Proof by contradiction

To prove a statement SS by contradiction, assume SS is false and derive a logical impossibility (a contradiction with a known fact or with the assumption itself). The contradiction shows the assumption was untenable, so SS must be true. The classic example is the irrationality of 2\sqrt{2}.

Disproof by counterexample

A universal statement "for all xx, P(x)P(x)" is false if even one xx fails it. To disprove such a claim, exhibit a single explicit counterexample; you do not need to prove the statement fails in general, just to display one case. To prove a universal statement, however, a single example is never enough.

Examples in context

Example 1. Justifying an algebraic identity. Proving a trigonometric or algebraic identity is a direct proof: start from one side and transform it, step by valid step, into the other, which is why "show that" questions reward a clean forward chain.

Example 2. Refuting a plausible conjecture. The claim "n2+n+41n^2 + n + 41 is prime for every positive integer nn" looks compelling for small nn, but n=41n = 41 gives a multiple of 4141. One counterexample settles it, illustrating why testing cases never constitutes a proof.

Try this

Q1. State the contrapositive of "if it is raining then the ground is wet". [1 mark]

  • Cue. If the ground is not wet then it is not raining.

Q2. Explain why one counterexample is enough to disprove "every prime is odd". [2 marks]

  • Cue. The statement claims all primes are odd; the single prime 22 is even, so the universal claim fails.

Q3. Outline how you would begin a proof by contradiction that there is no largest integer. [2 marks]

  • Cue. Assume there is a largest integer NN; then N+1N + 1 is an integer larger than NN, contradicting that NN is largest.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original5 marksProve by contradiction that 2\sqrt{2} is irrational.
Show worked answer →

Suppose, for contradiction, that 2\sqrt{2} is rational. Then 2=pq\sqrt{2} = \dfrac{p}{q} for integers p,qp, q with q≠0q \neq 0 and the fraction in lowest terms (so pp and qq share no common factor).

Square both sides: 2=p2q22 = \dfrac{p^2}{q^2}, so p2=2q2p^2 = 2q^2. Hence p2p^2 is even, so pp is even (the square of an odd number is odd). Write p=2kp = 2k.

Then (2k)2=2q2⇒4k2=2q2⇒q2=2k2(2k)^2 = 2q^2 \Rightarrow 4k^2 = 2q^2 \Rightarrow q^2 = 2k^2, so q2q^2 is even and hence qq is even.

But then pp and qq are both even, contradicting that the fraction was in lowest terms. The assumption is false, so 2\sqrt{2} is irrational.

Markers reward the opening assumption, p2=2q2p^2 = 2q^2, the deduction that both pp and qq are even, and identifying the contradiction with the lowest-terms assumption.

Original4 marksDetermine whether the following statement is true: for all integers nn, if n2n^2 is even then nn is even. Prove it or give a counterexample.
Show worked answer →

The statement is true. Prove it by contrapositive: the contrapositive of "if n2n^2 is even then nn is even" is "if nn is odd then n2n^2 is odd".

Suppose nn is odd, so n=2k+1n = 2k + 1 for some integer kk. Then

n2=(2k+1)2=4k2+4k+1=2(2k2+2k)+1,n^2 = (2k+1)^2 = 4k^2 + 4k + 1 = 2(2k^2 + 2k) + 1,

which is odd. So nn odd implies n2n^2 odd, and the contrapositive holds; therefore the original statement holds.

Markers reward stating the correct contrapositive, the algebra n=2k+1⇒n2=2(⋯ )+1n = 2k+1 \Rightarrow n^2 = 2(\cdots) + 1, and the conclusion that proving the contrapositive proves the original.

Related dot points