1) The document discusses the principle of mathematical induction, which is used to prove that a proposition P(n) is true for all natural numbers n. It involves showing that P(0) is true, and if P(n) is true then P(n+1) is true, which implies P(n) is true for all n.
2) An example uses induction to prove that n < 2n for all positive integers n. It shows the basis step P(1) is true, and inductive step that if P(n) is true then P(n+1) is true.
3) Another example uses induction to prove the summation formula 1 + 2 + ... +