26 May 12, 11:48PM
(This post was last modified: 27 May 12, 12:33AM by Roflcopter.)
(25 May 12, 09:50AM)Sarath Wrote: #9[difficult]
No three positive integers a, b, and c can satisfy the equation a^n + b^n = c^ n for any integer value of n greater than two. Give a proof to this theorem
[troll]
I doubt I can do Fermat's Thm but I can get a little way. If n=uv then (a^u)^v + (b^u)^v = (c^u)^v so there would be a solution to the case with n=v. Therefore we only need to prove for n an odd prime or 4. (This is a well-known idea and not originally mine.)
If gcd(a,b,c)>1 then a solution a' = a/g, b' = b/g, c' = c/g exists, hence we only have to prove a,b and c with gcd(a,b,c)=1. (Probably also not original.)
We need only prove for pairwise-coprime (a,b,c) since... if g := gcd(x,y) > 1 with x and y two different elements of (a,b,c) and z = the third element, then a^n + b^n = c^n (mod g) => z^n = 0 (mod g) => z=0 (z can't be any other zero divisor of g since then gcd(x,y,z)>1 which we proved above was a case we didn't need to consider). (Probably also not original.)
This means we only need to prove it for n=3, 4, 5, 7, 11, .. and pairwise coprime a, b and c.
#1 solution:
#2 solution: