Skip to content
M
hscscience Ext 2 · Y12
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 11 · L13 of 14 ~40 min ⚡ +90 XP available

Mixed Proof Techniques

Faced with the claim "for every integer $n$, if $n^2$ is even then $n$ is even" — which proof technique do you reach for first? Direct? Contradiction? Contrapositive? Real mathematicians don't memorise one method; they read the statement, judge the structure, and pick the cleanest route. This lesson trains that judgment, then drills three problems where two valid proofs both work — so you can compare and choose.

Today's hook — Prove that $\sqrt{2}$ is irrational. Before reading on, write down which proof method you would use, and why. After card 05 we will compare two valid attacks on this same problem.
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

Consider the claim: for every integer $n$, if $n^2$ is even then $n$ is even. Before consulting any rule — which proof technique would you choose, and what would your first line of working be?

auto-saved
02
The two moves for choosing a proof method
+5 XP to read

Every proof question rewards two habits: read the statement's logical form first (is it "if P then Q"? a universal claim? an existence claim?), then pick the method whose machinery matches that form. Jumping into algebra without classifying the statement is the single biggest cause of stuck proofs.

The read-and-match strategy: (1) classify the statement (implication, universal, existence, negation), (2) match to a method (direct, contrapositive, contradiction, induction, counterexample), (3) write the opening line precisely before doing any algebra.

Direct: assume $P$, derive $Q$  ·  Contrapositive: assume $\neg Q$, derive $\neg P$  ·  Contradiction: assume $P \wedge \neg Q$, derive $\bot$

Classify P ⇒ Q? Match method Open first line Verify: does the conclusion close cleanly?
$P \Rightarrow Q \;\equiv\; \neg Q \Rightarrow \neg P$
If $Q$ is hard to reach, flip it
When the conclusion is awkward (e.g., "$n$ is even") but its negation is structurally easier (e.g., "$n = 2k+1$"), use the contrapositive. The two statements are logically identical.
"There is no…" begs contradiction
If the claim is "$\sqrt{2}$ is not rational" or "there is no largest prime", assume the opposite (it IS rational; there IS a largest prime) and chase a contradiction. Negative claims usually have no direct attack.
"For all $n \in \mathbb{Z}^+$" suggests induction
When the statement quantifies over the positive integers and the next case clearly depends on the previous one, induction is usually the cleanest route. Look for divisibility patterns and summation identities.
03
What you'll master
Know

Key facts

  • Direct proof: assume $P$, deduce $Q$
  • Contrapositive: $P \Rightarrow Q$ is logically equivalent to $\neg Q \Rightarrow \neg P$
  • Contradiction: assume $P \wedge \neg Q$ and derive a false statement
  • One counterexample disproves a universal claim
Understand

Concepts

  • Why the structure of a statement points to a method
  • Why two valid proofs of the same result can use different techniques
  • When induction is overkill (or underkill) vs. direct or contradiction
Can do

Skills

  • Read a proof prompt and pick a method within 30 seconds
  • Write the correct opening line for direct, contrapositive, contradiction and induction proofs
  • Recognise when a counterexample is required (a single failure disproves a universal)
04
Key terms
Direct proofAssume the hypothesis $P$ and use definitions/algebra to deduce the conclusion $Q$ in finitely many steps.
ContrapositiveThe implication $\neg Q \Rightarrow \neg P$, which is logically equivalent to $P \Rightarrow Q$. Often easier when $\neg Q$ is structurally simpler than $Q$.
Proof by contradictionAssume $P$ is true and $Q$ is false; derive a contradiction (a statement that is both true and false). Concludes that $Q$ must be true.
Mathematical inductionProve the base case $P(1)$, then prove that $P(k) \Rightarrow P(k+1)$ for arbitrary $k \geq 1$. Concludes $P(n)$ for all positive integers $n$.
CounterexampleA single instance for which a universal claim fails. One counterexample is sufficient to disprove "for all $x$, $P(x)$".
MEX-P1NESA outcome: proves results using language and notation associated with mathematical proof — direct, contrapositive, contradiction, induction and counterexample.
05
The decision tree: choosing the right method
core concept

The decision flow used by experienced provers:

  1. Is it a universal claim "for all $n$, $P(n)$"? If yes and $P(k)$ feeds $P(k+1)$ → induction. If you can find one failure → counterexample (statement is false).
  2. Is it "if $P$ then $Q$" with $P$ a clean handle? Try direct proof: assume $P$ and unfold definitions toward $Q$.
  3. Is $\neg Q$ much easier to work with than $Q$? Use the contrapositive: assume $\neg Q$, deduce $\neg P$.
  4. Is the claim a denial ("$x$ is irrational", "no largest prime", "no integer solution")? Use contradiction: assume the opposite and chase a false consequence.

