1

I am trying to learn about $\liminf$ and $\limsup$, as I have struggled with the definition of these, and mostly just avoided questions about this in the past. I have had a go at answering a question posted earlier, but do not feel confident enough with my attempt to post an answer. I have had a go at answering it, and will put my 'proof' here. If I can get some advice on where (if anywhere) I have gone wrong, or any nice tricks I have missed out on using I would be grateful


Question: Let $f:(0,1) \rightarrow \mathbb{R}$ be a continuous function in the standard euclidean metric space $($$\Bbb R$,$d_2$$)$. Let

$\displaystyle\liminf_{x\rightarrow0} f(x)<\limsup_{x\rightarrow0} f(x).$

Prove that for every $l \in (\liminf_{x\rightarrow0} f(x),\limsup_{x\rightarrow0} f(x))$ there exists a sequence $x_{n}$ in $(0,1)$ that converges to $0$ and such that $\lim_{n\rightarrow \infty} f(x_{n}) = l$

My Attempt: I first denote

$\displaystyle I \equiv \left(\liminf_{x\rightarrow0} f(x),\ \limsup_{x\rightarrow0} f(x)\right)$

and let

$y_{n} = f(x_{n})$.

Then

$\displaystyle I = \left( \liminf_{n\rightarrow\infty}f(x_{n}), \limsup_{n\rightarrow\infty}f(x_{n}) \right)\\ \ \ =\displaystyle \left( \liminf_{n\rightarrow\infty}y_{n}, \limsup_{n\rightarrow\infty}y_{n}\right).$

As I understand it $\liminf$ is the largest lower bound of all limit points of subsequences of the sequence $\{y_{n}\}$, and $\limsup$ is the lowest upper bound of all limit points of subsequences of the sequence $\{y_{n}\}$. Hence for arbitrary $l \in I$, there is a subsequence $\{y_{n_{k}}\}$ such that

$\displaystyle\lim_{k\rightarrow\infty}y_{n_{k}} = l.$

Expanding out

$\displaystyle\lim_{k\rightarrow\infty}y_{n_{k}} = \lim_{k\rightarrow\infty}f(x_{n_{k}}) \\ \qquad \quad\ =\displaystyle f\left(\lim_{k\rightarrow\infty}x_{n_{k}}\right) \quad \text{(by continuity of } f\text{)}.$

Now $\lim_{k\rightarrow\infty}x_{n_{k}} = 0$, so I have found a sequence $\{x_{n}\}$ such that $\lim f(x_{n}) = l$, and since $l \in I$ was arbitrary this means we can do this for all $l \in I$.


I can't see a flaw in this reasoning, but the reason that I am dubious about this is that I have really struggled with $\liminf$ and $\limsup$ in the past, whereas this seemed quite easy.

Thanks for reading, Keeran

Keeran Brabazon
  • 787
  • 3
  • 11

1 Answers1

2

Let $\underline{f} = \liminf_{x \to 0} f(x)$, $\overline{f} = \limsup_{x \to 0} f(x)$. Let $l \in (\underline{f}, \overline{f})$. Choose $\epsilon>0$ such that $B(l,\epsilon) \subset (\underline{f}, \overline{f})$.

By definition of $\liminf, \limsup$, the sets $L = \{ x | f(x)< \underline{f} +\epsilon \}$ and $U = \{ x | f(x)> \overline{f} -\epsilon \}$ must have $0$ as a limit point.

Define the sequences $\underline{x_n}, \overline{x_n}$ as follows: First pick $\underline{x_1} \in L$, $\overline{x_1} \in U \cap (0,\underline{x_1})$. Then choose $\underline{x_{n+1}} \in L \cap (0,\min(\frac{1}{n}, \overline{x_n}))$, $\overline{x_{n+1}} \in U \cap (0,\underline{x_{n+1}})$. It should be clear that $\underline{x_n} \to 0, \overline{x_n} \to 0$.

$f$ is continuous. Since $f(\overline{x_n}) > \overline{f} -\epsilon$, $f(\underline{x_n}) < \underline{f} +\epsilon$, we have $l \in ( f(\underline{x_n}), f(\overline{x_n}))$, hence using the intermediate value theorem we can find $\xi_n \in (\overline{x_n}, \underline{x_n})$ such that $f(\xi_n) = l$.

It follows that $\lim_n \xi_n = 0$ and since $f(\xi_n) = l$, we have $\lim_n f(\xi_n) = l$.

Addendum: To see why $U,L$ have zero as a limit point:

$\underline{f} = \liminf_{x \to 0} f(x) = \lim_{\delta \downarrow 0} \inf_{x \in (0,\delta)} f(x)$. Note that $\delta \mapsto \inf_{x \in (0,\delta)} f(x)$ is non-decreasing. Hence $\inf_{x \in (0,\delta')} f(x) \le \underline{f}$ for all $\delta' \in(0,\delta]$. In particular, by definition of $\inf$, this means that for all $\epsilon>0$, and for all $\delta'\in (0,\delta]$, there is some $x \in (0,\delta')$ such that $f(x) < \underline{f}+\epsilon$ (otherwise, the $\liminf$ would be $\ge \underline{f}+\epsilon$). Hence $0$ is a limit point of $L$. $U$ is dealt with similarly.

copper.hat
  • 172,524
  • Thanks for the answer. I don't quite get the bit about defining the sequences, though. I don't see how $\overline{x_{1}} \in U \cap (0,\underline{x_{1}})$ should be guaranteed to be nonempty. For example in the case that $f$ is monotone increasing and $\underline{f} + \epsilon < \overline{f} - \epsilon$ then surely all elements of $L$ are strictly less than those in $U$ and $L \cap U = \emptyset$ such that this proof no longer works, or am I missing something here? – Keeran Brabazon Oct 15 '13 at 09:42
  • If $f$ is monotone, then it has a limit as $x \to 0$. This is not the case here. The fact that the $\liminf$ and $\limsup$ differ as $x\to 0$ guarantees that $U,L$ have zero as a limit point. Look at the definition of $\liminf,\limsup$. – copper.hat Oct 15 '13 at 14:44
  • Right, I got it (I think). Just to check the fact that $0$ is a limit point for both $L$ and $U$ means that $\overline{x_{n}} \in U \cap (0,\underline{x_{n}})$ will exist as the element ${\gamma}$ for $\gamma$ sufficiently close to zero is always in this union. Then from the definition of $L$ and $U$ the other properties follow. Very nice proof +1 – Keeran Brabazon Oct 15 '13 at 16:49
  • 1
    Zero is a limit point of $L,U$, it cannot be in either set. We have $U \cap (0,\epsilon) \neq \emptyset$ for all $\epsilon>0$. – copper.hat Oct 15 '13 at 16:52
  • Yeah, I corrected that just now. It's what I meant to say first time round. Thanks for the info – Keeran Brabazon Oct 15 '13 at 16:53
  • Ask if you don't understand, I will try to clarify. Sometimes one forgets how confusing the stuff was originally. – copper.hat Oct 15 '13 at 16:53
  • I am happy with this now. I would have asked more questions as well if I weren't :) Thanks for the patience and the clear explanation. It makes the handling of the abstract concepts more concrete for me – Keeran Brabazon Oct 15 '13 at 16:57