[Reposting this because my previous write up had typos and errors (it was late)]
I am trying to prove that that $\lim \inf \frac{u_{n}}{u_{n-1}} \le \lim \inf \sqrt[n]{u_n}$ where $u_n > 0$. I have the basic idea but am having difficulty making the proof tight. My answer so far is this.
Let $\lim \inf \sqrt[n]{u_n} = k < \infty$. I want to show that for all $\varepsilon > 0$ and for all $N = 1, 2, ...$ there exists $n \ge N$ such that $${u_n}/{u_{n-1}} < k + \varepsilon.$$ Thus $\lim \inf \frac{u_n}{u_{n-1}} \le k = \lim\inf\sqrt[n]{u_n}$.
Toward this end, I know by definition of the "$\lim\inf$" that for any $\varepsilon'$ and $N$ there must exist $n \ge N$ such that
- $\sqrt[n+1]{u_{n+1}} < k + \varepsilon'$, and
- $\sqrt[n]{u_n} > k - \varepsilon'$
(If we had #1 but not #2 then $k$ wouldn't be greater than the lim inf.)
Thus $$\frac{u_{n+1}}{u_n} < \frac{ (k+\varepsilon')^{n+1} }{ (k-\varepsilon')^{n} } = \left(\frac{ k+\varepsilon' }{ k-\varepsilon' } \right)^n (k+\varepsilon') < k + \varepsilon. $$
However, I am having trouble picking $\varepsilon'$ so that the last inequality holds for $\varepsilon$. Any help is appreciated.