Prove that the sequence $a_n = n^{\frac{1}{n}}$ converges.
My plan was to prove that this sequence is non-increasing and limited, therefore the limit would be the $limInf(a_n)$. To do so, the best I could think was:
for every $n>e$, $n>(1+\frac{1}{n})^n$ because the sequence $(1+\frac{1}{n})^n$ is increasing, so if n is higher than the limit, it's higher than every term.
$$n>\left(1+\frac{1}{n}\right)^n \Rightarrow n^{1/n}>\left(\frac{n+1}{n}\right) \Rightarrow n^{1+\frac{1}{n}}>(n+1) \Rightarrow n^{\frac{n+1}{n}}>(n+1)$$ $$\therefore n^{\frac{1}{n}}>(n+1)^{\frac{1}{n+1}}$$
and since $n>0 \Rightarrow n^{\frac{1}{n}}>0$ my sequence is non crescent and limited, therefore it's convergent.
My problem actualy is that, to use this, I must first prove that $(1+\frac{1}{n})^n$ is crescent, which I couldn't manage to do. Can anyone find a easier way to prove this?(or show that $(1+1/n)^n$ is increasing?)
Actually $\lim\limits_{n \to \infty} n^{1/n} = 1$.
Let us prove this using the definition of a limit: $$\forall \epsilon > 0, \exists n_0 \in \mathbb{N} \text{ such that } \vert n^\frac{1}{n} - 1 \vert < \epsilon, \quad \forall n > n_0$$
Notice that the following are equivalent
(a) $\mid n^\frac{1}{n} - 1 \mid < \epsilon $
(b) $(1- \epsilon)^n < n < (1+\epsilon)^n$
Note that $(1- \epsilon)^n < 1 \le n$. As for $(1 + \epsilon)^n$, use Binomial theorem as follows $$ (1+\epsilon)^n = \sum_{i=0}^n \binom{n}{i}\epsilon^i > \binom{n}{2}\epsilon^{2} = \frac{n(n-1)}{2} \epsilon^2 $$ Fix $n_0 = \text{ceil} \big(1 + \frac{2}{\epsilon^2} \big)$, we have $$ n < \frac{n(n-1)}{2} \epsilon^2 <(1+\epsilon)^n $$