Simple proof of Fermat's theorem?

Click For Summary

Discussion Overview

The discussion revolves around a proposed proof of Fermat's Last Theorem, specifically addressing the assertion that for integers \( a, b, c > 1 \) and \( n > 2 \), the equation \( a^n + b^n \neq c^n \) holds. Participants analyze the structure of the proof, questioning assumptions and exploring the implications of using real numbers versus integers.

Discussion Character

  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant presents a proof structure that leads to a contradiction, suggesting that the assumption \( a^n + b^n = c^n \) must be false.
  • Another participant questions whether \( x \) must be an integer, given that \( b = xa \) implies \( x \) could be a non-integer when \( a \) and \( b \) are integers.
  • Concerns are raised about the assumption that \( x - y \) must be an integer divisor of 1, as \( x \) and \( y \) are rational numbers, not necessarily integers.
  • Some participants note that the proof seems overly simplistic given the complexity of Fermat's Last Theorem, suggesting there must be an error in the reasoning.
  • There is a discussion about the possibility of infinite solutions for \( x^n - y^n = 1 \) when considering real numbers, contrasting this with the restrictions of Fermat's problem.
  • A later reply emphasizes that the rearranged formula may have solutions for any real numbers \( x \) and \( y \), but Fermat's theorem restricts to integers.
  • Another participant proposes a specific case where \( x \) is at least 1 and suggests that for any \( x \geq 1 \), there exists a positive real \( y \) such that \( x^n - y^n = 1 \).

Areas of Agreement / Disagreement

Participants express differing views on the validity of the proof and the assumptions made within it. There is no consensus on whether a simple proof exists for the statement \( x^n - y^n \neq 1 \) for all \( n > 2 \), and the discussion remains unresolved.

Contextual Notes

Participants highlight the limitations of the proof, particularly regarding the assumptions about \( x \) and \( y \) being integers versus rational numbers, and the implications of these assumptions on the divisibility arguments presented.

barryn56
Messages
12
Reaction score
0
Can someone point out the error in the following "proof":

Prove a^n + b^n =/ c^n for n>2, a,b,c>1 (=/ means not equal to)

Let b=xa where x>1 and is from the set of real numbers generated by fractions, such that b is an integer

so:

a^n + (xa)^n =/ c^n

Expanding

a^n + x^n.a^n =/ c^n

then, taking the common factor a^n out

a^n(1+x^n) =/ c^n

then dividing through by a^n

1+x^n =/ c^n/a^n

Substitute y from the set of real numbers given by the fraction c/a, then

1+x^n =/ y^n

or:

y^n - x^n =/ 1

Factorizing:

x^n - y^n = (x - y)*(x^[n-1] + x^[n-2]*y + ... + y^[n-1]).

If the left side equals 1, then x > y, and x - y must be a positive
divisor of 1, namely 1. Then x = y + 1. Substitute that into the
second factor above, and set that second factor also equal to 1. That
should give you a contradiction. The contradiction means that the
assumption that the left side equals 1 must be false, and then you're
done.
 
Mathematics news on Phys.org
a and b are integers by hypothesis, so b = xa implies that x is an integer, so that b is actually an integer multiple of a. Is it okay to assume this?
 
Dr. Seafood said:
a and b are integers by hypothesis, so b = xa implies that x is an integer, so that b is actually an integer multiple of a. Is it okay to assume this?

Huh? If b = 6 and a = 4, then x = 1.5.
 
Why must x-y be an integer?
 
Isn't that the assumption made in Fermat's Last Theorem?
The statement is that no solutions (x, y, z) exist for the Diophantine equation x^n + y^n = z^n if n > 2.
 
To prove the x^n-y^n is not equal to 1, you assume the opposite, so x^n-y^n=1, then you show this won't work... x (any y) are not integers, and there's no reason to suppose they are simply because a and b are, as JG89 shows by example. x is from the group of real numbers formed by fractions of two integers. y is from the same group (formed by c/a).

There must be an error somewhere - this is too easy a proof that took mathematicians many years to arrive at. The main difference I see is that we move from an integer problem to a real number problem (with an integer result - 1).
 
barryn56 said:
x^n - y^n = (x - y)*(x^[n-1] + x^[n-2]*y + ... + y^[n-1]).

If the left side equals 1, then x > y, and x - y must be a positive
divisor of 1, namely 1.

x = b/a
y = c/a
x-y = (b-c)/a

That is not an integer, so you can't talk about divisibility.
 
Yes, thinking some more about this, I realize the issue is that the re-arranged formula may actually have solutions for ANY real number x, y (i.e. there are an infinite number of solutions that can satisfy x^n-y^n=1), but Fermat's problem only allows a certain subset of the real numbers - those that can be produced by the ratio of two integers. So, IF you could prove that there were no solutions for all the real numbers, x and y, then you would also prove Fermats theorem, but this is probably not the case...
 
barryn56 said:
Can someone point out the error in the following "proof":

Prove a^n + b^n =/ c^n for n>2, a,b,c>1 (=/ means not equal to)

Let b=xa where x>1 and is from the set of real numbers generated by fractions, such that b is an integer

so:

a^n + (xa)^n =/ c^n

Expanding

a^n + x^n.a^n =/ c^n

then, taking the common factor a^n out

a^n(1+x^n) =/ c^n

then dividing through by a^n

1+x^n =/ c^n/a^n

Substitute y from the set of real numbers given by the fraction c/a, then

1+x^n =/ y^n

or:

y^n - x^n =/ 1

Factorizing:

x^n - y^n = (x - y)*(x^[n-1] + x^[n-2]*y + ... + y^[n-1]).

If the left side equals 1, then x > y, and x - y must be a positive
divisor of 1, namely 1.
This is your error. Throughout, you have only required x and y to be rational numbers, not integers. So it does NOT follow that x- y is an integer divisor of 1.

Then x = y + 1. Substitute that into the
second factor above, and set that second factor also equal to 1. That
should give you a contradiction. The contradiction means that the
assumption that the left side equals 1 must be false, and then you're
done.

Added: that's pretty much what pwsnafu and barryn56 said before.
 
  • #10
OK, so it comes down to - given real numbers x and y, is there a (simple) proof that x^n-y^n =/ 1 for all n>2 or not?
 
  • #11
barryn56 said:
OK, so it comes down to - given real numbers x and y, is there a (simple) proof that x^n-y^n =/ 1 for all n>2 or not?
Well... assuming x,y are positive anyway x must be at least 1 and for any x>=1 , let y be the (positive, real) nth root of x^n-1. Then x^n-y^n=1.
 

Similar threads

  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 105 ·
4
Replies
105
Views
10K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
20
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K