Measure Theory/L2 Is Complete

From testwiki
Jump to navigation Jump to search

L2 Is Complete

Our goal in this section, let us repeat, is to prove the completeness of L2(E). Let us now establish the language needed to express this formally.

Template:Definition

From now on we simply say "converges" instead of "converges in distance" since there will be no possibility of confusion; and we say "Cauchy" instead of "Cauchy in distance".

Convergent Subsequences

The following two exercises would be good mere warm-ups for the concept of convergence. However, more than that, we will use them in the proof of completeness.

Template:Robelbox

Let fn be a sequence of functions in L2(E) which converges to fL2(E).

Show that fn is Cauchy.

The proof should be familiar from introductory analysis, in particular the proof that if a sequence of real numbers is convergent then it is Cauchy.

Template:Robelbox/close

Template:Robelbox

Let fn be a sequence of functions in L2(E) which is Cauchy and has some subsequence fnk which converges to fL2(E).

Prove that fn converges to f.

Template:Robelbox/close

Absolutely Convergent Series

In this section we will study a fact which actually holds for any arbitrary normed space, and then apply it to L2(E), to help us infer completeness. Because we situate the proof in a more abstract space, I find that this actually helps to make the proof easier to understand since it blots out certain details which obscure the logic if we tried a more direct proof.

Template:Definition

Of course we will start from a sequence of vectors (functions fnL2(E)) and we would like to show that there is a vector (function fL2(E)) such that fn converges to f.

So what does this have to do with series? Nothing, intrinsically. But one can reformulate the series by

fn+1=f1+k=1n(fk+1fk)

which essentially says that one may "add in" f1 and then subtract it out and add in f2 and so on up to fn+1. Since we are hoping that the sequence converges then it should hopefully be the same if we show that the series converges.

But as such, if we can think clearly about sums then perhaps it can tell us about our sequence.

Template:Robelbox

Prove that, for any normed vector space V, it is complete if and only if every absolutely summable sequence is summable.

(Note that the condition "every absolutely summable sequence is summable" is a lot like the "series version" of the idea that every Cauchy sequence is a convergent sequence. Both Cauchy sequences and absolutely summable series do not specify any vector to which the sequence converges. But in a complete space, we are guaranteed that there must exist some vector to which it converges.)

Hint: Going from completeness to the equivalent property isn't much more than unpacking definitions and using the triangle inequality.

The relatively harder part is the converse, which of course is the direct that we will actually need for our intended application.

To help with this direction I will show you a failed attempt to prove this direction, and your job will be to fix it into a correct proof.

Failed attempt: Suppose that V is a vector space with the property that every absolutely summable series is summable. Let vnV be a Cauchy sequence of vectors. Clearly we need to find some absolutely summable series in order to exploit its implied summability.

We try to consider, for each natural number k the natural number Nk for which, for all Nkm,n we have

vmvn<1k

In particular we have a subsequence VNk determined by the above, such that

vNk+1vNk<1k
1. Try (and fail) to show that the series k=1(vNk+1vNk) is absolutely summable.
2. Make a correction of the above to obtain an absolutely summable series.
3. Argue that the subsequence (not series) which you obtain in (2.) converges to some vector.
4. Use the result of Exercise 2.

Template:Robelbox/close

Template:Robelbox

Use Exercise 3. to prove the completeness of L2(E).

Here are some guiding steps.

Let fnL2(E) be any sequence of functions which is absolutely summable, i.e.

fn2=M<

We need to find a function to which fn converges. The natural guess is the pointwise limit of the partial sums.

F(x)=fn(x)

But how do we show that Ffn20, and that FL2(E).

1. Well first thing's first: Argue that F is measurable.
2. Argue that F|fn| (each understood as pointwise limits).  In order to help with notation, let g(x)=|fn(x)| so that you are proving F(x)g(x).  

(Note that, although this seems like a relatively natural thing to do, this is currently more like a "brainstorming" idea. As of right now we do not know that g exists a.e. We will prove that below.)

The point of using g is the hope that it may be easier to prove that gL2(E) and then use this to show that FL2(E). This is a common dance that we do in situations like this.

But then how do we show that Eg2<? It must in some way relate to the assumption fn2<, and it is natural to try to obtain this through some sort of limiting process. Well this is precisely what our convergence theorems are good for!

3. Define gn=k=1n|fk| pointwise.  Use the triangle inequality and the absolute summability of fn to prove that 
  gn2M
4. Apply Fatou's to show that 
  Eg2M2
5. Use the above to show that FL2(E) and moreover 
  |k=1nfk(x)F(x)|24(g(x))2
6. Infer that |k=1nfk(x)F(x)|20 as n. a.e., and draw the desired conclusions from this.

Template:Robelbox/close

Template:CourseCat