The hook revisited: Prove $\sqrt{2}$ is irrational. The statement is a denial ("$\sqrt{2}$ is NOT a ratio of integers"). The decision tree points to contradiction: assume $\sqrt{2} = p/q$ with $\gcd(p,q)=1$, square both sides, deduce $p$ and $q$ are both even — contradicting $\gcd(p,q)=1$.

  • Step 1: assume $\sqrt{2} = p/q$ in lowest terms, so $\gcd(p,q)=1$.
  • Step 2: square: $2 = p^2/q^2$, so $p^2 = 2q^2$. Hence $p^2$ is even, so $p$ is even (using the contrapositive lemma!). Write $p = 2m$.
  • Step 3: $4m^2 = 2q^2 \Rightarrow q^2 = 2m^2$, so $q^2$ is even, so $q$ is even. But $p$ and $q$ are both even contradicts $\gcd(p,q)=1$. $\blacksquare$
Two techniques in one proof. Notice that the irrationality proof itself uses the contrapositive lemma "$p^2$ even $\Rightarrow$ $p$ even" inside a contradiction shell. Real proofs are often hybrids.

Decision flow: universal+inductive → induction · universal+one failure → counterexample · clean hypothesis → direct · cleaner negation → contrapositive · denial/no-such → contradiction · $\sqrt{2}$ irrational: contradiction shell, contrapositive lemma inside · Lemma: $n^2$ even $\Rightarrow$ $n$ even (proved by contrapositive: $n = 2k+1 \Rightarrow n^2 = 4k^2+4k+1$ odd)

Pause — copy the five-trigger decision flow (universal+inductive, universal+failure, clean hypothesis, clean negation, denial) and the $\sqrt{2}$ irrationality strategy (contradiction shell + contrapositive lemma) into your book.

Quick check: Which proof technique is best suited to the claim "for every integer $n$, if $n^3$ is odd then $n$ is odd"?

06
When two methods both work
core concept

We just saw the decision tree: inductive structure → induction, one failure → counterexample, clean hypothesis → direct, cleaner negation → contrapositive, "no-such" statement → contradiction. That raises a question: what if two methods both give a clean proof? This card answers it → $n^2$ even $\Rightarrow n$ even admits both contrapositive and contradiction proofs; choosing the cleaner one is correct mathematical practice.

Many HSC proof prompts admit more than one valid method. Knowing the alternatives is what scores top-band marks — and lets you pivot when one route stalls.

Example: "Prove that if $n^2$ is even then $n$ is even."

  • Contrapositive (cleanest): Assume $n$ is odd. Then $n = 2k+1$, so $n^2 = 4k^2+4k+1 = 2(2k^2+2k)+1$, which is odd. Hence if $n^2$ is even, $n$ cannot be odd, so $n$ is even. $\blacksquare$
  • Contradiction (also valid): Suppose $n^2$ is even but $n$ is odd. Then $n = 2k+1$ for some integer $k$, so $n^2 = 4k^2+4k+1$ is odd — contradicting that $n^2$ is even. So $n$ is even. $\blacksquare$
$$P \Rightarrow Q \;\equiv\; \neg Q \Rightarrow \neg P$$
Common mistake. Students often write "contradiction" as the header but produce what is actually a contrapositive proof (no contradiction is derived). They are different shapes: contradiction must end with $\bot$ (a false statement). Be honest about what your method really is.

$n^2$ even $\Rightarrow$ $n$ even has two clean proofs: contrapositive and contradiction · Contrapositive proof ends by showing $\neg Q \Rightarrow \neg P$; contradiction ends with $\bot$ · $n = 2k+1 \Rightarrow n^2 = 2(2k^2+2k)+1$ (odd) · Two routes to the same conclusion is a feature, not a bug — pick the cleaner one

Pause — copy both proofs of "$n^2$ even $\Rightarrow n$ even": the contrapositive ($n = 2k+1 \Rightarrow n^2$ odd) and the contradiction form, and note that either is acceptable into your book.

Did you get this? True or false: a proof by contrapositive of "$P \Rightarrow Q$" begins by assuming $\neg Q$ and ends by deriving $\neg P$.

PROBLEM 1 · TWO METHODS · DIRECT vs CONTRAPOSITIVE

