prove: $\gcd(m,n)=1$ if and only if $\gcd(m^i,n^r)=1$
I believe you need to do something with fundamental theorem of arithmetic to prove one of the sides. Not quite sure though.
Help is appreciated.
prove: $\gcd(m,n)=1$ if and only if $\gcd(m^i,n^r)=1$
I believe you need to do something with fundamental theorem of arithmetic to prove one of the sides. Not quite sure though.
Help is appreciated.
On
There are several ways to show this, but using the Fundamental Theorem of Arithmetic is certainly one way.
The key is to note that the prime decomposition of $m^i$ (for $m$ and $i$ positive integers) is the same as the prime decomposition of $m$ but with the exponents multiplied by $i$. Note especially that the same prime numbers are in both decompositions.
If $\gcd(m,n)=1$ then the prime decompositions of $m$ and $n$ have no primes in common. Then by the previous paragraph, this is also true of $m^i$ and $n^r$. The reverse implication also works.
$$um^i+vn^r=1\iff (um^{i-1})m+(vn^{r-1})n=1\iff \gcd(m,n)=1$$