Prove for all positive integers d, m, n. If d=gcd(m, n) then gcd(m, nk)=gcd(m, dk).
So I messed around with it, and I started from the conclusion. I made gcd(m, nk)=x, gcd(m, dk)=y. Then by Bezout's Lemma ms+nkt=x, ms+dkt=y, s and t are integers. I think I can make these 2 equations and change it to the form of d=gcd(m, n). Maybe by dividing? But If I divide it by d, then ms/d+nkt/d=x/d, then this equation might not be integers anymore. I don't know that the next step is. Thank you for looking this over for me.