proof_by_induction

1. prove P(1) is true.

2. prove “if P(1), P(2), …, P(n) are true, then P(n + 1) is true”. This must be true n

This must be true n, and this check is not part of the assumption

This can be considered an algorithmic proof procedure.

intuition

proof_by_induction_algorithm

toacp math discrete_math

backlinks