Mathematical Induction - kenhendricks00/DiscreteMathematics GitHub Wiki
Steps for mathematical induction
-
Base Hypothesis: show P(a) is true for a, which is the first value of Domain.
-
Assumption Hypothesis: Assume P(k) to be true for any value k in Domain.
-
Assumption Proof: use above hypotheses to prove P(k + 1) is true.
Examples
more examples can be found online!