The following is a system of quadratic congruences:
{x2≡a(mod3)x2≡b(mod7)
If (a3)=1=(b7), where (∗) is the Legendre symbol, then above system has four solutions by the Chinese remainder theorem.
But, I'm wondering about that: Is it possible the first and second congruence has the same solution?
Since gcd(3,7)=1, I guess it is impossible, but I can't explain clearly.
How do I explain it?
Give some advice. Thank you!
Answer
Let x be any solution to x2≡a(mod3) and y any solution to y2≡b(mod7). Then x+3m is also a solution for any integer m, and y+7n is also a solution for any integer n. So it suffices to show that there exist integers m and n such that
x+3m=y+7n,
or equivalently 3m+7(−n)=y−x. Such m and n exist because 3 and 7 are coprime. Concretely, as
3×(−2)+7×(1)=1,
we can take m=−2(y−x) and n=−1(y−x) to find that
x−6(y−x)=y−7(y−x)=7x−6y,
satisfies both congruences simultaneously.
No comments:
Post a Comment