Limit infimum argument

211 Views Asked by At

Is the following true?

If $\liminf_{x\to\infty}f(x)>c$, where $c>0$,

then:

given $\epsilon >0$ there exist $x_{\epsilon}>0$ such that $f(x)>c+\epsilon$ , for all $x\geq x_{\epsilon}$.


The thing that I know is that: there exist $x_{o}>0$ such that $f(x)>c$ , for all $x\geq x_{o}$, (so no $\epsilon$ involved!)

2

There are 2 best solutions below

0
On

We have that $l:=\lim_{x\to +\infty}\inf_{t\geq x}f(t)>c$. So, given $\varepsilon>0$ (small enough, not all), we can find $x_0$ such that if $x\geq x_0$ then $\inf_{t\geq x}f(t)\geq c+2\varepsilon$. So, if $x\geq x_0$, $f(x)\geq \inf_{t\geq x}f(t)\geq c+2\varepsilon>c+\varepsilon$.

5
On

The statement you are asking about is only true if $\epsilon$ is small enough and in particular $$\epsilon < \liminf_{x\to\infty}f(x) - c$$

For example if $f(x)=42$, $c=41.9$ and $\epsilon =0.5$ then $f(x) \lt c + \epsilon$ for all $x$.