We wish to prove that $\gcd(a,b)=\gcd(a, b- k \cdot a )$, where $a,b, k$ are integers.
For any divisor $d|a$ and $d|b$ then we also have that for all integers $x,y$ we have $$d|(ax+by)$$ now let $x=-k$ and $y=1$ then $d|(b-ka)$. I still have to make the step to the gcd now, since I prove this for general divisors, is my proof also valid for the gcd? this only would mean that $d$ is the greatest such integer.