Grocery on Distributed Algorithms

T1: Measure Theory

Reminder: This post contains 2344 words · 7 min read · by Xianbin

1. Why do we need Measure Theory?

When we talk about probability theory, we want to know how to define an event and how to calculate the probability. But before that, we need to know some rules to handle events including how to combine them and not combine them. We need to define collections of sets with certain structures. So, we need Measure Theory.

Also, there is a good example on the page titled Measure theory in probability-Towards rigorous probability.

The first wired thing: when we consider the situation where we throw a tiny ball on the real line of length six, the probability is 0. The second weird thing is that if the probability of a ball hitting any fixed point is zero, then the sum of these probabilities is not one.

There is also an interesting answer in StackExchange [3].

In probability theory, you are concerned with assigning probabilities to events (sets), so you are dealing with functions whose inputs are sets and whose outputs are real numbers. This leads to $\sigma$-algebras and measure theory.

2. Set

Set may be the most important conception in math. There are many famous books on the theory of the set. We say that a set is a collection of ‘objects’ or elements. The basic set operations contain the following.

Operation on sets

Let \(\mathcal{A}\) be a non-empty collection of subsets of \(\Omega\).

We say that \(\mathcal{A}\) is an algebra (field) if \(\Omega \in \mathcal{A}\) and (1) and (2) hold, \(\mathcal{A}\) is \(\sigma\)-algebra if \(\Omega\in \mathcal{A}\) and (1), (4) hold.

Math is Beautiful, isn’t it?

3. The Probability Space

Now, we can define the probability space.

The triple \((\Omega, F, P)\) is a probability (measure) space if

Reference:

  1. Probability: A Graduate Course, Allan Gut
  2. Measure theory in probability,Towards Data Science, Xichu Zhang
  3. Stackexchange: why-measure-theory-for-probability