How would I be able to prove that gcd(ab,c)∣gcd(a,c)⋅gcd(b,c)
I'm assuming I can start by saying gcd(ab,c)⋅n=gcd(a,c)⋅gcd(b,c) for some n∈Z but I'm not sure how I can represent the gcd value as an integer combination of a and b to prove that the left side can divide the right side
Answer
From gcd(ab,c), we conclude that gcd(ab,c)∣ab and gcd(ab,c)∣c. Now we will have two cases:
Case 1: gcd(ab,c)∣a and gcd(ab,c)∣c:
In this case, we see that gcd(ab,c) is a common divisor of a and c, so by definition of gcd, we have gcd(ab,c)∣gcd(a,c).
Case 2: gcd(ab,c)∣b and gcd(ab,c)∣c:
Similarly, in this case we have gcd(ab,c) to be a common divisor of b and c, so gcd(ab,c)∣gcd(b,c).
In either case, we will have gcd(ab,c)∣gcd(a,c)⋅gcd(b,c), and we are done.
No comments:
Post a Comment