Let $n$ be a positive integer. Prove that the largest integer which is less than $n$ is $n-1$.
Attempt of a solution: Since $n$ is a positive integer $n>0$. I think I have to use the well-ordering Principle which states: Every non-empty subset of the positive integers contains a smallest member.
Any hints or help would be greatly appreciated.
Consider the set of differences:
$$S=\{a: a\in \Bbb N, a<n\}$$
which is all positive integers less than $n$ by definition of $>$. Then this set has a least element, but since $1<k$ for every $k\in\Bbb N$ and $n-a>0\iff n>a$ is a definition, we see that $1\in S$ and so $1$ is the least element, making $n-1$ maximal among all differences $\{n-a: a\in S\}$, for $n-b>n-a\iff a-b>0$ i.e. $a>b$.