Induction Cheat Sheet
Induction Cheat Sheet
The method of proof by induction can be used to prove that a given statement 𝑓𝑛 is true
for all positive integers n.
STEP 1
STEP 2
STEP 3
Use the assumption made in STEP 2 to prove that the statement 𝑓𝑛+1 is then also true.
This is known as the inductive step.
STEP 4
This completes the proof by induction that the statement 𝑓𝑛 is true for all positive
integers n.