Probability
At its core, the probability of an event is just a real number between and , inclusively, which measures the likelihood of that event occurring.
Definition: Probability Space
A probability space is a sample space equipped with a real-valued probability function defined on the Power Set of with the following properties:
- and ;
- For every countable collection of mutually exclusive events, we have
NOTATION
Some people may denote the probability space as .
Definition: (Absolute) Probability
Given an event , we call the (absolute) probability of .
Properties
Theorem: Probability of Unions
Conditional Probability
Definition: Conditional Probability
Let and be two events in a probability space.
The probability of given is defined as
Note: Prior and Posterior Probabilities
In the context of conditional probabilities, the number is often called the prior probability and the posterior probability of .
Conditional probability is a measure of the likelihood that will occur if we know that has occurred.
Definition: Independent Events
Let and be two events in a probability space.
We say that is independent of if the conditional probability of given is the same as the absolute probability of .
Theorem: Mutual Independence
If is independent of , then is also independent of .
PROOF
This follows directly from Bayes’ rule
Properties
Theorem: Bayes' Rule
If and are two events in a probability space, then their conditional probabilities are related as follows:
NOTE
Bayes’ rules essentially allows us to switch the events around.
PROOF
By definition,
and so
Similarly,
and so
By combining the two equations, we obtain the result from the theorem.
Theorem: Law of Total Probability
Let be a probability space, let be a collection of events and let be some other event.
If are mutually exclusive and their union is , then the probability of is the sum of its conditional probability given each multiplied by the probability of :
PROOF
TODO