Homepage Solution manuals Ivan Niven An Introduction to the Theory of Numbers Exercise 2.3.38* (There is some $x$ such that $(a+bx,c) = 1$ if $(a,b) = 1,c>0$)

Exercise 2.3.38* (There is some $x$ such that $(a+bx,c) = 1$ if $(a,b) = 1,c>0$)

Let ( a , b ) = 1 and c > 0 . Prove that there is an integer x such that ( a + bx , c ) = 1 .

Answers

Proof. If c = 1 , then any integer is relatively prime to c , so there is nothing to prove.

If c > 1 , let c = p 1 a 1 p k a k the decomposition of c in prime factors.

We first show that for every index i , 1 i k , there is some integer x i such that p i a + b x i .

  • If p i b , then there exists an inverse b of b modulo p i , i.e. b b 1 ( mod p i ) .

    a + bx 1 ( mod p i ) x b ( 1 a ) ( mod p i )

    Take x i = b ( 1 a ) . Then a + b x i 1 ( mod p i ) , thus p i a + b x i .

  • If p i b , then p i a , since a b = 1 . Take x i = 0 . Then p i a + b x i = a

This shows that for every index i , 1 i k , there is some integer x i such that a + b x i 0 ( mod p i ) .

Since p 1 , , p k are relatively prime by pairs, the Chinese Remainder Theorem shows that there is some integer x such that

x x 1 ( mod p 1 ) , , x x k ( mod p k ) .

Then ax + b a x i + b 0 ( mod p i ) for every index i . Therefore ( ax + b ) p i a i = 1 for every i , where p 1 a 1 , , p k a k are relatively prime by pairs, therefore

( a + bx ) c = ( ax + b ) ( p 1 a 1 p k a k ) = 1 .

There is an integer x such that ( a + bx ) c = 1 if a b = 1 , c > 0 . □

User profile picture
2024-08-16 16:47
Comments