How to show that $\lim \sup\limits_{n \rightarrow \infty}x_n = \inf\{ a\mid \text{the set} \{ n: x_n >a\}\text{ is finite} \}$?

265 Views Asked by At

How do we show that for any $\{x_n\}$ sequence $$\lim \sup_{n \rightarrow \infty}x_n = \inf\{ a: \text{the set} \{ n: x_n >a\}\text{ is finite} \}$$

There is a variant of this question available but I did not get the answer. Would you please explain?

2

There are 2 best solutions below

1
On

Say

$$\lim \sup_{n \rightarrow \infty}x_n = L$$

Then, for $\varepsilon>0$ we eventually have $x_n \le L+\varepsilon$, i.e the set $\{n:x_n>L+\varepsilon\}$ is finite.

Also, we have an infinite subsequence $(x_{n_k})$ which converges to $L$, so for $\varepsilon>0$, the set $\{n:x_n>L-\varepsilon\}$ will also be infinite, as it contains a tail of this subsequence.

Thus:

$$(L,\infty)\subset\{a:\text{the set }\{n:x_n>a\}\text{ is finite}\}$$

$$(-\infty,L)\subset \{a:\text{the set }\{n:x_n>a\}\text{ is finite}\}^c$$

So, $L$ is equal to the desired infimum.

3
On

How do we show that for any $\{x_n\}$ sequence $$\lim \sup_{n \rightarrow \infty}x_n = \inf\{ a: \text{the set} \{ n: x_n >a\}\text{ is finite} \}$$

If $\{x_n\}$ is not bounded above, then the LHS is $\infty$ and by convention $\inf\emptyset=\infty$.

Suppose $$\limsup_{n\to\infty}x_n=x$$ for some $x\in \mathbb{R}$. You want to show that $$ x=\inf A\tag{1} $$ where $A=\{ a\in\mathbb{R}\mid \text{the set} \{ n: x_n >a\}\text{ is finite} \}$. There are two steps to show (1)

  • $x$ is a lower bound of $A$;
  • $x$ is the biggest lower bound of $A$.

Step 1.

Let $a\in A$. The goal in this step is $x\leq a$. Then by definition of $A$, $a<x_n$ for finitely many $n$. Therefore, there exists some postive integer $N$ such that $a\geq x_n$ for all $n\geq N$, which implies (exercise for you) that $$ \limsup_{n\to\infty}x_n\leq a. $$

Step 2.

Let $\epsilon>0$. To show that $x$ is the biggest lower bound of $A$, it suffices (exercise!) to show that there exists $a\in A$, $x+\epsilon>a$, i.e., $$ \limsup_{n\to\infty}x_n+\epsilon>a. $$ Recall the definition $ x=\limsup_{n\to\infty}x_n:=\lim_{n\to\infty}\sup\{k\geq n:x_k\}. $ Hence, for large enough $n$, $$ x-\epsilon/2\leq\sup\{k\geq n:x_k\}\leq x+\epsilon/2. $$ In particular, for large enough $n$, $$ x_n\leq x+\epsilon/2. $$ Now, if we pick any $a\in (x+\epsilon/2,x+\epsilon)$, we see that $a\in A$ and $$ a<x+\epsilon. $$ This step is complete and so is the proof.