Question from Rudin chapter 1:
Let $b \in \mathbb{R}$ and $ b > 0$ . Let $m,n,p,q \in \mathbb{Z}$ with $ n,q>0$ . Assume $r = m/n = p/q$. Prove that $(b^m)^{1/n} = (b^p)^{1/q}$.
The attempt: I think I'm supposed to use the theorem that says "for every real x>0 and every integer n>0, there exists a unique real y such that $y^n=x $."
Since $b^m>0$, I know there is an $x \in \mathbb{R}$ such that $x^n= b^m$ and since $b^p>0$ I know there is a y in R such that $y^q = b^p$.
But I don't know what to do next? I mean clearly $(b^m)^{1/n} = (b^p)^{1/q}$ but how do you show it?