2

I am struggling with the proof of the following theorem:

Let $f(x)$ be uniformly continuous in $[a, \infty)$ s.t. the integral $\int_a^{\infty} f(x)dx$ converges. prove that $\lim_{x \to \infty} f(x) = 0$.

I came to the conclusion that it is enough to prove that $\lim_{x \to \infty} f(x)$ exists, and from there I have a proof that the limit is $0$.

I tried to use Cauchy's equivalent definition for the convergence of the improper integral + his definition for a regular limit at $x \to \infty$ with no success...

I will be happy to get hints as for how I should proceed, not proofs, since I really want to crack this one by myself, only I spent a pretty long time with no success.

Thank you :)

mathreadler
  • 25,824
AsafHaas
  • 769

3 Answers3

5

Let $\varepsilon >0$ given. There exists a $\delta>0$ such that if $x,y \geq a$ are such that $|x-y|<\delta$, then $|f(x)-f(y)|<\varepsilon$. Let $F(x)=\int_a^x f(t)dt$. Then $F(n\delta)$ has a limit, and hence there exists an $N$ such that $|F((n+1)\delta)-F(n\delta)|<\delta \varepsilon$ for $n\geq N$.

There exist a $c_n\in (n\delta, (n+1)\delta)$ such that $F((n+1)\delta)-F(n\delta)=\delta f(c_n)$ (Why ?). What can you say about $|f(c_n)|$ for $n\geq N$ ? And of $|f(x)|$ for $x> A=N\delta$ ?

user13121312
  • 159
  • 10
Kelenner
  • 18,734
  • 26
  • 36
2

Hint. If $\lim_{x\to\infty} f(x)$ fails to exist but the integral $\int_{a}^{\infty} f(x) \, dx$ converges, then we often observe a 'train of narrowing peaks':

$\hspace{3em}$enter image description here

This means that you begin to see an abrupt change in $f(x)$ for large $x$. How the uniform continuity enters this picture is that it prevents peaks from being both high and narrow. So it becomes harder to observe high peaks as $x\to\infty$.

Sketch of Proof. (Hover the cursor to see the content.)

To convert this argument to a solid proof, assume otherwise that $|f(x)| \nrightarrow 0 $. Then you can find $\epsilon > 0$ and $x_n \to \infty$ such that $|f(x_n)| > \epsilon$. Now you can utilize uniform continuity to argue that there exists $\delta, \epsilon > 0$ for which $$ \left| \int_{x_n-\eta}^{x_n+\eta} f(t) \, dt \right| \geq \delta $$ holds for all $n$. (I will leave this part to OP.) This shows that $\int_{a}^{x} f(t) \, dt$ is not Cauchy as $x \to \infty$, so it cannot converge as $x \to \infty$.

Sangchul Lee
  • 167,468
0

Hint: The requirement of uniform continuity is precisely there so that you don't have to worry about the existence of a limit. The following statement is true as well:

Let $ f : [a, \infty) \to \mathbb R $ be a continuous map such that $ \lim_{x \to \infty} f(x) = L \neq 0 $ exists. Then, the integral

$$ \int_a^{\infty} f(x)\, dx $$

diverges.

Try to think of an example where your weaker statement fails with a continuous function that is not uniformly continuous. How does uniform continuity remedy the problem?

Ege Erdil
  • 17,747
  • 1
    Uniform continuity alone does not tell you that $\lim_{x\to\infty} f(x)$ exists. How this hint indeed helps solve OP's question? – Sangchul Lee Apr 18 '17 at 13:37
  • 1
    @SangchulLee Yes, it does not, and I did not say that it does. It does something else, however, and I'd like the OP to find that out himself. – Ege Erdil Apr 18 '17 at 13:43
  • The statement you phrased is exactly what I proved to claim that it is enough to prove that a limit exists. – AsafHaas Apr 18 '17 at 13:47
  • @AsafHaas Do you have a counterexample to the claim when $ f $ is assumed only to be continuous? What does the graph of that counterexample look like? – Ege Erdil Apr 18 '17 at 13:48
  • A not uniformly continuous function which fails the theorem is the tent function, and I see why it is bot uniform continuous (its slopes is not bounded)... Is that what you've meant? – AsafHaas Apr 18 '17 at 13:50
  • @AsafHaas Sure, it is one possible counterexample. Now, imagine that the slopes were bounded. Can you still have a counterexample of this sort? Why/why not? If you formalize this idea, you will obtain a proof for why this is impossible. – Ege Erdil Apr 18 '17 at 13:56
  • But uniform continuity does not imply that the slopes are bounded... Only the opposite direction is true – AsafHaas Apr 18 '17 at 14:05