Algebraic numbers is algebraically closed, proved using elementary linear algebra

Recall the definition of algebraic numbers: x is an algebraic number iff it is a root of some non-zero polynomial with rational coefficients.

Definition of Algebraic Numbers

Let xC be a complex number. We call it an algebraic number iff n>0, a0,,anQ,an0, s.t. i=0nanxn=0.

Algebraic number is algebraically closed

The algebraic numbers have an intriguing property: it is algebraically closed. That is, the sum, difference, product and quotient of two algebraic numbers is again algebraic. Moreover, the roots of a non-zero polynomial whose coefficients are algebraic numbers is again algebraic.

Theorem 1

Let x,yC be some algebraic number, where x0. Then x+y, xy, x1 are all algebraic numbers.

Theorem 2

Let a0,,anC be some algebraic numbers, where n>0 and an0 holds. Then all the roots of the polynomial f(x)=i=0nanxn are algebraic numbers.

Trivial as it sounds, the two theorems might not so easy to prove unless you are familiar with field theory. (You can pause now and try to prove them yourself!) However, with some matrix tricks, we can prove these theorems with just elementary linear algebra.

From Polynomials to Matrices

Here we introduce our main tool for proving the two theorems: the companion matrix.

Definition of Companion Matrix

For n>0, let f(x)=xn+i=0n1aixi be a polynomial. We define the companion matrix of f to be: C(f)=[0000a01000a10100a20001an1]

One can verify that the characteristic polynomial of C(f) is exactly f, thus the eigenvalues of C(f) corresponds to the roots of f, which leads to the following lemma:

Lemma 1

Let xC be a complex number. Then x is an algebraic number iff x is the eigenvalue of some matrix with rational entries.

Proof of Lemma 1

For the if part, obviously the the coefficients of the characteristic polynomial of a matrix with rational entries are rational. Thus x is the root of a polynomial with rational coefficient, and x is algebraic.
For the only if part, let f be a polynomial with rational coefficients such that f(x)=0. Then x is the eigenvalue of the companion matrix C(f), which obviously has rational entries.

Proof of the Theorems

With the tool of matrix in hand, we can now easily prove Theorem 1:

Proof of Theorem 1

By Lemma 1, there exists some rational matrices G,H such that x is an eigenvalue of G, while y is an eigenvalue of H. Let u and v be the respective eigenvectors. Then we have (GI+IH)uv=(x+y)uv Here denotes tensor product (Kronecker product). We can see that (GI+IH) is a rational matrix, and x+y is an eigenvalue of it. By Lemma 1, x+y is an algebraic number.

Similarly, we have (GH)uv=xyuv Which implies that xy is an algebraic number.

To show that x1 is an algebraic number, let f be a polynomial such that f(x)=i=0naixi=0, where an0. By dividing xn from the equality, we have i=0nani(x1)i=0 In other words, for the rational polynomial g(t)=i=0nanitn, we have g(x1)=0. Notice that g is non-zero as an0. This finishes the proof of Theorem 1.

Proof of Theorem 2

We still use matrices as our main weapon, however, the proof is a little more involved. Let f(x)=i=0naixi be a polynomial, where all ai are algebraic. By Theorem 1, the quotient of two algebraic numbers is again algebraic, thus we may assume that an=1. Then let C(f) be the companion matrix of f: C(f)=[0000a01000a10100a20001an1] And let w be the eigenvector corresponding to the eigenvalue x. Our goal is to construct a matrix with same eigenvalues as C(f), however having only rational entries. Again, we adopt the idea of tensor products: we try to replace each ai in C(f) by a matrix.

Let Gi be a rational matrix such that ai is an eigenvalue of it, and let ui be the corresponding eigenvector. (The existence of Gi is guarenteed by Lemma 1). Then we construct Hi and v: Hi:=(j=0i1I)Gi(j=i+1n1I)v:=u0un1 One can verify that Hiv=aiv. Then finally, we construct the block matrix M: M:=[0000H0I000H10I00H2000IHn1] Then one can verify that Mwv=xwv. Since Hi are all rational, M is a rational matrix, and x is an eigenvalue of it. Thus by Lemma 1, x is an algebraic number. This finishes our proof of Theorem 2.

Summary

This elegant proof transforms the roots of polynomials into eigenvalues of matrices, and use tensor products to manipulate them freely. An alternate proof contains constructions with resultant, however, the process is more tedious and less intuitive, and requires some knowledge in abstract algebra.