This series is an introduction to Probability Theory, It closely follows the book "Probability Essentials" by Jean Jacod and Philip Protter.
Day 0 : Philosphical Introduction to Probability Theory
Lets Start with a Random Experiment, A random experiment is an experiment whose outcome is not predictable with certainty. For example, tossing a coin, rolling a die, etc.
Now a random experiment consist of three things:
- State Space: The set of all possible outcomes of a random experiment is called the state space, denoted by . For example, in the case of tossing a coin, the state space is , where denotes head and denotes tail.
- Event: An event is a question about random experiment outcome whose answer is either true or false. For example, in the case of tossing a coin, the event "Head" is true if the outcome is head and false otherwise. In mathematical terms, an event is a subset of the state space . And since It is a set, It must adhere to set properties like union, intersection, complement, etc. From this suppose we have two event and , then following are the set operations:
- Conmpliment: The compliment of an event is denoted by and is defined as . In the case of tossing a coin, the compliment of event "Head" is "Tail".Hence if A is the event "Head", then .
- Union: The union of two events and is denoted by and is defined as . In the case of tossing a coin, the union of event "Head" and "Tail" is the entire state space .
- Intersection: The intersection of two events and is denoted by and is defined as . In the case of tossing a coin, the intersection of event "Head" and "Tail" is an empty set .
- Sure Event: The sure event is the event that is always true, It is denoted by .
- Impossible Event: The impossible event is the event that is always false, It is denoted by .
- Elementary Event: The elementary event is the event that contains only one outcome, A singleton i.e a subset of the state space .
- Conmpliment: The compliment of an event is denoted by and is defined as . In the case of tossing a coin, the compliment of event "Head" is "Tail".Hence if A is the event "Head", then .
The family of all events is called the -algebra denoted by . The -algebra must satisfy the following properties:
- If , then
- If , then These condition ensures the point mentioned above named as compliment, union, intersection, sure event, impossible event, and elementary event.
- Probability: The probability is a function that assigns a number between 0 and 1 to each event in the -algebra . Going by the conventional approach probability can be seen as limits of the freequency of occurrence of an event in a large number of trials under Identitcal Conditions. For example, the probability of getting a head in a coin toss is 0.5, which means in a large number of coin tosses, the number of heads will be half of the total number of tosses. The probability function must satisfy the following properties:
- Non-Negativity: The probability of any event is non-negative, i.e .
- Normalization: The probability of the sure event is 1, i.e .
- Additivity: The probability of the union of two disjoint events is the sum of the probability of the individual events, i.e if . We will discuss the Proability in detail in the upcoming posts. A fourth notion that is closely related to probability is the random variable, which we will discuss in the next post.