1. (10 points) The Euclidean algorithm is based on the following assertion. Given two integers a, b, (a > b), gcd(a,b) =
Posted: Sun May 15, 2022 8:19 am
1. (10 points) The Euclidean algorithm is based on the following assertion. Given two integers a, b, (a > b), gcd(a,b) = ged(b, a mod b). (1) Prove the assertion (1) mathematically. (Note that proof by example is NOT appropriate here)