2

I am confused with these problems

Let $S_n$ be a sequence that converges How do I:

a) Show that if $S_n \geq a$ for all but finitely many $n$, then $lim_{n\to\infty} S_n\geq a$

b) Show that if $S_n \leq b$ for all but finitely many $n$, then $lim_{n\to\infty} S_n\leq b$

c) Conclude that if all but finitely many $S_n$ belong to $[a,b]$, then $lim_{n\to\infty} S_n$ belongs to $[a,b]$

Pasie15
  • 491

1 Answers1

3

By contradiction, suppose that $\lim_{n\rightarrow \infty}S_{n}=S<a.$ Since $S_n \geq a$ for all but finitely many $n$, let $N_0$ the largest integer with this property. Since $S_n$ converges, then $\forall \, \epsilon >0, \exists \, N\in \mathbb{N}$ such that $n>N \Rightarrow |S_n - S|<\epsilon.$ Let $M=\max(N_0,N)$.Then $$\forall \, n>M \Rightarrow S_n \geq a \wedge |S_n - S|<\epsilon, $$

and let $\epsilon=a-S>0$ (since $S<a$). So you've $S_n - S<a-S$ then $S_n<a$ for all $n>M$. Which is a contradiction, because we already show that $S_n \geq a$ $\forall n >M.$ Thus $S\geq a.$

Jeybe
  • 1,222