Convergence of Random Variables

Subjects: Probability Theory
Links: Random Variables, Lp spaces, Convergence of Measurable Functions

Let X1,,Xn, be a sequence of random variables. There are a lot of types of convergence

Types of Convergence

Pointwise Convergence

It is the absolute simplest.

Let Xn be the sequence of random variables, we say that it converges pointwise if for all ωΩ, $$\lim_{n \to \infty} X_n(\omega) = X(\omega)$$
By some results in measure theory, i think that X will always be a random variable.

We can denote it as XnX, or if we want to specify, XnpX

Almost Everywhere Convergence

The sequence of random variables Xn, converges converges almost surely to X if $$P({\omega \in \Omega \mid \lim_{n \to \infty} X_n(\omega) = X(\omega)} = 1$$or $$P(\lim_{n\to \infty} X_n = X) = 1$$We can denote is as Xna.s.X, or limnXn=Xa.s.

Convergence in Probability

The sequence of random variables Xn converges to X in probability if for every ε>0, $$P({\omega\in \Omega \mid |X_n(\omega) - X(\omega)|>\varepsilon})=0 $$
We can denote this kind of convergence by XnPX, omitting ω. The condition is $$P(\lim_{n \to \infty} |X_n-X| > \varepsilon) = 0 $$

Convergence in Mean

The sequence of random variables Xn converges to X in mean if $$\lim_{n \to \infty} E|X_n - X| = 0$$
This type of convergence is also called L1 convergence and it's denoted as XnL1X

Convergence in Mean Squared

The sequence of random variables Xn converges to X in mean squared if $$\lim_{n \to \infty} E|X_n - X|^2 = 0$$
This type of convergence is also called L1 convergence and it's denoted as XnL2X

Convergence in Lp

The sequence of random variables Xn converges to X in Lp if $$\lim_{n \to \infty} E|X_n - X|^p = 0$$
This type of convergence is also called L1 convergence and it's denoted as XnLpX

Convergence in distribution

The sequence of random variables Xn converges to X in distribution if for all x where the function FX is continuous. it satisfies that $$\lim_{n \to \infty} F_{X_n}(x) = F_X(x)$$
Where FXn is the cdf of Xn, and FX being the cdf X. We denote denote it as XndX, XnDX, or lastly FXndFX. This type of convergence is also known as weak convergence since it less restrictive than the others.

Relations between types of convergence

Important Theorems

Monotone Convergence Theorem

Let 0X1X2 be an increasing sequence of random variables that converges almost surely to X. Then $$\lim_{n \to \infty} E[X_n] = E[X] $$

Dominated Convergence Theorem

Let X1,X2, be a sequence of random variables, and a random variable Y, that |Xn|Y , for all nN+. If limnXn=Xa.s. then X and Xn are integrable and $$\lim_{n \to \infty} E[X_n] = E[X] $$