Let $a_n = n^{1/n}$ and $b_n = \dfrac{a_{n+1}}{a_n}$. I am trying to prove that $\{b_n\}_{n=5}^{\infty}$ is increasing. Here is what I know and what I've tried:
The first few elements of $b_n$ aren't increasing (because $a_n$ is decreasing only after $n \geq 3$, for instance.) and so it wouldn't be correct to prove that $b_n$ is increasing for all $n$. Then letting $S(n)$ be the statement $$b_{n} = \frac{(n+1)^{1/(n+1)}}{n^{1/n}} \leq \frac{(n+2)^{1/(n+2)}}{(n+1)^{1/(n+1)}} = b_{n+1}$$ we can assume $S(n-1)$ and prove $S(n)$ (and $S(5)$). I tried to do this by breaking apart the exponents and manipulating the inequalities but I couldn't get anywhere.
The other thing I tried was to prove that $$a_n^{2} \leq a_{n-1}a_{n+1}$$ using a convexity argument, particularly if $f(n) = n^{1/n}$ that $$a_n = f(n) = f(\frac{(n-1) + (n+1)}{2}) \leq \frac{f(n-1) + f(n+1)}{2} = \frac{a_{n-1} + a_{n+1}}{2}$$ I figured the AM-GM inequality might be useful because of the RHS but it implies that $$a_{n-1}a_{n+1} \leq (\frac{a_{n-1} + a_{n+1}}{2})^2$$ which doesn't seem to help bound $a_n^2$ above.
This question is identical to mine but I'm looking for an approach that doesn't make use of logarithms or differentiation, since the book I'm working through hasn't covered those yet.
If I could have a small hint to point me in the right direction I would appreciate it!