Prove $\gcd(ka,kb) = k*\gcd(a,b)$

4.5k Views Asked by At

For all $k > 0,\ k\in \Bbb Z$ . Prove $$\gcd(k*a,\ k*b) = k *\gcd(a,\ b)$$

I think I understand what this wants but I can't figure out how to set up a formal proof. These are the guidelines we have to follow

enter image description here

1

There are 1 best solutions below

0
On

Hint: Start with the fact that $\gcd(k a, k b)$ is the minimal positive value of $s k a + t k b$, and factor out $k$.