Prove that for every integer $n$, if $5n+3$ is even then $n$ is odd. Give (a) a direct proof and (b) a contrapositive proof. Comment on which is cleaner.

1
(a) Direct. Assume $5n+3 = 2m$ for some integer $m$. Then $5n = 2m-3$, so $n = \dfrac{2m-3}{5}$. We need $n$ odd, i.e. $n = 2k+1$ for some integer $k$.
The direct attack hits a snag: the expression $\dfrac{2m-3}{5}$ is not obviously odd — we'd need to argue divisibility of $2m-3$ by $5$ and then re-express. Technically possible but messy.
PROBLEM 2 · TWO METHODS · CONTRADICTION vs DIRECT

Prove that there are infinitely many prime numbers. Give a contradiction-style proof, then sketch a direct constructive proof.

1
Contradiction (Euclid). Suppose, for a contradiction, that there are only finitely many primes $p_1, p_2, \ldots, p_n$. Consider $N = p_1 p_2 \cdots p_n + 1$.
The denial "finitely many primes" gives a finite list to work with. Multiplying them all and adding one is the famous Euclid construction.
PROBLEM 3 · TWO METHODS · INDUCTION vs DIRECT

Prove that $1 + 2 + 3 + \cdots + n = \dfrac{n(n+1)}{2}$ for all positive integers $n$. Give (a) a proof by induction and (b) a direct proof using the Gauss pairing argument.

1
(a) Induction. Base: $n=1$: LHS $= 1$, RHS $= \dfrac{1\cdot 2}{2} = 1$. ✓ Step: assume $1+\cdots+k = \dfrac{k(k+1)}{2}$. Then $1+\cdots+k+(k+1) = \dfrac{k(k+1)}{2} + (k+1) = \dfrac{(k+1)(k+2)}{2}$. So $P(k) \Rightarrow P(k+1)$, and by induction the result holds for all $n \geq 1$. $\blacksquare$
Induction works perfectly because the next case clearly depends on the previous one (add $k+1$). The factorisation step $\dfrac{k(k+1)}{2}+(k+1) = \dfrac{(k+1)(k+2)}{2}$ is the inductive payoff.

Fill the gap: The claim "for all real $x$, $x^2 \geq x$" is FALSE. The simplest counterexample is $x = \dfrac{}{2}$, where $x^2 = \tfrac{1}{4} < x = \tfrac{1}{2}$.

Trap 01
Labelling a contrapositive proof as "contradiction"
A proof that ends "…so $\neg P$, contradicting our assumption $P$" but never actually used $P$ in the body is really a contrapositive. Markers can tell, and it costs the logical-flow mark. If you didn't use $P$ to derive $\bot$, name the method correctly: contrapositive.
Trap 02
Disproving "for all" with an example instead of a counterexample
To disprove a universal claim "for all $x$, $P(x)$" you need a single $x_0$ for which $P(x_0)$ is FALSE — a counterexample. Showing that $P$ holds for a few specific values does not disprove the claim. The asymmetry between proving and disproving is critical.
Trap 03
Reaching for induction when direct or contrapositive is faster
Induction is powerful but often overkill. "Prove $n^2 - n$ is even for all positive integers $n$" can be done by induction, but a one-line direct proof — $n^2 - n = n(n-1)$ is the product of consecutive integers, hence even — is cleaner and shows insight. Don't default to induction reflexively.

Did you get this? True or false: to disprove the claim "for every prime $p$, $2^p - 1$ is prime", it is sufficient to show that $2^{11} - 1 = 2047 = 23 \times 89$.

Work mode · how are you completing this lesson?
1

Prove by contrapositive: for every integer $n$, if $n^2 + 1$ is even then $n$ is odd.

2

Prove by contradiction: there is no smallest positive rational number.

3

Give two valid proofs of the identity $1^3 + 2^3 + \cdots + n^3 = \left(\dfrac{n(n+1)}{2}\right)^2$: one by induction and one by the direct argument $1^3+\cdots+n^3 = (1+2+\cdots+n)^2$.

4

Disprove with a single counterexample: "For all positive integers $n$, the expression $n^2 + n + 41$ is prime."

5

A student writes: "Suppose $\sqrt{2}$ is rational. Then $\sqrt{2} = a/b$ in lowest terms. Squaring gives $2b^2 = a^2$, so $a$ is even. We have shown $a$ is even — therefore $\sqrt{2}$ is irrational." Identify the structural flaw in this argument and write a correct one-paragraph completion.

Odd one out: Three of these openings are correctly matched to their method. Which one is NOT?

11
Revisit your thinking

