Weak Induction [=Normal Induction] § Base case P(1) is true Inductive Hypothesis (IH) Assume P(k) is true Inductive Step P(k) is true ⇒P(k+1) is true Strong Induction § Base cases P(1)…P(n) is true Inductive Hypothesis (IH) Assume P(k) is true Inductive Step P(k) is true ⇒P(k+1) is true