Questions tagged [borel-cantelli-lemmas]

For questions involving the Borel-Cantelli lemma or the second Borel-Cantelli lemma. Use this tag along with (probability-theory), (real-analysis) or (measure-theory).

The Borel-Cantelli lemma in measure theory states that given a sequence $(E_n)$ of measurable sets in a measure space $(S, \Sigma, \mu)$, if the series $$\sum_n \mu(E_n)$$ converges, then $$\mu(\limsup E_n) = 0$$

This means that almost every $x$ in $S$ belongs to $E_n$ for at most finitely many $n$, or, equivalently, that the set of $x$ in $S$ that belong to $E_n$ for infinitely many $n$, has measure $0$.


In probability theory, the first Borel-Cantelli lemma states that, given a sequence $(E_n)$ of events in a probability space $(\Omega, \mathscr F, \mathbb P)$, if the series $$\sum_n \mathbb P(E_n)$$ converges, then $$\mathbb P(\limsup E_n) = 0$$


In probability theory, the second Borel-Cantelli lemma states that, given a sequence $(E_n)$ of independent events in a probability space $(\Omega, \mathscr F, \mathbb P)$, if the series $$\sum_n \mathbb P(E_n)$$ diverges, then $$\mathbb P(\limsup E_n) = 1$$


Borel-Cantelli Zero-One Law

Given an independent sequence of events $E_1, E_2, ...$ in a probability space $(\Omega, \mathscr F, \mathbb P)$,

$$\mathbb P(\limsup E_n) \in \{ 0,1 \} $$

460 questions
3
votes
0 answers

Application of Borel Cantelli lemma (almost sure convergence)

Let $(X_n)_{n\geq 1}$ be a sequence of real-valued random variables. I have to proof that if for every $\epsilon > 0: \sum_{n=1}^{\infty} \mathbb P(|X_n - X| > \epsilon) < \infty$ , then $X_n \to X$ almost sure. Here's my attempt: To prove that…
0
votes
0 answers

Mistake in book (probability of non occurence)

Let the probability of success in the ith trial be $p_i$ and let $\sum_{i=0}^\infty p_i=\infty$ Show that the probability of having no success , $N$ is zero N is a subset of the event that there are no successes in the first…
johnson
  • 482