Resources For Teachers For Tutors For Students & Parents Pricing
Year 11 Specialist (Unit 1 & 2) Introduction to proof

Proof by contradiction

20 practice questions 0 video lessons Theory + worked examples

Learn proof by contradiction for Year 11 Specialist Mathematics in Queensland (QCAA). It is a key method in the nature of proof: to prove a statement, you assume its opposite is true and show that this leads to an impossibility.

You will learn to write the opening negation, negate implications and "for all" statements, and run classic arguments such as there being no largest integer — building the reasoning skills assessed across the course.

Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

Proof by contradiction is a core method of proof in Year 11 Specialist Mathematics (QCAA, Queensland). To prove a statement S, you assume its negation (not S), reason validly until you reach an impossibility, and conclude that S must be true. This page shows how to write the opening assumption and how to run the argument to a contradiction.

A proof by contradiction establishes a statement \(S\) indirectly. Instead of building \(S\) up from known facts, you suppose \(S\) is false and show that this leads to something impossible.

The opening move is the heart of the method: you assume the negation \(\lnot S\) — the exact opposite of the goal. From \(\lnot S\) you make only valid deductions. When these force a contradiction (a statement that is both true and false, or that breaks a known fact), the assumption \(\lnot S\) is to blame, so \(S\) must be true.

A common target is an implication \(P \Rightarrow Q\). Its negation is \(P \text{ and } \lnot Q\): you keep the hypothesis \(P\) and negate the conclusion \(Q\). For a universal statement \(\forall n,\ P(n)\), the negation is \(\exists n,\ \lnot P(n)\) — a single counterexample.

The one rule never to break: the first line is the negation of the goal, never the goal itself. Assuming \(S\) is true and finding no problem proves nothing.

Structure of a proof by contradiction A vertical flow of four boxes: assume not S, apply valid steps, reach a contradiction, therefore not S is false so S is true. Each box points to the next. Assume not S (the negation of S) Apply valid logical steps Reach a contradiction not S is false, so S is true
The fixed skeleton: assume not S, deduce validly, reach a contradiction, conclude S.
Why there is no largest integer A number line with marks at N minus 1, N and N plus 1. N is boxed as the assumed largest integer, but N plus 1 lies further right, giving a larger integer and a contradiction. N-1 N N+1 assumed largest bigger integer!
Assuming a largest integer \(N\) fails: \(N+1\) is a larger integer, a contradiction.

The method follows one logical shape. To prove \(S\):

\[ \lnot S \ \Rightarrow \ \cdots \ \Rightarrow \ (\text{contradiction}) \quad\therefore\quad S \]
¬ScontradictionS

Negating an implication (keep the hypothesis, negate the conclusion):

\[ \lnot\,(P \Rightarrow Q) \ \equiv \ P \ \wedge \ \lnot Q \]
¬(PQ)P¬Q

Negating a universal claim (swap the quantifier, negate the inside):

\[ \lnot\,(\forall n,\ P(n)) \ \equiv \ \exists n,\ \lnot P(n) \]
¬(n,P(n))n,¬P(n)
Assume the opposite. The proof always opens with \(\lnot S\), the negation of the goal. A contradiction then shows \(\lnot S\) is impossible, so \(S\) is true.

How to run a proof by contradiction

  1. Write the negation \(\lnot S\): state the goal \(S\), then form its exact opposite. For \(P \Rightarrow Q\), assume \(P\) and \(\lnot Q\); for \(\forall n,\ P(n)\), assume some \(n\) with \(\lnot P(n)\).
  2. Assume \(\lnot S\) and deduce validly: work forward using correct algebra and known facts only — every step must be sound.
  3. Reach a contradiction: keep going until two results clash, or a known truth is broken (an integer equals a fraction, a lowest-terms fraction has a common factor, and so on).
  4. Conclude \(S\): the contradiction shows \(\lnot S\) is false, so the original statement \(S\) is true.
Example 1 — There is no largest integer
Prove by contradiction that there is no largest integer.
Solution

State the goal and assume its negation:

\(S\)\(:\)\(\text{there is no largest integer}\)
\(\lnot S\)\(:\)\(\text{a largest integer } N \text{ exists}\)

Build a larger integer from \(N\):

\(N+1\)\(>\)\(N\)
\(N+1\)\(\in\)\(\mathbb{Z}\)

