Show that $R=\{(x,y) \in\mathbb{N}^2:\exists m,n \in \mathbb{N} \text{ s.t. } x^m=y^n\}$ is an equivalence relation or disprove otherwise
Reflexivity and symmetricity were really easy to show but how do I show that it's transitive?
Let $(a,b),(b,c)\in R$, so $a^m=b^n$ and $b^{m'}=c^{n'}$, how can I show that $a^{m''}=c^{n''}$?