5
$\begingroup$

How does one know the notion of real numbers is compatible with the axioms defined for complex numbers, ie how does one know that by defining an operator '$i$' with the property that $i^2=-1$, we will not in some way contradict some statement that is an outcome of the real numbers.

For example if I defined an operator x with the property that $x^{2n}=-1$, and $x^{2n+1}=1$, for all integers n, this operator is not consistent when used compatibly with properties of the real numbers, since I would have $x^2=-1$, $x^3=1$, thus $x^5=-1$, but I defined $x^5$ to be equal to 1.

How do I know I wont encounter such a contradiction based apon the axioms of the complex numbers.

  • 1
    Also you need to extend your exponentiation rules. Otherwise, if you just use real exponential rules, you might end up with contradictions (http://en.wikipedia.org/wiki/Exponentiation#Powers_of_complex_numbers)2012-12-04

6 Answers 6

7

Using the real numbers $\mathbb R$ one can construct new objects in various ways and then show that these new structures extend $\mathbb R$ by adjoining one new element $i$ satisfying $i^2=-1$, while preserving the field axioms.

This is a special case of general extension constructions and can be done in many ways. These ways depend on the existence of a model for the real numbers. You might ask how do you know the real numbers exist and the answer is that these too can be built from simpler things, all the way down to the existence of sets (which can't be proved).

In some more detail, assuming $\mathbb R$ is your favourite model of the real numbers you can construct $\mathbb C$ very directly by considering $\mathbb R \times \mathbb R$ (whose existence requires a slight set-theoretic trick) and then define addition and multiplication as follows: $(a,b)+(x,y)=(a+x,b+y)$ and $(a,b)\cdot (x,y)=(ax-by,ay+bx)$. One can then verify that the axioms of a field are satisfied, that $i=(0,1)$ satisfies $i^2=-1$ etc. This is a lengthy but completely straightforward verification.

Another possibility is to use some ring theory and consider the factor ring $\mathbb R[X]/(X^2+1)$. It follows from some basic ring theory that this quotient is a field with the desired properties.

  • 0
    @Ethan You can find further discussion of Hamilton's pair construction and Cauchy's quotient ring construction of $\Bbb C$ in [this answer,](http://math.stackexchange.com/a/2658/23500), which includes interesting historical remarks and pedagogical links.2013-01-18
2

Note that, when we generalized from real numbers to complex numbers, we lost some properties. For instance, the order property. See here.

  • 0
    Once extended universal and existential quantifiers should become types to retain their original meaning. So$1$still has just one real cube root, and it's ok.2012-12-04
1

Consider an operator $X$ adjoining to $\mathbb{R}$, where we specify that the only condition $X$ must satisfy is $X^2 = -1$. What other conditions can $X$ satisfy? Well, in arithmetic the most basic things we want to do are addition, subtraction, multiplication and division. If $X^2 = -1$, i.e. $X^2 + 1 = 0$, we expect things like $X(X^2+1)$, $\frac{X^2+1}{X+3}$ etc to be 0.

Let us try to collect all these relations $X$ must satisfy - call this set $R$ - you can see that this set is the collection of all $\frac{p(X)}{q(X)} (X^2+1)$, where $p(X),q(X)$ are polynomials in $X$ with real coefficients, and $q(X)$ is relatively prime to $X^2+1$. Note that in constructing this set of relations I am only considering the most basic operations: addition/subtraction/multiplication/division, with $X$ considered as a formal symbol. If you want to see whether contradiction arises in other occasion, you will have to define more precisely the conditions for $X$ to be compatible with $\mathbb{R}$.

Now what does it mean by contradicting arithmetic of real numbers? It means that by playing with $X$, some miraculous cancellations occur so that a non-zero real number $a$ has to be 0. In other words this number $a$ lies in the set of relations $R$. Is that possible? If it happens, then

$\frac{p(X)}{q(X)} (X^2+1) = a$

for some polynomial $p,q$ mentioned above (in particular $q(X)$ is relatively prime to $X^2+1$. This means that

$p(X)(X^2+1) = a q(X)$

This is impossible since $X^2+1$ divides left hand side but not the right hand side.

Remark: As for the other examples you mentioned, say $X^{2n} = -1$ and $X^{2n+1} = 1$ one, it is a fun exercise to try to figure out what the set of relations would be. There are more general situation where a similar process can be done, related to so-called quotient rings. You will see them when you study ring theory.

0

Because we, actually, use the algebra of polynomials. Let $\mathbb R[X]$ denote all polynomials over real numbers. Let $f(X)=X^2+1$. Then this polynomial is irreducible and from the theory we know that since $\mathbb R$ is a field, the factor space $\mathbb R[X]/f$ is a field as well. And it is such field where $X^2+1=0$. This means that as well $X^3=X^3-X\cdot 0=X^3-X(X^2+1)=X^3-X^3-X=-X.$

All these sort of computations work because we are in $\mathbb R[X]/f$ which means that we can rewrite $0$ as $f(X)$ and vice versa. In the end, from each polynomial we can reduce to polynomial of degree one.

Notice that the identity $X^2+1=0$ is exactly the identity that "defines" complex numbers. Just you don't write the members as polynomils $Z(X)=bX+a$ but as numbers $z=a+bi$. The previous identity $X^3=-X$ then reads as $i^3=-i$ which is true.s

  • 1
    Sorry, if you don't know what field is, it is close to impossible to explain why construction of _field of complex numbers_ works. Anyways, I'll elaborate on factor spaces.2012-12-04
0

A field is a generalization of the real number system. For a structure to be a field, it should fulfill the field axioms (http://en.wikipedia.org/wiki/Field_%28mathematics%29).

It is rather easy to see that the complex numbers are, indeed, a field. Proving that there isn't a paradox hiding in the complex-number theory is harder. What can be proved is this:

If number theory (natural numbers, that is) is consistent, then so is the complex number system. The main problem is that you can't prove the consistency of a theory without using a stronger theory. And then you have the problem of proving that the stronger theory is consistent, ad infinitum.

0

Let's say we have defined the complex numbers as the set $\Bbb R\times\Bbb R$ together with addition $(a,b)+(c,d)=(a+c,b+d)$ and multiplication $(a,b)\cdot(c,d)=(ac-bd,ad+bc).$It is then possible to show that this structure is a field, which basically means that all the usual algebraic laws hold.

We can then define a subset $R$ which contains exactly those complex numbers with zero imaginary part. The addition and multiplication, when restricted to this set, becomes $(a,0)+(c,0)=(a+c,0)\quad\text{and}\quad(a,0)\cdot(c,0)=(ac,0).$ It can again be proven that $R$ is a field, it's a subfield of the complex numbers. Since every element in this set is uniquely determined by the first component, we could just write $(x,0)=\bar x$. Now it holds that $\bar x+\bar y=(x,0)+(y,0)=(x+y,0)=\overline{x+y}\quad\text{and}\\ \bar x\cdot\bar y=(x,0)\cdot(y,0)=(xy,0)=\overline{xy}$ where the addition in $\overline{x+y}$ is just addition of real numbers and similarly for multiplication. Thus, you can think of $\overline x$ as the real number $x$. There is no difference except for how you write it.

If we now define $i=(0,1)$ then we see that $i^2=(0,1)\cdot(0,1)=(-1,0)=\overline{-1}$ and so the axioms of the complex numbers are consistent (because we have a model for them). Now if you take any property which can be proven from the field axioms, for example $a^m\cdot a^n=a^{m+n}$ for integers $m$ and $n$, then this is valid for all complex numbers (because they form a field, too). Since the real numbers are just a special kind of complex numbers, we see that the complex numbers extend the reals in a way which is compatible with them in this sense.