Prove that if $d\mid\gcd(a,b)$, then $d\mid a$ and $d\mid b$. I saw this used in proving another theorem but it was not proved. Does anyone know how to prove it?
2026-03-29 19:15:59.1774811759
Prove that if $d\mid\gcd(a,b)$, then $d\mid a$ and $d\mid b$.
131 Views Asked by user325789 https://math.techqa.club/user/user325789/detail At
2
Because $\gcd(a, b)$ is the greatest common divisor of $a$ and $b$, it is a common divisor of $a$ and $b$, so we get $\gcd(a, b) \mid a$ and $\gcd(a, b) \mid b.$
Now, if $d \mid \gcd(a, b)$, by the transivity of factors, we get $d \mid a$ and $d \mid b$.