Prove that for every positive integer n there exists integer
Solution
Proof :
First, we consider the case when n is odd.
In this case, let b = 0 and let a be any integer satisfying 2a 1 mod n.
Then we have 4a2 + 9b2 - 1 = 4a2 - 1 = (2a + 1)(2a - 1) which is divisible by n .
Now we consider the case when n is not divisible by 3.
In this case, let a = 0 and let b be any integer satisfying 3b 1 mod n.
Then we have 4a2 + 9b2 - 1 = 9b2 - 1 = (3b + 1)(3b - 1) which is divisible by n.
Finally, we consider the general case. We can express n as n1n2 where n1 is not divisible by 2, and n2 is not divisible by 3, and n1 and n2 are relatively prime. (For example, let n2 be the power of 2 in the prime factorization of n , and let
n1 be the rest of the prime factorization of n.)
From the first paragraph, there are integers a1 and b1 such that 4a12 + 9b12 - 1 is divisible by n1.
From the second paragraph, there are integers a2 and b2 such that 4a22 + 9b22 - 1 is divisible by n2.
By the Chinese Remainder Theorem, there is an integer a that is a1 mod n1 and a2 mod n2 .
Similarly, there is an integer b that is b1 mod n1 and b2 mod n2 .
Modulo n1, we have
4a2 + 9b2 - 1 4a12 + 9b12 - 1 0 ( Mod n1 )
Modulo n2, we have
4a2 + 9b2 - 1 4a22 + 9b22 - 1 0 ( Mod n2 )
Thus 4a2 + 9b2 - 1 is div isible by both n1 and n2 .Because n1 and n2 are relatively prime, that means 4a2 + 9b2 - 1
is divisible by their product n1 n2 which is n . Hence the proof.
