1

Does $\lim_{n\to\infty}S_n \leq S$ imply that $S_n < S$ ?

Some something from proof I am working out bothering me.

leo
  • 10,433
Pasie15
  • 491

3 Answers3

3

If $S_n$ is an arbitrary sequence, then this is not the case. For example, take the sequence $$ \{1,0,1,1/2,1,3/4,1,7/8,1,\dots\} $$

Ben Grossmann
  • 225,327
3

Let $S_n=1+\frac{(-1)^n}{n}$. Then $S_n\to 1\leq 1$ but $S_n$ with even $n$ will be greater than $1$. In fact, $\{S_n\}$ will alternate between above and below $1$.

Kim Jong Un
  • 14,794
  • 1
  • 24
  • 49
2

For a very simple counter example take

$$\frac{n+1}n\xrightarrow[n\to\infty]{}1\;,\;\;\text{yet}\;\;\;\frac{n+1}n>1\;\;\;\;\forall\;n\in\Bbb N$$

Timbuc
  • 34,191