Firstly, let’s consider what it means to have a sequence of functions by looking closely at

    \[f_n(x)=x^n~~x \in [0,1].\]

All this is saying is that our sequence is x^1~,x^2~,x^3~,x^4,x^5,x^6... going of to infinity. But this is just boring though, what we want to know is what happens when I go to infinity? What does it mean for the sequence of functions to converge? Consider the following picture showing all the terms up to x^6:

Graphically, you can see that all the functions are coming closer and closer to being one shape. The functions will always be 1 at x=1 and they approach 0 everywhere else. So from the picture, we can say that our sequence of functions f_n converges to:

So we can write:

    \[\lim_{n \rightarrow \infty} f_n(x) = f(x).\]

More specifically, f_n converges pointwise to f. Clearly there is a problem since the limit of a sequence of continuous functions is not continuous.  So what I want to do next is show you why, using the “delta-epsilon” definition of a limit, it is impossible to have a continuous pointwise limit. This isn’t really a proof, but I thought it was pretty cool, so I’m going to show it to you as a fail of a proof.


Fail of a proof:

Just to re-iterate we will try to prove that the limit of a sequence continuous functions is continuous. We start with the sequence f_n over the interval A which has a pointwise limit f and we choose a fixed point a. We will use the definition of continuity to prove that f is continuous at our general point a, and since this is completely general, if our proof works for a, then it will work for any point in the interval A that our function is defined, so we would have proved that f is continuous on the required interval.

Applying the definition of continuity gives: for all \epsilon>0 there exists a \delta > 0 such that if |x-a|<\delta then it follows that |f(x)-f(a)|<\epsilon. Let’s deal with with this last expression:

    \begin{align*} |f(x)-f(a)| &= |f(x){\color{red}{-f_n(x)+f_n(x)}}{\color{blue}{-f_n(a)+f_n(a)}}-f(a)|\\ &\leq {\color{green}{|f(x)-f_n(x)|+|f_n(x)-f_n(a)|+|f_n(a)-f(a)|}}\\ \end{align*}

Here we haven’t changed anything, all we have done is added zero twice, that is, the red and blue bits. Then we used the triangle inequality to get the second line. Neat trick!

Now the question is, how do we make each of terms in that second line small, \frac{\epsilon}{3} small to be precise, in order to satisfy our definition above. You may be wandering why \frac{\epsilon}{3}, and the answer to that is just so we can sum them in the green line and get a total of \epsilon which matches what we previously stated, |f(x)-f(a)|<\epsilon. Well clearly, as f_n approaches f, the first and last term go to zero, and, since we know f_n is continuous, we can use that. So now let’s choose N large enough such that:

    \[|f_N(a)-f(a)|<\frac{\epsilon}{3}|.\]

Now that we have that and we know that f_N is continuous, we apply the definition of continuity to f_N at the point a. Namely, for all \frac{\epsilon}{3}>0 there exists a \delta>0 such that if |x-a|<\delta then it follows that \color{purple}{|f_N(x)-f_N(a)|<\frac{\epsilon}{3}}. So we have successfully, made the middle term of our green line small!

Let’s try to make the first and last terms \frac{\epsilon}{3} small. For this to happen, from the definition of a limit, we need:

    \[\color{purple}{|f_N(x)-f(x)|<\frac{\epsilon}{3}}\]

for all |x-a|<\delta. Well here is the problem, and it isn’t quite so clear.

The same N is in both purple bits, however, the same N may not be sufficient for both purple bits.

Why can’t we just choose a bigger N? Well the value of x depends on \delta, because we choose any x that satisfies |x-a|<\delta, and in turn, this value of \delta depends on our value of N. Why does it depend on N? Well you can imagine higher and higher N values for f_n will get closer and closer to the limit function f. Hence \delta can become smaller as N gets larger (and still satisfy our definition above) and thus the range from which we pick x to be is made smaller as well.

Thus we cannot just change N without changing which x values we are talking about, then we wouldn’t really be limiting the our green line properly, just each term randomly.

Evident from the above discussion is that |f_n(x)-f(x)|<\frac{\epsilon}{3} can be made true for large enough values of n, but this value of n depends on which x-value we are talking about. To illustrate this consider our example above of f_n=x^n using \epsilon=\frac{1}{3}. To achieve the inequality |f_n(1/2)-f(1/2)|<\frac{1}{3} we just need to go to n=2. However if we change the x value to 9/10, it turns out we need to go to n=11 to make sure |f_n(9/10)-f(9/10)|<\frac{1}{3} is true.

So in conclusion, pointwise convergence is crappy! We need a stronger notion of convergence when it comes to sequences and series of functions, absolute convergence, which I might talk about later!

%d bloggers like this: