In VCE Specialist Mathematics, a mathematical proof is a rigorous argument that demonstrates the truth of a statement beyond any doubt. It relies on a logical progression from established facts and assumptions to a necessary conclusion.
Mathematical arguments are built using specific building blocks:
KEY TAKEAWAY: Every proof must begin with clear definitions. If you are proving a property of odd numbers, your first step is almost always to define the number algebraically as \(2k+1\).
Most mathematical theorems are written as conditional statements.
| Statement | Logic | Example |
|---|---|---|
| Original | \(P \Rightarrow Q\) | If \(n\) is even, then \(n^2\) is even. |
| Converse | \(Q \Rightarrow P\) | If \(n^2\) is even, then \(n\) is even. |
| Contrapositive | \(\neg Q \Rightarrow \neg P\) | If \(n^2\) is odd, then \(n\) is odd. |
STUDY HINT: When asked to find the contrapositive in a multiple-choice question, negate both the hypothesis and the conclusion, and then swap their positions.
This involves a chain of logical deductions leading directly from the hypothesis to the conclusion.
* Method: Assume \(P\) is true \(\rightarrow\) apply definitions/axioms \(\rightarrow\) show \(Q\) is true.
Used when proving \(P \Rightarrow Q\) directly is difficult, but proving \(\neg Q \Rightarrow \neg P\) is simpler.
* Method: Assume the negation of the conclusion (\(\neg Q\)) \(\rightarrow\) use logical steps \(\rightarrow\) arrive at the negation of the hypothesis (\(\neg P\)).
A powerful method where you assume the statement you are trying to prove is false and show that this leads to a logical impossibility (a contradiction).
* Method:
1. Assume the negation of the statement is true.
2. Use logical reasoning to reach a contradiction (e.g., \(0=1\), or a number being both rational and irrational).
3. Conclude that the original statement must therefore be true.
* Classic Example: Proving \(\sqrt{2}\) is irrational.
To prove a universal statement (e.g., “For all \(n \in \mathbb{N} \dots\)”) is false, you only need to provide one specific case where the statement does not hold.
* Example: To disprove “All prime numbers are odd,” simply point to the number \(2\).
EXAM TIP: If a question asks you to “Show that the statement is false,” do not try to provide a general algebraic proof. Simply find one value for \(n\) that fails and show the calculation.
Mathematical Induction is used to prove that a proposition \(P(n)\) is true for all natural numbers \(n \in \{1, 2, 3, \dots\}\) (or for \(n \ge n_0\)).
VCAA FOCUS: In the Inductive Step (\(k+1\)), examiners look for a clear substitution of the “Assumption” (Step 3). If you do not explicitly use the \(P(k)\) assumption, you will lose marks for the structure of the proof.
| Type | Goal | Strategy |
|---|---|---|
| Direct | \(P \Rightarrow Q\) | Assume \(P\), deduce \(Q\). |
| Contrapositive | \(P \Rightarrow Q\) | Assume \(\neg Q\), deduce \(\neg P\). |
| Contradiction | \(P\) is true | Assume \(\neg P\), find a contradiction (e.g., \(x \ne x\)). |
| Induction | \(P(n)\) for all \(n\) | Prove \(P(1)\); Prove \(P(k) \Rightarrow P(k+1)\). |
| Counterexample | \(P\) is false | Find one case where \(P\) fails. |
REMEMBER: A mathematical proof is like a ladder. Induction is the perfect analogy: the Base Case is getting onto the first rung, and the Inductive Step proves that if you are on any rung (\(k\)), you can always reach the next one (\(k+1\)). Therefore, you can climb the whole ladder.