English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Prove that if the Euclidean algorithm is applied to integers m and n, not both 0, then the last nonzero remainder is gcd(m,n)

2007-01-18 09:13:00 · 1 answers · asked by MAP 1 in Science & Mathematics Mathematics

1 answers

write n=qm+r with n>m>r. Then gcd(n,m)=gcd(m,r). So do it again.
When you get to n'=q'm', then m'=gcd(m',n') and since all the gcd's going backwards are equal, m'=gcd(n,m).

2007-01-18 09:22:29 · answer #1 · answered by gianlino 7 · 1 0

fedest.com, questions and answers