Pointwise vs Uniform Convergence

Patzid
Messages
1
Reaction score
0
Hi!

Hope this is the right forum, I'm not quite sure myself.
Anyway, this problem has been bugging me for what seems way too long for such an apparently simple problem.
It's about the difference between Pointwise and Uniform Convergence (Topology).

By reading different articles online I've gotten a somewhat good understanding of the basic principles,
but I do not manage to make it 100% intuitive (which I feel I need to do, in order to "move on").

One way to formulate my problem is this; according to Wikipedia (and others):
"In the case of uniform convergence, N can only depend on ε, while in the case of pointwise convergence N may depend on ε and x."
And my question then would be; but why can't one just look at the domain and define N by some extremum obtained?

I know my question is somewhat poorly formulated and the fact that I don't manage to formulate it properly is testimony to my incomplete understanding of the subject.
Still, any help would be greatly appreciated.

Cheers
 
Physics news on Phys.org
Given e (for epsilon) you can try to take the sup over all the N(e,x) over all x. But this could be, and in general will be, infinity, unless it is uniform convergence.
 
Patzid said:
And my question then would be; but why can't one just look at the domain and define N by some extremum obtained?

Because this extremum might not go to 0!

Take the sequence of functions \left\{f_n\right\}_{n\in\mathbb{N}} given by

f_n\left(x\right) = \left\{<br /> \begin{array}{cc}<br /> 1 &amp; \mbox{if } 0 &lt; x &lt; 1/n \\<br /> 0 &amp; \mbox{otherwise}<br /> \end{array}<br /> \right .

This function converges pointwise to the function f\left(x\right) = 0 on \mathbb{R}, but not uniformly. Can you see why?
 
Back
Top