Mathematical Induction
Mathematical induction is a proof technique used to prove statements about natural numbers by establishing a base case and showing the statement holds for n+1 if it holds for n.
What You Need to Know
Key Concept Diagram
Step 1 (Base case): prove the statement is true for n = 1 (or n = 0)
Step 2 (Inductive step): assume the statement is true for n = k (inductive hypothesis)
Step 3: prove the statement is true for n = k + 1 using the inductive hypothesis
If both steps hold, the statement is true for all natural numbers
Induction is used to prove summation formulas, divisibility, and inequalities
Key Vocabulary
Mathematical induction
A proof technique for proving statements about all natural numbers
Base case
The initial step in a proof by induction, usually proving the statement for n = 1
Inductive hypothesis
The assumption that the statement is true for n = k
Inductive step
Proving the statement for n = k+1 given it holds for n = k
Knowledge Check
Select the correct answer for each question. Click "Check Answer" to see if you are right.
Question 1
In a proof by induction, the base case for a statement about natural numbers is typically:
Question 2
The inductive hypothesis assumes:
Question 3
If the base case holds and the inductive step is proven, the statement is:
Key Concepts Summary
- ●Step 1 (Base case): prove the statement is true for n = 1 (or n = 0)
- ●Step 2 (Inductive step): assume the statement is true for n = k (inductive hypothesis)
- ●Step 3: prove the statement is true for n = k + 1 using the inductive hypothesis
- ●If both steps hold, the statement is true for all natural numbers
- ●Induction is used to prove summation formulas, divisibility, and inequalities