Andy
2013-08-11 13:30:40 UTC
1. Prove a base case using an example.
2. Set up your inductive hypothesis by setting n = k and assuming it is true.
3. Set n = k +1 and prove it is true using previous steps.
What's the difference between these two inductions?