Pointwise => uniform convergence when?

St41n
Messages
32
Reaction score
0
If we have that:
f_T \left( x \right) \to f\left( x \right) for each x (pointwise convergence)
and also that:
f_T and f are bounded or/and uniformly continuous functions then can we show that there is also uniform convergence?
If no why not? Can you show it with an example?

In general, are there any cases where pointwise convergence implies uniform convergence? I can't find any proof on that. Can you guide me on this?

Thanks in advance
 
Last edited:
Physics news on Phys.org
Having functions bounded doesn't help with uniform convergence at least.

It is not clear to me what you mean by uniform continuity. Do you mean that each f_T, with fixed T, is uniformly continuous so that the choice of \delta, with given \epsilon, doesn't depend on the point x? If so, it doesn't help with the uniform convergence.

If you instead meant that the collection of all f_T is uniformly continuous so that the choice of \delta doesn't depend on T, then I'm not sure right now.
 
I actually meant the first thing you said.
So, there is no known way where pointwise implies uniform convergence?
 
First consider this example:

<br /> f_N:[0,1]\to\mathbb{R}, \quad f_N(x) = \left\{\begin{array}{ll}<br /> 1,\quad &amp;\frac{1}{N^2} \leq x \leq \frac{1}{N}\\<br /> 0,\quad &amp;0\leq x &lt; \frac{1}{N^2}\;\textrm{or}\;\frac{1}{N} &lt; x \leq 1\\<br /> \end{array}\right.<br />

Now \lim_{N\to \infty}f_N(x)\to 0 for all x\in [0,1], but f_N do not converge to zero uniformly.

This was not an example with continuous functions, but it is easy to see that you can smoothen these functions a little bit so that each of them alone becomes uniformly continuous, and still the main effect remains the same. This way you get a sequence of continuous, and uniformly bounded functions, which converge towards a continuous function, but still the convergence is not uniform.
 
It could be that this kind of claim is right:

Let f_N:X\to Y be a sequence of continuous functions between two metric spaces, of which X is compact. If f_N\to f pointwisely, and if the sequence is uniformly continuous so that for all \epsilon &gt; 0 there exists a \delta &gt; 0 such that

<br /> f_N(B(x,\delta))\subset B(f_N(x),\epsilon)\quad\forall x\in X,\; \forall N\in\mathbb{N},<br />

then also f is continuous, and f_N\to f uniformly.

(If that's not right, then it could be that something similar looking is still right)
 
jostpuur said:
First consider this example:

<br /> f_N:[0,1]\to\mathbb{R}, \quad f_N(x) = \left\{\begin{array}{ll}<br /> 1,\quad &amp;\frac{1}{N^2} \leq x \leq \frac{1}{N}\\<br /> 0,\quad &amp;0\leq x &lt; \frac{1}{N^2}\;\textrm{or}\;\frac{1}{N} &lt; x \leq 1\\<br /> \end{array}\right.<br />

Now \lim_{N\to \infty}f_N(x)\to 0 for all x\in [0,1], but f_N do not converge to zero uniformly.

This was not an example with continuous functions, but it is easy to see that you can smoothen these functions a little bit so that each of them alone becomes uniformly continuous, and still the main effect remains the same. This way you get a sequence of continuous, and uniformly bounded functions, which converge towards a continuous function, but still the convergence is not uniform.

That's a nice example thank you, I see what you mean


jostpuur said:
It could be that this kind of claim is right:

Let f_N:X\to Y be a sequence of continuous functions between two metric spaces, of which X is compact. If f_N\to f pointwisely, and if the sequence is uniformly continuous so that for all \epsilon &gt; 0 there exists a \delta &gt; 0 such that

<br /> f_N(B(x,\delta))\subset B(f_N(x),\epsilon)\quad\forall x\in X,\; \forall N\in\mathbb{N},<br />

then also f is continuous, and f_N\to f uniformly.

(If that's not right, then it could be that something similar looking is still right)

I will take a closer look at this and try to see if I can use it in my case and post any any questions I might have.
Thanks again
 
Back
Top