If you use the Binomial Theorem on the right side, you get
x^p + (p choose 1) * x^(p - 1)y + (p choose 2) * x^(p - 2)y^2 + ... + (p choose (p - 2)) * x^2y^(p-2) + (p choose (p - 1)) * xy^(p - 1) + y^p.
It turns out that p divides (p choose k) for 1 <= k <= p - 1. This is true because (p choose k) equals p!/(p - k)!(k!). Neither (p - k)! nor k! is divisible by p (since all their prime factors are less than p), but p! is, so (p choose k) is divisible by p.
Hence, when you expand out (x + y)^p, all the terms except x^p and y^p are necessarily congruent to 0 (mod p). So the result you have holds.
2006-12-12 16:21:06
·
answer #1
·
answered by Anonymous
·
1⤊
0⤋
I don't think this is right.
Suppose x is 1 and y is 1 and p is 3
then 1^3 + 1^3 does NOT equal (1+1)^3
the left side is 2 and the right is 8
2006-12-12 16:08:52
·
answer #2
·
answered by firefly 6
·
0⤊
0⤋
Congruent mod (p)?
I think there is a theorem that states (but check your textbook to be sure this is true. It's been a long time since number theory):
x^p = x mod (p)
and so
y^p = y mod (p)
(x+y)^p = (x+y) mod (p)
Adding the first two together, we get:
x^p + y^p = (x+y) mod (p)
according to the third one, x+y = (x+y)^p mod (p), and so:
x^p + y^p = (x+y)^p mod (p)
qed.
Again, double check that my assumption is true. Hope this helps.
2006-12-12 16:16:35
·
answer #3
·
answered by vidigod 3
·
1⤊
0⤋
It is wrong the way it is stated...
U can't factor out indices...
ex: (x^2 + y^2) is NOT equal to (x + y)^2
2006-12-12 16:10:23
·
answer #4
·
answered by Sid Has 3
·
0⤊
0⤋
No.
x^2+y^2 does not equal (x+y)^2
(x+y)^2=x^2+2xy+y^2
They are not the same.
2006-12-12 16:10:00
·
answer #5
·
answered by yupchagee 7
·
0⤊
1⤋
its just factoring out the ^p
2006-12-12 16:07:05
·
answer #6
·
answered by Dayna L 2
·
0⤊
1⤋
it just does.
2006-12-12 16:07:59
·
answer #7
·
answered by mike c 2
·
0⤊
1⤋