Use the second principle of mathematical induction to show that if f(1) is specified and a rule for finding f(n+1) from the values of f at the first n positive integers is given. Then f(n) is uniquely determined for every positive integer n.
My issue is with the second principle... WHAT IS IT?! how does it differ from the first principle?
At a guess (I think I've heard them called this), the first principle is
if $P(0)$ and $(P(n) \implies P(n+1))$ for all $n$ then $P(n)$ for all $n$
and the second principle is
if $P(0)$ and $((P(r)$ for all $r \leq n) \implies P(n+1))$ for all $n$ then $P(n)$ for all $n$
where $P$ is some proposition depending on the natural numbers.