Up until now we were assuming equally likely outcomes. But we do not want to assume that things are equally likely and that there are only finitely many possible outcomes. This is where the non-naive definition comes in.
A probability sample consists of S and P, where S is a sample space, and P is a function which takes an event as input and returns as the output such that
- and . (Axiom 1)
- if are disjoint (non-overlapping). (Axiom 2)
Properties
Proof : Using axiom 1 we know that the probability of the whole sample space is1. Since , i.e. they are disjoint, we can use axiom 2 to get,
- If , then
Proof : Now we can see as the union of and the region that is not in but is in . Therefore, where the sets and are disjoint sets. Using axiom 2 we can say that Since .
-
Proof : Now here we cannot apply axiom 2 directly since the sets and are not disjoint. We can performdisjointification(which really is not a term) to do this,Now the sets and are disjoint, so now we can apply axiom 2 to get
Now let us add and sub on the R.H.S
The sets and are disjoint and their intersection gives the set . Hence we can substitute . Hence,
This is a simple case of inclusion-exclusion.
We could prove this in the same way as we did it for two sets. In general for
nevents we could write this as follows;This is the inclusion exclusion principle for
nevents.
deMontmort’s Problem
A standard deck of 52 cards is shuffled and then revealed one card at a time while comparing the position of each card with its original position in an ordered deck. Suppose we win the game when the position matches.
n cards labeled 1, 2, … n. Let be the event where the cards matches. So we want to find,
Now we will use the inclusion-exclusion principle. First let us find some patterns in this problem. means we want the card to match, rest can be in any position so since all position are equally likely we get the probability to be .
Now means we want the position of two cards fixed and the rest can be in any position they want so we can show this as,
Similarly,
So we can calculate the probability as
Now let us look at Conditional Probability