Saturday, May 13, 2006

Cyclotomic Integers: Factoring Fermat's Last Theorem

Today's blog continues the discussion of Kummer's proof of Fermat's Last Theorem for regular primes. If you would like to review the historical context for this proof, start here.

The major reason why cyclotomic integers are interesting in relation to Fermat's Last Theorem is because they enable us to factor Fermat's Last Theorem in the following way:

zn = xn + yn = (x + y)(x + αy)(x + α2y) .... (x + αn-1y)

Below I will show how I can derive this factoring using the Fundamental Theorem of Algebra.

Lemma 1: Let α be a primitive root of unity such that n is an odd prime and αn = 1, and let x,y,z be integers such that xn + yn = zn, then:

zn = xn + yn = (x + y)(x + αy)(x + α2y) .... (x + αn-1y)

Proof:

(1) We know that xn - 1 has n root from the Fundamental Theorem of Algebra.

(2) We also note that for all αi where 0 ≤ i ≤ n-1, we have i)n = 1.

NOTE: αn = 1 so it is really the same as α0.

(3) Based on #2, the Fundamental Theorem of Algebra gives us:

xn - 1 = (x - 1)*(x - α)*(x - α2)*...*(x - αn-1)

QED

Theorem 1: if n is odd, then zn = xn + yn = (x + y)(x + αy)(x + α2y) .... (x + αn-1y)

Proof:

(1) an - 1 = (a - 1)*(a - α)*(a - α2)*...*(a - αn-1) [From Lemma 1 above]

(2) Since a can be any value, let a = -x/y so that:

(-x/y)n - 1 = [(-x/y) - 1]*[(-x/y) - α]*...*[(-x/y) - αn-1] = -(x)n/yn - 1

(3) If we multiply (-y)n=-(yn) to both sides, we get:

xn + yn = (x + y)*(x + yα)*...*(x + αn-1y)

QED

No comments: