true for all natural numbers if the following are true 1. P is true about 0 (that is, P(0) is true). 2. If you assume P is true for a natural number n (P(n) is true), then you can prove that P is true for the successor s(n) of n (that P(s(n)) is true).
+ 3 + ··· + n = n(n + 1)/2. In order for the statement to be true, we must show it is true for s(n) = n + 1: 0 + 1 + 2 + 3 + ··· + n + n + 1 = (n + 1)(n + 2)/2.