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}$?
$c < 1$ so $c^n > c^n*c = c^{n + 1}$
$c^{\frac{1}{n}} < 1$ for all positive n. (Otherwise $c = (c^{\frac{1}{2}})^n \ge 1.)$
So $c^{\frac{1}{n}} < c^{\frac{1}{n + 1}}$. Other wise $c^{\frac{1}{n + 1}} \le c^{\frac{1}{n}}$ would imply $c = {c^{\frac{1}{n + 1}}}^{n+1} \le {c^{\frac{1}{n}}}^{n+1} = c*c^{\frac{1}{n}} < c$