Proving $\displaystyle{\lim _{n\to\infty}}\sqrt[n]{n} = 1$ given that $\inf \{\sqrt[n]{n}|n\in \mathbb{N}\} = 1$

89 Views Asked by At

Here's my attempt at trying to prove it by definition:

$$\exists \mathcal{E} > 0 | \exists N\in \mathbb{N}|\forall n > N:$$ $$|\sqrt[n]{n}-1|<\mathcal{E}$$

But from this point on, I'm not sure how to demonstrate that $N$. I tried applying the mean inequality, but when I do, the indexes cancel out and I get something like $1< \mathcal{E}$, which negates the proof. How can I proceed? I also don't know how to utilise the fact that the infimum is equal to one.

2

There are 2 best solutions below

0
On

The limit is equivalent to showing that $\log (n) /n $ tends to 0, then exponentiating. Can you prove the second claim?

0
On

I think you meant to assume that $\inf\{\sqrt[n]{n} \mid n \ge 2\} = 1$.

The sequence $\{\sqrt[n]{n}\}$ is eventually decreasing because $$ \sqrt[n]{n} \ge \sqrt[n+1]{n+1} \iff n^{n+1} \ge (n+1)^n \iff n \ge \left( \frac{n+1}n \right)^n.$$ The terms on the left hand side of the last inequality diverge to $0$, but the terms on the right converge to $e$. Thus there exists an index $N$ with the property that $$ n \ge N \implies \sqrt[n]{n} \ge \sqrt[n+1]{n+1}.$$

It is (hopefully) obvious that $\sqrt[n]{n} > 1$ for all $n \ge 2$. Thus given any $\epsilon > 0$ there exists a index $N' \ge N$ with the property that $$ 1 < \sqrt[N']{N'} < 1 + \epsilon.$$

Consequently $$ n \ge N' \implies 1 < \sqrt[n]{n} < 1 + \epsilon.$$