Prove the sequence, $x_n$ is a decreasing sequence bounded below

analysisreal-analysissequences-and-seriessolution-verification

Prove that if $x_n$ is a decreasing sequence bounded below, for all n, $x_{n+1} \leq x_n$ and there exists $M$ belonging to $\mathbb{R}$ such that for all $n\in \mathbb{N}, M\leq x_n$, then $\lim_{n\to\infty} x_n = \inf\{x_n\colon n\in\mathbb{N}\}$.

Do you guys agree with my proof? Thanks!

Proof: Let M be the greatest lower bound of the sequence $x_n$. Then $x_n \geq M$ for all $n\in \mathbb{N}$ and for $\epsilon > 0$ there exists a natural number $k$ such that $x_k > M – \epsilon$.

Since the sequence $x_n$ is monotone and decreasing, $M-\epsilon > x_k \geq x_{k+1} \geq x_{k+2} \geq \dots \geq M$ and equivalent to $M-\epsilon > x_n > M+ \epsilon$ for all $n\leq k$. Therefore, $|x_n – M|<\epsilon$ for all $n\leq k$. Thus, the sequence $x_n$ is convergent and converges to M. So, the $\lim_{n\to\infty} x_n = M$ implies $\lim_{n\to\infty} x_n = \inf\{x_n\colon n\in\mathbb{N}\}$.

Best Answer

You proof is not correct. Since $\varepsilon>0$, you clearly cannot have $M-\varepsilon>M$.

Take $\varepsilon>0$. Then $M+\varepsilon>M$ and therefore $M+\varepsilon$ is not a lower bound of $\{x_n\mid n\in\mathbb N\}$. Therefore, $x_N<M+\varepsilon$, for some $N\in\mathbb N$. Since the sequence is monotonic and decreasing, $n\geqslant N\implies x_n<N+\varepsilon$ too. So$$n\geqslant N\implies x_n\in[M,M+\varepsilon)\implies\lvert x_n-M\rvert<\varepsilon.$$