I am learning math proofs for the first time. So I cannot discern the reason for all the details in a proof. Here's the statement of mathematical induction:
For every positive integer $n$, let $P(n)$ be a statement. If:
(1). $P(1)$ is true and
<p>(2). If $P(k)$, then $P(k+1)$ is true for every positive integer $k$ then $P(n)$ is true for every positive integer $n$.</p>
Here's the proof the author gave.
Assume that the theorem is false. Then conditions (1) and (2) are satisfied, but there exist some positive integers $n$ for which $P(n)$ is a false statement. Let $$S=\{n\in {\rm N}~{\rm :}P\left(n\right)~is~false\}$$Since $S$ is a non-empty subset of ${\rm N}$, it follows by the well-ordering principle that $S$ contains a least element $s$. Since $P(1)$ is true, $1\notin S$. Thus $s\ge 2$ and $s-1\in {\rm N}$. Therefore, $s-1\notin S$ and so $P(s-1)$ is a true statement. By condition (2), $P(s)$ is also true and so $s\notin S$. This however contradicts our assumption that $s\in S$.
My questions are:
Where did $s-1\in {\rm N}$ and $s-1\notin S$ pop from ?
Why is the well-ordering principle important for this proof ?