Logo

AskSia

Plus

Prove that if gcd(a, b) = 1 and d | a + b, then gcd(a, d) = gcd(b, d) = 1.
Feb 20, 2024
Prove that if gcd(a, b) = 1 and d | a + b, then gcd(a, d) = gcd(b, d) = 1.
Solution by Steps
step 1
Given that gcd(a,b)=1\gcd(a, b) = 1 and d(a+b)d \mid (a + b), we want to prove that gcd(a,d)=gcd(b,d)=1\gcd(a, d) = \gcd(b, d) = 1
step 2
Since d(a+b)d \mid (a + b), there exists an integer kk such that dk=a+bdk = a + b
step 3
Assume for contradiction that \gcd(a, d) > 1. Then there exists a prime pp such that pap \mid a and pdp \mid d
step 4
Since pap \mid a and pdp \mid d, and dk=a+bdk = a + b, it follows that pbp \mid b. This contradicts the assumption that gcd(a,b)=1\gcd(a, b) = 1
step 5
Therefore, our assumption is wrong, and we must have gcd(a,d)=1\gcd(a, d) = 1
step 6
Similarly, assume for contradiction that \gcd(b, d) > 1. Then there exists a prime qq such that qbq \mid b and qdq \mid d
step 7
Since qbq \mid b and qdq \mid d, and dk=a+bdk = a + b, it follows that qaq \mid a. This contradicts the assumption that gcd(a,b)=1\gcd(a, b) = 1
step 8
Therefore, our assumption is wrong, and we must have gcd(b,d)=1\gcd(b, d) = 1
Answer
gcd(a,d)=gcd(b,d)=1\gcd(a, d) = \gcd(b, d) = 1
Key Concept
Properties of gcd and divisibility
Explanation
If gcd(a,b)=1\gcd(a, b) = 1 and dd divides a+ba + b, then dd cannot share any prime factors with aa or bb, otherwise it would contradict the fact that aa and bb are coprime. Hence, gcd(a,d)=gcd(b,d)=1\gcd(a, d) = \gcd(b, d) = 1.
© 2023 AskSia.AI all rights reserved