I am currently reading this paper on the axioms of complex numbers. The set of complex numbers is characterized (and defined up to a natural isomorphism) by the following axioms:
- $\mathbf{C}$ is a commutative field.
- $\mathbf{C}\ni z\mapsto\overline{z}\in\mathbf{C}$ is a ring homomorphism.
- $\overline{\overline{z}}=z$ for all $z\in\mathbf{C}$.
- There exists some $z\in\mathbf{C}\setminus\{0\}$ with $\overline{z}=-z$ (equivalently, there exists some $z\in\mathbf{C}$ with $\overline{z}\neq z$).
- $\mathbf{R}:=\{z\in\mathbf{C}:\overline{z}=z\}$ is a complete ordered field.
In the proof of theorem 3, the authors make the following assumption:
If $\overline{z}=-z$ and $z\neq 0$, then $z\cdot z<0$.
It is clear that $z\cdot z$ is a real, nonzero number, since $\overline{z\cdot z}=\overline{z}\cdot \overline{z}=z\cdot z$. Thus, it remains to be proven that $z\cdot z$ is negative. The paper suggests a proof by contradiction:
Suppose $z\cdot z>0$, then we consider the real numbers $X:=\sqrt{z\cdot z}$ and $Y:=-\sqrt{z\cdot z}$. Since either $z=X$ or $z=Y$, $z$ is a real number - contradiction.
However, I don't see how the claim that either $z=X$ or $z=Y$ can be proven based on the axioms listed above.