3

Theorem: If $s_n \le t_n$ for all $n$ greater than a fixed integer $N$, then $$\lim_{n \to \infty} \inf s_n \le \lim_{n \to \infty} \inf t_n$$

I would like to prove this and it would be nice if someone could check my work.

Proof: Letting $$\lim_{n \to \infty} \inf s_n = s_*$$ and $$\lim_{n \to \infty} \inf t_n = t_*$$ assume that $s_* > t_* $ while there exists $N$ such that for all $n$ >$N$, $s_n \le t_n$. Then there must be an integer $M$(particularly larger than $N$) such that if $m > M$, $t_m < s_*$. This contradicts the fact that for all $n > N$, $s_n \le t_n$.

hyg17
  • 5,117
  • 4
  • 38
  • 78

1 Answers1

1

It is right. Another nice proof is this:

For any $N \le n$, $s_n\le t_n$, and hence $\inf \{s_n: N\le n\} \le \inf \{t_n: N\le n\}$. Then we can conclude that $$\lim_{n \to \infty} \inf s_n \le \lim_{n \to \infty} \inf t_n.$$ This complete the proof.

Paul
  • 20,553