Proof by Induction consists of: Base Case: show that solution holds for n=1 Inductive Case: Assume that it holds for n=k. Substitute to confirm it also holds for n=k+1.