"Suppose $a, b, m$, and $n$ are integers satisfying $\gcd(a, b)=\gcd(m, n)=1$ and $b, n \neq 0$. Then $(m/n)^{a/b}$ is rational if and only if $m$ and $n$ are $|b|$th powers of integers." Hint: The proof relies on the Fundamental Theorem of Arithmetic.
The proof of the converse is straightforward, but I’m having difficulty with the proof in the other direction.
I begin my proof as follows:
Assume $\left( \frac{m}{n} \right)^{\frac{a}{b}} = \frac{c}{d}$ for some integers $c$ and $d$ with $\gcd(c, d)=1$. We can write:
$$\left( \frac{m}{n} \right)^{\frac{a}{b}} = \frac{m^{a/b}}{n^{a/b}} = \frac{c}{d}.$$
This implies that $dm^{a/b} = cn^{a/b}$, but I am unsure how to apply the Fundamental Theorem of Arithmetic (FTA) to conclude that $m$ and $n$ must be $|b|$-th powers of integers.