Saturday, September 30, 2017

elementary number theory - Show that $gcd(2^m-1, 2^n-1) = 2^ {gcd(m,n)} -1$







I'm trying to figure this out:



Show that for all positive integers $m$ and $n$




$\gcd(2^m-1, 2^n-1) = 2^{\gcd(m,n)} -1$



I appreciate your help,
Thanks.



Note: $\gcd$ stands for the greatest common divisor.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...