Probability Models and Axioms

  • Sample Space

  • Probability laws

    • Axioms

    • Properties that follow from the axioms

  • Examples

    • Discrete

    • Continuous

  • Discussion

    • Countable Additivity

    • Mathematical Subtleties

  • Interpretations of Probabilities

Sample Space

  • Two steps:

    • Describe possible outcomes

    • Describe beliefs about likelihood of outcomes

Describe possible outcomes

  • List (set) of possible outcomes ==> Ω\Omega

  • List must be:

    • Mutually exclusive

    • Collectively exhaustive

    • At the "right" granularity

Exercise: Sample space

For the experiment of flipping a coin, and for each one of the following choices, determine whether we have a legitimate sample space:

  1. Ω={Heads and it is raining, Heads and it is not raining, Tails}

  2. Ω={Heads and it is raining, Tails and it is not raining, Tails}

Solution:

In the first case, the elements of Ω are mutually exclusive and collectively exhaustive, and therefore Ω is a legitimate sample space.

For the second case, if the outcome is “Tails and it is not raining," then the outcome “Tails" will have also occurred. Therefore the elements of Ωare not mutually exclusive, and Ω is not a legitimate sample space.

Discrete/finite example

Probability axioms

ABread as "A intersection B"A \cap B \longrightarrow \text{read as "A intersection B"}

ABread as "A union B"A \cup B \longrightarrow \text{read as "A union B"}

Exercise: Axioms

Let A and B be events on the same sample space, with P(A)=0.6 and P(B)=0.7. Can these two events be disjoint? Solution:

If the two events were disjoint, the additivity axiom would imply that P(A∪B)=P(A)+P(B)=1.3>1, which would contradict the normalization axiom.

Simple properties of probabilities

Exercise: Simple properties

Let A, B, and C be disjoint subsets of the sample space. For each one of the following statements, determine whether it is true or false. Note:"False" means "not guaranteed to be true."

a) P(A)+P(Ac)+P(B)=P(A∪Ac∪B)

b) P(A)+P(B)≤1

c) P(Ac)+P(B)≤1

d) P(A∪B∪C)≥P(A∪B)

Solution:

a) False. For a counterexample, let A=∅, B=Ω, and C=∅. In that case, the left-hand side of the equation equals 2, whereas the right-hand side equals 1.

b) True. Since A and B are disjoint, we have P(A)+P(B)=P(A∪B)≤1.

c) False. For a counterexample, let A=∅, B=Ω, and C=∅. In that case, P(Ac)+P(B)=2.

d) True. Since A, B, and C are disjoint, we have P(A∪B∪C)=P(A)+P(B)+P(C)≥P(A)+P(B)=P(A∪B).

More properties of probabilities

Exercise: More properties

Let A, B, and C be subsets of the sample space, not necessarily disjoint. For each one of the following statements, determine whether it is true or false. Note: “False" means “not guaranteed to be true."

  1. P((A∩B)∪(C∩Ac))≤P(A∪B∪C)

  2. P(A∪B∪C)=P(A∩Cc)+P(C)+P(B∩Ac∩Cc)

Solution:

  1. True. This is because the set (A∩B)∪(C∩Ac) is a subset of A∪B∪C.

  2. True. This is the same property shown in the last segment, with the three sets appearing in a different order.

A discrete example

Exercise: Discrete probability calculations

Consider the same model of two rolls of a tetrahedral die, with all 16 outcomes equally likely. Find the probability of the following events:

a) The value in the first roll is strictly larger than the value in the second roll.

b) The sum of the values obtained in the two rolls is an even number.

Solution:

a) The event of interest is {(2,1), (3,1), (4,1), (3,2), (4,2), (4,3)}. It consists of 6 elements (outcomes), each of which has probability 1/16, for an overall probability of 6/16=3/8 ==> 0.375.

b) The event of interest is {(1,1), (2,2), (3,3), (4,4), (1,3), (3,1), (2,4), (4,2)}. It consists of 8 elements (outcomes), each of which has probability 1/16, for an overall probability of 8/16=1/2 ==> 0.5.

A continuous example

Probability calculation steps:

  • Specify the sample space

  • Specify a probability law

  • Identify an event of interest

  • Calculate...

Exercise: Continuous probability calculations

Consider a sample space that is the rectangular region [0,1]×[0,2][0,1]×[0,2], i.e., the set of all pairs (x,y) that satisfy 0x10≤x≤1 and 0y20≤y≤2. Consider a “uniform" probability law, under which the probability of an event is half of the area of the event. Find the probability of the following events:

a) The two components x and y have the same values.

b) The value, x, of the first component is larger than or equal to the value, y, of the second component.

c) The value of x2 is larger than or equal to the value of y.

Solution:

a) This event is a line, and since a line has zero area, the probability is zero.

b) This event is a triangle with vertices at (0,0), (1,0), (1,1). Its area is 1/2, and therefore the probability is 1/4.

