Show that the sequence $(x_n)=c^{\frac{1}{n}}$ is increasing for $0 < c < 1$.
I am trying to do this using induction. We see for the base case that $x_1 = c$ and $x_2 = c^{0.5}$, so clearly $x_1 < x_2$.
For the induction step, we assume $x_n < x_{n+1} \Leftrightarrow c^{\frac{1}{n}} < c^{\frac{1}{n+1}}$.
This is where I am stuck. How can we show that our assumption implies that $x_{n+1}<x_{n+2}$?