I have to show that in any non empty subset of $N$ there is least element. Note: This is not a homework question.
So this is how my incomplete proof looks like. And I tried this by induction:
let $S$ be nonempty subset of $N$. I defined $M = \{m \in N \mid m\le s \text{ for all } s \in S\}.$ Then I showed $1$ is in $M$. I did this using proof by contradiction. Now if $s$ is in $S$ then $s < s^+$. So $s^+$ is not in $M$. Thus $M$ is not equal to $N$.
Thus there exists $z$ in $M$ such that such that $z^+$ is not in $M$. Now I have to show $z$ is the least element of $S$. Since $z$ is in $M$ by the way $M$ is defined $z$ must be least element of $S$. But what if $z$ is not in $S$? What should I do? Help please.