Family of functions that are bounded in $L^1$ but *NOT* Uniformly Integrable

2.4k Views Asked by At

I'm having a difficult time constructing a counter example to this. My intuition (sloppily) is to construct a family of functions {$X_n$} that have Dirac pulses at $n$ and $-n$. Such that $\sup_n \Bbb E[|X_n|\Bbb 1_{X≥n}]=1$

However, I'm not sure if this is correct.

3

There are 3 best solutions below

3
On BEST ANSWER

The thing which breaks this (and other things like martingale convergence) is the fact that you can have things be very large on small sets. If you have $L^p$ bounds for $p > 1$, this just won't happen. But for $p = 1$, it can! Neal provided a good answer, but allow me to add one that won't require much thinking for you!

$X_n = 2^{n} 1_{[0,2^{-n}]}$

Notice that $||X_n||_{L^1}$ = 1, but no matter how small a set you take, you can find an $n$ large enough where all of your mass will still be there.

0
On

Dirac delta "functions" wouldn't work because they aren't actually functions.They change the measure space, not the functions on them.

What is true, and related, is you can let $\{X_n\}$ be approximate identities.

2
On

Hint:

Your intuition is good, but you can make it even simpler. To kill uniform integrability, you need your family to "pile up" on small sets. Dirac deltas are not actually functions in $L^1$, so you can't use them explicitly, but you can probably get the same behavior using approximations ...


Solution:

The example I have in mind is a family of normal distributions with standard deviation tending to zero. Explicitly, $$\{X_n\} = \mathcal{N}_{0,1/n} = \frac{n}{\sqrt{2\pi}}e^{-(nx)^2/2}.$$ Each of these has $\|X_n\|_{L^1} = 1$ for all $n$, so the family is bounded in $L^1$, and you can use standard facts about the normal distribution (found in the back of any intro stats textbook) to show that for $n$ large, most of the mass of $X_n$ is concentrated on a very small neighborhood of $0$. Parse the symbols in the definition of "uniform integrability" and you'll see that this gives you a counterexample.