Earlier you considered which method to use to prove "$n^2$ even $\Rightarrow$ $n$ even".

Both contrapositive and contradiction are valid here. The contrapositive is cleaner because $\neg Q$ ("$n$ is odd") gives a direct algebraic handle $n = 2k+1$, and $n^2 = 4k^2+4k+1$ is immediately seen as odd. The contradiction version derives the same fact and then says "$n^2$ odd contradicts $n^2$ even", which is the same content packaged differently. Picking the cleaner shape is the skill this lesson trains.

auto-saved
01
Multiple choice
+5 XP per correct · +25 XP all-correct

Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.

02
Short answer
ApplyBand 32 marks

Q1. Prove by contrapositive: for every integer $n$, if $3n+5$ is odd then $n$ is even. (2 marks)

auto-saved
ApplyBand 43 marks

Q2. Prove by contradiction that $\sqrt{3}$ is irrational. Make every step of the logical structure explicit (assumption, algebra, contradiction, conclusion). (3 marks)

auto-saved
AnalyseBand 53 marks

Q3. Prove that $n^3 - n$ is divisible by $6$ for every positive integer $n$. Give (a) an induction proof and (b) a direct proof using the factorisation $n^3 - n = (n-1)n(n+1)$. Comment briefly on which is more insightful. (3 marks)

auto-saved
Comprehensive answers (click to reveal)

Activity answers:

1. Contrapositive: assume $n$ is even, $n = 2k$. Then $n^2 + 1 = 4k^2 + 1$, which is odd. So if $n^2+1$ is even, $n$ cannot be even, i.e., $n$ is odd. $\blacksquare$

2. Suppose $q > 0$ is the smallest positive rational. Then $q/2$ is also a positive rational and $q/2 < q$, contradicting minimality. So no smallest positive rational exists. $\blacksquare$

3. Induction: base $n=1$: $1 = 1$. Step: $\sum_1^{k+1} m^3 = \left(\tfrac{k(k+1)}{2}\right)^2 + (k+1)^3 = (k+1)^2\!\left(\tfrac{k^2}{4} + (k+1)\right) = \tfrac{(k+1)^2(k+2)^2}{4}$ ✓. Direct: use $\sum_1^n m = \tfrac{n(n+1)}{2}$, then square; verified by induction on the partial-sum identity.

4. $n = 40$: $40^2 + 40 + 41 = 1681 = 41^2$. Not prime. Counterexample. $\blacksquare$

5. Flaw: the argument stops after "$a$ is even" — no contradiction has been derived. Completion: write $a = 2m$, so $2b^2 = 4m^2$, giving $b^2 = 2m^2$. Hence $b$ is also even, contradicting $\gcd(a,b)=1$. Therefore $\sqrt{2}$ is irrational. $\blacksquare$

Q1 (2 marks): Assume $n$ is odd, $n=2k+1$ [1]. Then $3n+5 = 6k+8 = 2(3k+4)$ is even. So if $3n+5$ is odd, $n$ is not odd, i.e., $n$ is even [1]. $\blacksquare$

Q2 (3 marks): Suppose $\sqrt{3} = p/q$ in lowest terms [1]. Then $3q^2 = p^2$, so $3 \mid p^2$, hence $3 \mid p$. Write $p = 3m$, then $q^2 = 3m^2$, so $3 \mid q$ [1]. But $3 \mid p$ and $3 \mid q$ contradicts $\gcd(p,q) = 1$. Therefore $\sqrt{3}$ is irrational [1]. $\blacksquare$

Q3 (3 marks): (a) Induction: base $n=1$: $0$ divisible by 6 ✓. Step: $(k+1)^3-(k+1) = k^3+3k^2+3k+1-k-1 = (k^3-k)+3k(k+1)$. First term divisible by 6 (IH), second is $3 \times \text{even}$, so divisible by 6. Hence divisible by 6 [1]. (b) Direct: $n^3-n = (n-1)n(n+1)$, three consecutive integers, so the product is divisible by 2 (one is even) and by 3 (one is a multiple of 3), hence by 6 [1]. Comment: direct is more insightful because the factorisation immediately reveals the divisibility structure [1].

01
Boss battle · The Proof Picker
earn bronze · silver · gold

Five timed prompts. Read each statement, pick the cleanest method, and write the opening line. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.

⚔ Enter the arena
02
Science Jump · platform challenge

Climb platforms by classifying proof statements and matching them to methods. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Mixed Proof Techniques?

Work through this topic 1-on-1 with an experienced HSC tutor.

Book a free session →