This is an old revision of the document!


Proof by Induction

  1. State your P(n).
    1. State your P(n), which should be a property as a function of n
    2. Also state for which n you will prove your P(n) to be true
  2. State your base case.
    1. State for which n your base case is true
    2. Prove it!
  3. State your induction hypothesis
    1. State your induction hypothesis! Without it, the whole proof falls apart. Usually it is just restating your P(n) with no restriction on n
  4. Inductive Step.
    1. Now consider P (n + 1). This is where you try to prove a larger case of the problem than you assumed in your induction hypothesis. What are you trying to prove? Keep this in mind when you do this step. Remember, use your induction hypothesis somewhere, and clearly state where. If you haven’t used your induction hypothesis in this step, then you are not doing a proof by induction. So you’d better need to use it.
  5. Conclusion. This is optional. You can re-state the problem.
courses/cs211/proof_by_induction.1357237928.txt.gz · Last modified: 2013/01/03 18:32 by admin
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0