I've been trying to prove a slightly different statement to the definition of the well ordering principle given by Lang in Undergraduate Algebra and given here for reference:
Every non-empty set of integers $\geq 0$ has a least element.
I've been trying to prove that: Any non-empty set $A$ of integers which is bounded above has a largest element.
However, I'm left wondering what does it mean for a set of integers to be bounded? Does this bound have to be an integer also or can it be a real number? What is the general definition?
Assuming it is an integer I think I got a proof of my statement:
Since $A$ is bounded above there is a $q \in Z$ such that $m\leq q$ for all $m \in A$. Now consider the set $A' = \{n \mid n = q - m$ for some $ m \in A\}$. $A'$ is obviously not empty as $A$ isn't empty. Note that for any $n \in A'$ $n \geq 0$ and therefore the well ordering principle gives a $s \in A'$ such that for all $n \in A'$, $s \leq n$. As $s \in A'$ this implies there is an $m' \in A$ such that $s = q - m'$. Therefore, for all $n \in A'$, $q - m' \leq n = q - m$ and as a result for all $m \in A$, $m \leq m'$ and so $m'$ is our largest element.
If someone could verify it or give me any criticism I'd appreciate it as I'm working on my proof technique.
Thank-you.