What is lost when we move from reals to complex numbers? [duplicate]

Solution 1:

The most important ones as I see it:

  • Naturals to integers: lose well-orderedness, gain "abelian group" (and, indeed, "ring").
  • Integers to rationals: lose discreteness, gain "field".
  • Rationals to reals: lose countability, gain "Cauchy-complete".
  • Reals to complexes: lose a compatible total order, gain the Fundamental Theorem of Algebra.

Solution 2:

The most important property you loose when moving from real to complex numbers is definitely the notion of an order, i.e. $\mathbb{R}$ is an ordered field whereas $\mathbb{C}$ is not. This follows from the following proposition (Abstract Algebra by P.A. Grillet):

A field $F$ can be ordered if and only if $-1$ is not a sum of squares of elements of $F$.

Moreover, we have to be careful in defining certain functions due to the fact that now even standard functions turn out to be multi-valued rather than single-valued. However, this is paid back immediately by the nice differentiability properties of complex differentiable functions.

Solution 3:

Losing order is the most important but we also lose that if $b > 1$ then $b^z$ is injective so $\ln z$ (or $\log_b z$) is no longer a function but an equivalence class.

Solution 4:

Comparing naturals to integers, there is a smallest natural (0 or 1) which often makes solving problems easier.

Comparing reals to complex, you can always compare reals but there is no complete ordering of the complex numbers.

Solution 5:

The biggest thing you lose when you move from the reals to the complex numbers is the ordering. You can, of course, find some ordering on the complex numbers, but the ordering will have nothing to do with the algebraic structure.

On the real numbers, if $a < b$, and $c$ is positive, then $ac < bc$. And for any numbers at all we have $a < b$ if and only if $a + c < b + c$. You can't build an ordering on the complex numbers that obeys the same properties (You can prove this. The easiest way is to assume i is positive, and find a contradiction, then assume i is negative and find a contradiction).