Prove with induction that every finite nonempty set of real numbers has a largest element.
My idea (please fix my notation where it is wrong)
Let $A=\left\{a_i\in \mathbb{R}:i\in N)\right\}$. If $i = 1, $ then we conclude that $a_1$ is the largest element. Hence we assume that A has a largest number for all N.
Now let
$$A=({a_1,a_2,...,a_k,a_{k+1}})=(a,a_{k+1}).$$
If $a_{k+1}$ is the largest element we are done, if a is the largest one then by our hypothesis we conclude that for $a_i$ for some i is the largest element. This prove also relies on the elements being well ordered.
Would this be a sufficient proof and how should it be written?