Induction seems like a good approach. Let's try it.
Base Case: When $n=2$, $n^{1/n} = 2^{1/2}=\sqrt{2}>1$
Induction Step: Let $k\in \mathbb{N}$ and suppose $k^{1/k} > 1$. Then $(k+1)^{1/(k+1)}...$
I am not sure how to proceed from here. Obviously we must use the Induction Hypothesis at some point, but how do you separate $k^{1/k}$ from $(k+1)^{1/(k+1)}$? Or is there a better approach than induction?
$x^{1/n}$ is an increasing function, so if $n>1$, then $n^{1/n}>1^{1/n}=1$