Historical Context & Motivation
Mathematics isn't just about getting the right answer — it's about proving that your answer is right, not just for one case, but for every possible case. For thousands of years, mathematicians have searched for techniques that let them move from "I checked a few examples" to "I know this is always true." Two of the most powerful tools in this arsenal are proof by induction and proof by contradiction. These methods were developed centuries apart, but together they form the backbone of rigorous mathematical reasoning at the HL level.
Here is the central challenge these techniques address: how do you prove something is true for infinitely many cases? You can't check them all one by one. Induction gives you a systematic way to chain together an infinite sequence of truths, while contradiction lets you prove a statement by showing its opposite leads to an impossibility.
Core Principles & Definitions
Before diving into the mechanics, let's establish the foundational ideas that make these proof techniques work. Both methods rely on the structure of logic itself, not on any particular area of mathematics, which is what makes them so universally powerful.
The Base Case
The Inductive Step
The Domino Effect
Negation & Contradiction
Law of Excluded Middle
Visual Explanation — The Structure of Induction
As the diagram illustrates, the power of induction lies in its chain structure. You never actually prove the statement for every single natural number individually. Instead, you prove a conditional connection: "if any one case is true, then the next case must also be true." Combined with the base case, this conditional connection cascades outward to cover every natural number, no matter how large.
Mathematical Framework
Proof by Induction — Formal Structure
In IB exam questions, you'll typically encounter induction proofs for three categories: summation formulas (like 1 + 2 + 3 + ··· + n = n(n + 1)/2), divisibility statements (like "6ⁿ − 1 is divisible by 5"), and formulas involving derivatives or sequences. The structure is always the same three steps, regardless of what you're proving.
Proof by Contradiction — Formal Structure
In a proof by contradiction, you start by writing "Assume, for the sake of contradiction, that..." and then state the opposite of what you want to prove. You then use valid logical steps until you arrive at something impossible — such as a number being both even and odd, or a fraction in lowest terms that can be simplified further. This impossibility proves your assumption was wrong, so the original statement is true.
Detailed Breakdown — Types & Strategies
Not all induction and contradiction proofs look the same. Understanding the common types you'll encounter on the IB exam — and the strategies for each — will help you approach problems efficiently. The diagram below organises the key proof types you need to know.
When tackling an induction problem, the most challenging part is usually the algebraic manipulation in the inductive step. For summation proofs, this means adding the (k + 1)th term to the assumed formula for k and simplifying. For divisibility proofs, the trick is often to rewrite the expression for k + 1 in terms of the expression for k, plus a multiple of the divisor. Practicing these manipulations is the key to building confidence.
Worked Examples
Example 1: Proof by Induction — Summation Formula
Prove by mathematical induction that for all n ∈ ℕ:
Example 2: Proof by Contradiction — √2 is Irrational
Induction vs. Contradiction — When to Use Which
Both induction and contradiction are tools for establishing truth, but they're suited to very different types of problems. Understanding when to reach for each technique is one of the most important skills you'll develop in HL Mathematics.
| Feature | Proof by Induction | Proof by Contradiction |
|---|---|---|
| Best used when | The statement involves all natural numbers (or all integers ≥ some base) | You need to show something is impossible or doesn't exist in a certain form |
| Logical structure | Direct: build truth from base → k → k+1 | Indirect: assume the opposite, derive impossibility |
| Common IB topics | Summation formulas, divisibility, derivatives, inequalities | Irrationality (√2, log₂3), infinitude of primes |
| Main challenge | Algebraic manipulation in the inductive step | Choosing the right approach after assuming ¬P |
| Required conclusion | "By PMI, true for all n ∈ ℕ" | "This is a contradiction, ∴ P is true" |
Connections to Advanced Mathematics
The techniques you learn in AHL 1.15 are not just exam content — they are the foundation of how mathematicians at every level establish truth. Understanding where these methods lead can help you appreciate why the IB syllabus treats them with such importance.
| AHL 1.15 (What You Learn Now) | University & Beyond |
|---|---|
| Proof by induction on ℕ | Strong induction: assume P(1), P(2), …, P(k) are all true, then prove P(k+1). Also structural induction on trees, graphs, and formal languages. |
| Simple contradiction (√2, primes) | Used in real analysis (e.g., Cantor's proof that the reals are uncountable), topology, and abstract algebra. |
| Three-step structure (base, hypothesis, step) | Transfinite induction extends the method beyond natural numbers to ordinal numbers — a key tool in set theory. |
| Law of excluded middle (P or ¬P) | In constructive mathematics and intuitionism, this law is not accepted — leading to fundamentally different proof systems. |
If you continue to study mathematics at university, you'll encounter these proof techniques constantly — in courses like real analysis, abstract algebra, and number theory. The ability to write a clean, logical proof is one of the most transferable skills mathematics can give you, and the work you do in AHL 1.15 is your first serious training ground for it.
Practice Problems
Lesson Summary
Proof by induction allows you to prove a statement P(n) for all natural numbers using a base case (verify P(1) is true) and an inductive step (show that P(k) true implies P(k + 1) true). The key challenge lies in the algebraic manipulation required to transform the expression for k + 1 into the desired form. Common applications include summation formulas, divisibility statements, and formulas for derivatives or sequences.
Proof by contradiction works by assuming the negation of what you want to prove and deriving a logical impossibility. This relies on the law of excluded middle — a statement is either true or false. Classic IB examples include proving the irrationality of √2 and the infinitude of primes. For both techniques, always remember to include a clear concluding statement — the IB marking scheme specifically awards marks for this.