I would like to know how from the very basic I can teach some one the above title statement. Here is my plan.
$\textbf{First}$ I will state WOP: Every non-empty set of positive integers contains a least element.
$\textbf{Second}$ I will state PMI:
$(1)$ $0\in T$.
$(2)$ $n\in T\implies n+1\in T$
We show that $T=\Bbb N$.
Suppose I want to prove $\textbf{First}$ statement using The $\textbf{second}$
So I take $T$ be a non-empty subset of natural number, enough to show it has a least element. ( is that right?)
$\textbf{proof}:$ Assume by contradiction that $T$ has no least element, let $$W=\{x:x\notin T\}$$ since $0$ is a lower bound of natural number so $0\in W$, now here can I say like this: let $0,1,\dots,n\in W\Rightarrow n+1\in W$. Then $n+1$ can not be in $T$ since then it would be a lower bound of $T$ and since $0,1,\dots,n\notin T$, so $n+1\notin T$ by induction $W=\mathbb{N}$, so $T=\phi$
$\textbf{Now}$ Suppose every nonempty subset of $\Bbb N$ has a least element. Let $T$ be a subset of $\Bbb N$ with the following properties
$(1)$ $0\in T$.
$(2)$ $n\in T\implies n+1\in T$
We show that $T=\Bbb N$.
Let $T$ be as above. Consider the set of $\Bbb N\setminus T$, and assume by contradiction it is not empty. By the WOP, it has a least element, call it $x$.
I am not able to proceed further, Thank you for help and discussion.