Prove that every set of natural numbers has a lower bound in $\mathbb{Z}$.
I have no clue how to do this. I would like to prove that one is the min of the set A and conclude since 1 is a min A is bounded below, but I cannot think of what to do if 1 is not in the set.
Approach
let $A=\{k\in \mathbb{Z}:k>0\}$
Then $1 \in A$ since $1>0$. Also $k \geq 0$ for all $k \in A$ so the set is bounded below. By the well ordering principle A has a minimum call it $m$. Then $m\leq1$ and since $m$ is positive $m^2\leq m$.But $m^2 \in A$ since $m^2>0$. But since $m$ is a lower bound this implies $m \leq m^2$. So $m^2 \leq m \leq m^2$. Which is only true if $m=m^2$. Thus $0=m^2-m$
$\implies 0=m(m-1)$ thus $m=1$ so $1$ is a minimum therefore the set is bounded below.
I think my proof is only that 1 is the minimum of all positive integers, is the proof for all sets of natural numbers similar?
Alternate approach: Can I just assume since the set is nonempty and has a minimum that the set has to be bounded below by the well ordering principle?