I wish to show that the following two assertions are equivalent:
(Principle of Mathematical Induction) Let $S$ be a nonempty subset of the set of non-negative integers satisfying the following two conditions:
(i) $ 0 \in S$
(ii) If $n \in S$ implies $n + 1 \in S$then $S=\mathbb{Z}_{\geq 0}$
(The Maximum Principle) Let $T \subset \mathbb{Z}_{\geq 0}$ be a non-empty subset which is bounded from above. Then $T$ has a greatest element.
I am drawn to use a proof by contradiction; assuming $T$ does not have a greatest element and derive a contradiction. But before that, I tackle the following: Since $T$ is a non-empty set, there must be at least one element $0 \in T$. If $0$ is the only element then we are done. Now, I use proof by contradiction. Suppose $T$ is a non-empty subset of $\mathbb{Z}$, which is bounded. Since $T$ is bounded, there exists one element, say $k$, such that $k \geq n$ for all $n \in T$. Now, by $(ii)$ we have that $n \in T$ implies $n+1 \in T$, and so if $n=k$ then $k+1 \in T$, which is a contradiction.
I realize that the reasoning above is most likely gibberish. But, at this point in time, I cannot gather enough clarity in my mind to resolve those issues and write a clear proof. That is why I would greatly appreciate help from this community. Cheers
I don't think you need (or even should) to use the WOP/LNP as Mauro asserts.
Hint: It can be done directly, nameley define a function $P_n$ which is true whenever all subsets of $Z_{\geq 0}$ which are bounded above by $n$ have a greatest element. Use this and PMI to show that the set $U=\{n; P_n= true\}$ is in fact $Z_{\geq 0}$.
I'm leaving the details to you.