The document proves mathematical statements using induction. It shows:
1) Induction can be used to prove the summation formula 1 + 2 + 3 + ... + n = n(n+1)/2. It shows the base case of n=1 is true, and assumes the formula is true for n=k to prove it is true for n=k+1.
2) Induction can prove inequalities, like n < 2n for all positive integers n. It shows the base case is true and assumes the statement is true for n=k to prove it is true for n=k+1.
3) Induction can prove divisibility properties, like n3 - n being