THe well ordering principle has that every subset of $\mathbb{Z}^+_0$ has a least element.
or if $S$ is a non-empty subset of $\mathbb{Z}^+_0$ and $S = \{a_1, a_2, a_3 ... a_n\}$, then there is a least element (say $a_1$) which is lesser than $a_2, a_3 ...a_n$
I attempted to prove it by using three elements :
Suppose that there is no least element. Then,
$$a_1 < a_2, a_3 ~~\not\exists$$ $$\implies a_1 > a_2, a_3$$
Then we have two cases :
Case I:
$a_2 > a_3$
$\implies a_1 > a_2 > a_3$
So $a_3$ is least element
Case 2:
$a_3 > a_2$
$\implies a_1 > a_3 > a_2$
So $a_2$ is least element
There is a lest element in every case. Contradiction.
Questions
Is this proof correct? Can it also be shown for any arbitrary number of elements?
Thank you!