Home page for accesible maths 3 The axiomatic approach

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

3.1 The axioms of probability

Let Ω be a sample space. The probability P is a real-valued function defined on subsets of Ω that satisfies the following three properties.

Axiom 1 (positivity) P(A)0 for all AΩ. Axiom 2 (finitivity) P(Ω)=1. Axiom 3 (additivity) If AB= then P(AB)=P(A)+P(B).

The number P(A) is called the probability of the event A and can be thought of as a measure of the chance that A occurs.

The whole theory of probability relies on these axioms. Subject only to these axioms the probability P is otherwise unspecified, but if a function P:𝒫(Ω) does not satisfy these three axioms then it is not a probability.

Exercise 3.1.

Suppose the sample space Ω contains four outcomes, Ω={1,2,3,4}. Assuming P satisfies axiom 3, which of the following are valid probability distributions?

  1. i.

    P({1})=1/2, and P({2})=P({3})=P({4})=1/6

    P({x})0 for all x, so Axiom 1 is satisfied.

    P(Ω)=P({1}{2}{3}{4})=P({1})+P({2})+P({3})+P({4})=1, so Axiom 2 is satisfied.

    So P is a probability.

  2. ii.

    P({1})=P({2})=P({3})=P({4})=1/2

    violates axiom 2.

  3. iii.

    P({1})=-0.2, and P({2})=P({3})=P({4})=0.4
    violates axiom 1

Exercise 3.2.

Show that the classical definition of P, defined in Section 2.2 on page 2.2, is a probability.

Solution.

P is a function from 𝒫(Ω) to defined by

P(A)=|A||Ω|,

where |A| denotes the number of elements in the set A.

Axiom 1

is satisfied since |A|0 and |Ω|>0.

Axiom 2

is satisfied since P(Ω)=|Ω||Ω|=1.

Axiom 3

is satisfied since if AB=, then |AB|=|A|+|B| (look at a Venn diagram) and so

P(AB) = |AB||Ω|
= |A|+|B||Ω|
= |A||Ω|+|B||Ω|
= P(A)+P(B).

Example 3.3.

A fair coin is tossed twice so

Ω={HH,HT,TH,TT}.

Since the coin is fair, we may assume all sample points are equally likely:

P({HH})=P({HT})=P({TH})=P({TT}).

Now

P({HH})+P({HT})+P({TH})+P({TT})
= P({HH,HT,TH,TT}) by axiom 3
= P(Ω)
= 1 by axiom 2.

Therefore the probability of each outcome is 1/4.

We can deduce other probabilities from this; for example

P(exactly one T)
= P({HT,TH})
= P({HT})+P({TH})by axiom 3
= 1/4+1/4
= 1/2.