146k views
5 votes
Let a >= b.
show that gcd(a,b) = gcd(a-b, b) ​

User McNab
by
6.9k points

1 Answer

6 votes

let
\gcd(a,b)= G , $a\ge b$

$\therefore a=G\cdot m$ and $b=G\cdot n$

$a-b=Gm-Gn=G(m-n)$

Now, $\gcd(a-b,b)$ clearly is, $G$

User Sergey Avdeev
by
7.5k points