Problem: Suppose $z=a+bi$, $w=c+di$. Define $z<w$ if $a<c$, and also if $a=c$ but $b<d$. Prove that this turns the set of all complex numbers into an ordered set. Does this ordered set has the least-upper-bound property?
In my attempt, I've been using Rudin's definition of an ordered field as a proof structure:
Definition 1.17: An ordered field is a field $F$ which is also an ordered set, such that:
$(1)$ $x+y<x+z$ if $x, y, z \in F$ and $y<z$
$(2)$ $xy>0$ if $x\in F, y \in F, x> 0,$ and $y>0$.
There are some propositions about ordered fields Rudin provides as well which I can prove, but I'm stuck on a part of proving $(2)$.
My attempt on $(2)$: Let $x =a+bi$, $y=c+di$.
Since $0$ = $(0,0)$ or $0 + 0i$, by the problem's defined ordering, $x>0$ if $a > 0$ OR $a = 0$ and $b>0$. And $y>0$ if the same properties hold for $c, d$. $xy = (ac-bd) + (ad+bc)i$. There are four cases to consider if both $x >0$ and $y>0$:
(1) $a >0, c>0$.
What if $ac-bd<0$? $ac > 0$ but if $bd > ac$, then $xy$ is not greater than $0 + 0i$.
(2) $a > 0, c = 0$ but $d > 0$.
$ac = 0, bc = 0$, so $xy = -bd + (ad)i$. If $-bd < 0$, then $xy$ is not greater than $0 + 0i$.
And so forth. Would appreciate any clarification on this.
For the least-upper-bound property, does it suffice to state than for any non-empty subset $E = \{(c, d)\ :\ c, d \in \mathbb{R}\}$ of the set of complex numbers, we observe that all complex numbers are an ordered pair of real numbers and the real field has the least-upper-bound property so we can always find a complex number $(a, b)$, $a, b \in \mathbb{R}$ such that $a$ and $b$ are supremums of the respective sets $\{c\}$ and $\{d\}$ as defined for subset $E$?