So \(N+1\) is an integer greater than \(N\), yet \(N\) was assumed to be the largest. This is a contradiction.

\(\therefore\ \lnot S\) is false: there is no largest integer.

Example 2 — If \(n^2\) is even then \(n\) is even
Prove by contradiction that if \(n^2\) is even then \(n\) is even.
Solution

Keep the hypothesis, negate the conclusion:

\(\text{assume}\)\(:\)\(n^2 \text{ even and } n \text{ odd}\)

Square the odd form \(n = 2k+1\):

\(n^2\)\(=\)\((2k+1)^2\)
\(=\)\(4k^2 + 4k + 1\)
\(=\)\(2(2k^2 + 2k) + 1\)

This is odd, so \(n^2\) is odd — contradicting the assumption that \(n^2\) is even. The contradiction rules out \(n\) being odd.

\(\therefore\ n\) must be even.

Example 3 — \(\sqrt2\) is irrational (sketch)
Sketch the proof by contradiction that \(\sqrt2\) is irrational.
Solution

Assume it is rational, written in lowest terms:

\(\sqrt2\)\(=\)\(\dfrac{a}{b} \ \text{(lowest terms)}\)
\(2b^2\)\(=\)\(a^2\)

\(a^2\) is even, so \(a\) is even; put \(a=2c\):

\(2b^2\)\(=\)\((2c)^2 = 4c^2\)
\(b^2\)\(=\)\(2c^2\)

So \(b\) is even too. Then \(a\) and \(b\) share the factor \(2\), contradicting the assumption that \(\dfrac{a}{b}\) was in lowest terms.

\(\therefore\ \sqrt2\) is irrational.

Example 4 — Write the opening assumption
To prove by contradiction that if \(n\) is prime and \(n>2\) then \(n\) is odd, write the correct opening assumption.
Solution

Negate the implication \(P \Rightarrow Q\) as \(P \wedge \lnot Q\):

\(\text{statement}\)\(:\)\((n \text{ prime},\ n>2) \Rightarrow n \text{ odd}\)
\(\lnot(P \Rightarrow Q)\)\(\equiv\)\(P \ \text{and}\ \lnot Q\)
\(P\)\(:\)\(n \text{ prime and } n>2\)
\(\lnot Q\)\(:\)\(n \text{ even}\)

Keep the full hypothesis and negate only the conclusion — do not drop \(n>2\) or negate \(P\).

\(\therefore\) assume \(n\) is prime, \(n>2\), and \(n\) is even.

Common pitfalls

Assuming \(S\) instead of \(\lnot S\). The method opens with the negation of the goal. Assuming the statement is true and hitting no problem proves nothing — watch out for starting from \(S\).
Negating only half of an implication. The negation of \(P \Rightarrow Q\) is \(P\) and \(\lnot Q\). Keep the hypothesis \(P\); negate only the conclusion. Do not negate \(P\) or drop it.
A contradiction from a faulty step. Every deduction must be valid. A contradiction reached after an algebra slip is worthless — check each line before trusting the impossibility.
Confusing a counterexample with a contradiction proof. One counterexample disproves a "for all" claim; a proof by contradiction proves a statement. They answer opposite questions.

Frequently asked questions

What is proof by contradiction?

A method that proves a statement \(S\) by assuming its negation \(\lnot S\), deducing validly until an impossibility appears, and concluding that \(S\) must be true.

What do you assume first in a proof by contradiction?

You assume the negation of the goal, \(\lnot S\) — the exact opposite of what you want to prove, never the statement itself.

How do you negate an if-then statement?

The negation of \(P \Rightarrow Q\) is \(P \text{ and } \lnot Q\). Keep the hypothesis \(P\) and negate only the conclusion \(Q\).

How do you prove there is no largest integer?

Assume a largest integer \(N\) exists. Then \(N+1\) is also an integer and \(N+1 > N\), so \(N\) is not the largest — a contradiction. Hence there is no largest integer.

Why does proof by contradiction work?

If assuming \(\lnot S\) forces an impossibility, then \(\lnot S\) cannot be true. Since a statement is either true or false, \(S\) must therefore be true.

Is a counterexample a proof by contradiction?

No. A counterexample disproves a universal ("for all") claim with a single case. A proof by contradiction instead proves a statement by ruling out its negation.