Prove that gcd(a,b)=dgcd(a/d,b/d).

121 Views Asked by At

enter image description here

I think the strategy for this problem would be i assume some arbitrary element is in gcd(a,b) and chase it into the rhs and then do it the other way around , but i am not sure how to even start this one.

1

There are 1 best solutions below

1
On

We can rephrase the conditions as $a=p\cdot d$ and $b=q\cdot d$ with $p,q\in\mathbb{N}$.

Then $$\gcd(a,b)=\gcd(pd,qd)=d\cdot\gcd(p,q)=d\cdot\gcd(\frac{a}{d},\frac{b}{d})$$