Re: x^n + y^n = k (mod m)



In article <rbisrael.20071105003011$4a2e@xxxxxxxxxxxxxxxx>,
Robert Israel <israel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

quasi <quasi@xxxxxxxx> writes:

Sorry, if this is a duplicate -- it appeared not to go through the
first time.

On Sun, 04 Nov 2007 21:52:41 GMT, Gerry Myerson
<gerry@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

In article <j1eri39vlnds5itga57pvsclrf0eld0j3c@xxxxxxx>,
quasi <quasi@xxxxxxxx> wrote:

Does there exist an integer n > 2, and an integer k, such that

(1) x^n + y^n = k has no integer solutions.

(2) For all integers m > 1, the congruence x^n + y^n = k (mod m) has
integer solutions.

Here are two possible routes to finding such a thing.

1. There is no solution in integers to x^3 + y^3 = 6,
but there is a solution in rationals,
so x^3 + y^3 = 6 (mod m) has a solution for every m
avoiding prime divisors of the denominators. Maybe it
has solutions for those primes, too.

Nice plan of attack.

But x^3 + y^3 = 6 (mod 9) has no solutions.

OK, then, 20 = (19 / 7)^3 + (1 / 7)^3
and x^3 + y^3 = 20 mod 49 has the solution x = 6, y = 0.

2. There are only finitely many primes p for which
there exists k such that x^3 + y^3 = k (mod p)
has no solution. Use Chinese Remainder Theorem
to find k such that x^3 + y^3 = k (mod p) has solution
for all those k; then x^3 + y^3 = k (mod m) ought to have
a solution for all m. Just make sure you choose k so there
are no solutions in Z.

No, I don't agree with the above.

Just because you have a solution mod p does not guarantee a solution
mod p^2. The issue is prime powers.

Case in point: the example above.

I think Hensel's Lemma gives you a solution
to x^3 + y^3 = k mod p^2
if you have a solution mod p,
except when p = 3.

--
Gerry Myerson (gerry@xxxxxxxxxxxxxxx) (i -> u for email)
.



Relevant Pages