Borel-Cantelli Lemma: Difference between revisions

From Optimal Transport Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
We would like to be more precise about what the words "approaches" mean. Clearly we cannot replace the word "approaches" with "converges to", as one could be unlucky and consistently draw below or above the mean so that the sample average may never even be close to the true mean. Despite of this, one thing that we do know is that consistently drawing below or above the mean, while not impossible, becomes increasingly unlikely as the sample grows large. This naturally leads to the idea of convergence in probability.  
We would like to be more precise about what the words "approaches" mean. Clearly we cannot replace the word "approaches" with "converges to", as one could be unlucky and consistently draw below or above the mean so that the sample average may never even be close to the true mean. Despite of this, one thing that we do know is that consistently drawing below or above the mean, while not impossible, becomes increasingly unlikely as the sample grows large. This naturally leads to the idea of convergence in probability.  


'''Definition'''.
==Convergence in probability==


A sequence of random variables <math display="inline">X_n</math> converges in probability to <math display="inline">X</math> if  
A sequence of random variables <math display="inline">X_n</math> converges in probability to <math display="inline">X</math> if  


<math display="block">\lim_{n\to \infty}\mathbb{P}(|X_n - X|>\epsilon) = 0.</math>
<math display="block">\lim_{n\to \infty}\mathbb{P}(|X_n - X|>\epsilon) = 0.</math>
Notice that this is simply convergence in measure in probability space. Equipped with this definition, we can now state the weak law of large numbers: the sample average ''converges in probability'' to the mean. The proof technique of this result is basic but unrelated to measure theory, so we will skip it.  
Notice that this is simply convergence in measure in probability space. Equipped with this definition, we can now state the weak law of large numbers: the sample average ''converges in probability'' to the mean. The proof technique of this result is basic but unrelated to measure theory, so we will skip it.  


'''Definition.'''
==Almost sure convergence==


A sequence of random variables <math display="inline">X_n</math> converges almost surely to <math display="inline">X</math> if  
A sequence of random variables <math display="inline">X_n</math> converges almost surely to <math display="inline">X</math> if  
Line 20: Line 20:
The strong law of large number carries this stronger notion of converges and states: the sample average ''converges'' ''almost surely'' to the mean. Before the proof, we first introduce a lemma.  
The strong law of large number carries this stronger notion of converges and states: the sample average ''converges'' ''almost surely'' to the mean. Before the proof, we first introduce a lemma.  


'''Borel Catelli Lemma'''
==Borel Catelli Lemma==


Let <math display="inline">(\Omega, B, \mathbb{P})</math> be a probability space, and <math display="inline">\{E_n\}</math> any sequence of events in <math display="inline">B</math>. If <math display="inline">\sum_{i=i}^\infty \mathbb{P}(E_i) < \infty</math>, then <math display="inline">\mathbb{P}(\cap_{n=1}^\infty \cup_{k\geq n} E_k) = 0</math>.  
Let <math display="inline">(\Omega, B, \mathbb{P})</math> be a probability space, and <math display="inline">\{E_n\}</math> any sequence of events in <math display="inline">B</math>. If <math display="inline">\sum_{i=i}^\infty \mathbb{P}(E_i) < \infty</math>, then <math display="inline">\mathbb{P}(\cap_{n=1}^\infty \cup_{k\geq n} E_k) = 0</math>.  
Line 32: Line 32:
The other statement follows easily from the similar technique.  
The other statement follows easily from the similar technique.  


'''Strong law of large numbers'''
==Strong law of large numbers==
To be finished...
To be finished...

Revision as of 07:59, 17 December 2020

Many interesting theorem in probability utilizes measure theory, as it often provides some form of one-line argument that allows the proof to go through. Among one of them is the law of large numbers, which informally states that the average of iid samples approaches the mean of the distribution as the sample size grows large.

We would like to be more precise about what the words "approaches" mean. Clearly we cannot replace the word "approaches" with "converges to", as one could be unlucky and consistently draw below or above the mean so that the sample average may never even be close to the true mean. Despite of this, one thing that we do know is that consistently drawing below or above the mean, while not impossible, becomes increasingly unlikely as the sample grows large. This naturally leads to the idea of convergence in probability.

Convergence in probability

A sequence of random variables converges in probability to if

Notice that this is simply convergence in measure in probability space. Equipped with this definition, we can now state the weak law of large numbers: the sample average converges in probability to the mean. The proof technique of this result is basic but unrelated to measure theory, so we will skip it.

Almost sure convergence

A sequence of random variables converges almost surely to if

Note that this is the almost everywhere convergence in probability space, which is a stronger version of convergence as in a finite measure space, convergence almost everywhere implies convergence in measure.

The strong law of large number carries this stronger notion of converges and states: the sample average converges almost surely to the mean. Before the proof, we first introduce a lemma.

Borel Catelli Lemma

Let be a probability space, and any sequence of events in . If , then .

On the other hand, if , then .

Proof.

Fix , there exists sufficiently large such that . By union bound we obtain . So . By continuity of measure , we have .

The other statement follows easily from the similar technique.

Strong law of large numbers

To be finished...