If $a_n > 0$ and $\lim_{n \to \infty}{\sqrt{a_n}}>1$ show that $\lim_{n \to \infty}a_n$ exists.

155 Views Asked by At

If $a_n > 0$ and $\lim_{n \to \infty}{\sqrt{a_n}}>1$ show that $\lim_{n \to \infty}a_n$ exists.

I only managed to prove that there exists a sub-sequence which converges, but I couldn't prove the whole sequence does.

2

There are 2 best solutions below

2
On BEST ANSWER

By definition of limit assuming WLOG $\forall\epsilon \quad 0<\epsilon <1$

$$\exists n_0\quad \forall n\ge n_0 \quad |\sqrt{a_n}-L|<\epsilon\implies L-\epsilon<\sqrt{a_n}< L+\epsilon \\ \implies L^2-2\epsilon L+\epsilon^2< a_n<L^2+2\epsilon L+\epsilon^2 \implies -2\epsilon L+\epsilon^2< a_n-L^2<2\epsilon L+\epsilon^2\\\implies |a_n-L^2|< 2\epsilon L-\epsilon^2=\epsilon_1$$

thus $\forall\epsilon_1\quad 0<\epsilon_1 <2L-1$ we can choose $\epsilon \quad 0<\epsilon <1$ such that $2\epsilon L-\epsilon^2=\epsilon_1$ and

$$\exists n_0\quad \forall n\ge n_0 \implies|a_n-L^2|< \epsilon_1$$

then by definition

$$\lim_{n \to \infty}{a_n}=L^2$$

0
On

$f(x)=x^2$ is continuous, so if $\lim_n\sqrt a_n$ exists and is strictly positive, so is $\lim_n(\sqrt a_n)$.