Friday, May 25, 2018

elementary number theory - Prove that if $gcd(a,b)=1$, then $gcd(acdot b,c) = gcd(a,c)cdot gcd(b,c)$.

Let $a,b,c \in \mathbb{Z}$, prove that if $\gcd(a,b)=1$, then $\gcd(a\cdot b,c) = \gcd(a,c)\cdot \gcd(b,c)$.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...