c) This event corresponds to the region below the curve y=x2, where x ranges from 0 to 1. The area of this region is

01x2dx=x3301=13\int_0^1 x^2 dx = \frac{x^3}{3}\vert {_0^1}=\frac{1}{3},

and therefore the corresponding probability is 1/6.

Note:

[0,1]×[0,2][0,1]×[0,2] is notation for the set (x,y):x[0,1],y[0,2]{(x,y):x∈[0,1],y∈[0,2]}.

Countable additivity

Exercise: Using countable additivity

Let the sample space be the set of positive integers and suppose that P(n)=1/2n, for n=1,2,…. Find the probability of the set {3,6,9,…}, that is, of the set of of positive integers that are multiples of 3.

Using countable additivity, and with α=23=1/8α=2−3=1/8, the desired probability is

123+126+129+=α+α2+α3+=α1α=1/81(1/8)=17\frac{1}{2^3}+\frac{1}{2^6}+\frac{1}{2^9}+⋯=α+α^2+α^3+⋯=\frac{α}{1−α}=\frac{1/8}{1−(1/8)}=\frac{1}{7}.

Exercise: Uniform probabilities on the integers

Let the sample space be the set of all positive integers. Is it possible to have a “uniform" probability law, that is, a probability law that assigns the same probability c to each positive integer?

Answer: No

Solution:

Suppose that c=0. Then, by countable additivity,

1=P(Ω)=P(123)=P(1)+P(2)+P(3)+=0+0+0+=0,1=P(Ω)=P({1}∪{2}∪{3}⋯)=P({1})+P({2})+P({3})+⋯=0+0+0+⋯=0,

which is a contradiction.

Suppose that c>0. Then, there exists an integer k such that kc>1. By additivity,

P(1,2,,k)=kc>1,P({1,2,…,k})=kc>1,

which contradicts the normalization axiom.

Exercise: On countable additivity

Let the sample space be the two-dimensional plane. For any real number x, let Ax be the subset of the plane that consists of all points of the vertical line through the point (x,0), i.e., Ax={(x,y):y∈Re}.

a) Do the axioms of probability theory imply that the probability of the union of the sets Ax (which is the whole plane) is equal to the sum of the probabilities P(Ax)? b) Do the axioms of probability theory imply that

P(A1A2)=x=1P(Ax)?P(A1∪A2∪⋯)=∑x=1∞P(Ax)?

(In other words, we consider only those lines for which the x coordinate is a positive integer.)

Solution:

a) No. The collection of sets Ax is not countable because the set of real numbers is not countable (i.e., cannot be arranged in a sequence), and so the additivity axiom does not apply.

b) Yes. The countable additivity axiom applies because we are dealing with a sequence (in particular, a countable collection) of disjoint events.

Interpretations and uses of probabilities

We end this lecture sequence by stepping back to discuss what probability theory really is and what exactly is the meaning of the word probability. In the most narrow view, probability theory is just a branch of mathematics. We start with some axioms. We consider models that satisfy these axioms, and we establish some consequences, which are the theorems of this theory. You could do all that without ever asking the question of what the word "probability" really means. Yet, one of the theorems of probability theory, that we will see later in this class, is that probabilities can be interpreted as frequencies, very loosely speaking. If I have a fair coin, and I toss it infinitely many times, then the fraction of heads that I will observe will be one half. In this sense, the probability of an event, A, can be interpreted as the frequency with which event A will occur in an infinite number of repetitions of the experiment. But is this all there is? If we're dealing with coin tosses, it makes sense to think of probabilities as frequencies. But consider a statement such as the "current president of my country will be reelected in the next election with probability 0.7". It's hard to think of this number, 0.7, as a frequency. It does not make sense to think of infinitely many repetitions of the next election. In cases like this, and in many others, it is better to think of probabilities as just some way of describing our beliefs. And if you're a betting person, probabilities can be thought of as some numerical guidance into what kinds of bets you might be willing to make. But now if we think of probabilities as beliefs, you can run into the argument that, well, beliefs are subjective. Isn't probability theory supposed to be an objective part of math and science? Is probability theory just an exercise in subjectivity? Well, not quite. There's more to it. Probability, at the minimum, gives us some rules for thinking systematically about uncertain situations. And if it happens that our probability model, our subjective beliefs, have some relation with the real world, then probability theory can be a very useful tool for making predictions and decisions that apply to the real world. Now, whether your predictions and decisions will be any good will depend on whether you have chosen a good model. Have you chosen a model that's provides a good enough representation of the real world? How do you make sure that this is the case? There's a whole field, the field of statistics, whose purpose is to complement probability theory by using data to come up with good models. And so we have the following diagram that summarizes the relation between the real world, statistics, and probability. The real world generates data. The field of statistics and inference uses these data to come up with probabilistic models. Once we have a probabilistic model, we use probability theory and the analysis tools that it provides to us. And the results that we get from this analysis lead to predictions and decisions about the real world.

Last updated