Wednesday, May 1, 2013


Fermat's last Theorem

X^n + Y^n = Z^n if n is whole number and X,Y, and Z are whole numbers. Show that his is a false statement.

This is the original question posed by Fermat.

  1. Let us show the statement is false for n=3
  2. Thus, X^2 +Y^2 = h*Z^2 where h is some positive number greater than 1.
  3. Also, X +Y = l*Z where l is some positive number greater than 1.
  4. If we add 2XY to both sides of equation #2, the equation now becomes h*Z^2 +2X*Y = X^2 +2X*Y+Y^2.
  5. This now becomes h*Z^2 + 2X*Y = (X +Y)^2 = l*Z^2
  6. Shuffling some terms you get (h- l^2)*Z^2=-2X*Y
  7. Further snuffling gives l^2= h-2X*Y/Z^2.
  8. Finally multiplying h by 2/2 we get l^2= 2h/2 -2X*Y/Z^2
  9. Factoring the 2 outside the brackets we get l^2 = 2(h/2 -X*Y/Z^)
  10. So, l= (h/2 – X*Y/Z^2) * 2^1/2
  11. l is rational, as are X,Y,Z, and h.
  12. Here is the contradiction. The right hand side is an irrational number because 2^1/2 is a irrational number, while all the symbols inside the brackets rational. The right hand side of equation is therefore a irrational number. The left hand side is rational. The original statement is false then.
  13. Finally, since the proof can be applied for any n>2, this proofs the original assertion b Fermat.