I am trying to show that if $x$ is irrational, then so is $\sqrt[n]{x}$ via contrapositive; that is, I want to assume that if $\sqrt[n]{x}$ is rational, then so is $x$ and this is how I proceeded with my attempt:
if $\sqrt[n]{x}$ is rational, then we write $\sqrt[n]{x}=\frac{u}{v}$ with $u\in\mathbb{Z^{+}}$ and $v\in\mathbb{Z}$ and $\gcd(u,v)=1$. We then have $x=\frac{u^{n}}{v^{n}}$ which implies that $u^{n}=xv^{n}$.
From this point, how can I continue, or should I abandon this method?