The document discusses mathematical induction. It begins by defining the principle of induction and stating that it has two parts: the basic step and inductive step. It then gives an example proof using induction. Specifically, it proves that the sum of n times the nth factorial from 1 to n equals (n+1)! - 1. It shows the base case of n=1 holds and assumes the inductive hypothesis is true for k. Then it uses this to prove the statement is true for k+1, completing the induction proof.