Theory 1

Axioms of probability

A probability measure is a function P: satisfying:

Kolmogorov Axioms:

  • Axiom 1: P[A]0 for every event A (probabilities are not negative!)

  • Axiom 2: P[S]=1 (probability of “anything” happening is 1)

  • Axiom 3: additivity for any countable collection of mutually exclusive events:

P[A1A2A3]=P[A1]+P[A2]+P[A3]+ when:AiAj=for all ij

Notation: we write P[A] instead of P(A), even though P is a function, to emphasize the fact that A is a set.

Probability model

A probability model or probability space consists of a triple (S,,P):

  • S the sample space

  • the set of valid events, where every A satisfies AS

  • P: a probability measure satisfying the Kolmogorov Axioms

Finitely many exclusive events

It is a consequence of the Kolmogorov Axioms that additivity also works for finite collections of mutually exclusive events:

P[AB]=P[A]+P[B]P[A1An]=P[A1]++P[An]

Inferences from Kolmogorov

A probability measure satisfies these rules. They can be deduced from the Kolmogorov Axioms.

  • Negation: Can you find P[Ac] but not P[A]? Use negation:
P[A]=1P[Ac]
  • Monotonicity: Probabilities grow when outcomes are added:
ABP[A]P[B]
  • Inclusion-Exclusion: A trick for resolving unions:
P[AB]=P[A]+P[B]P[AB]

(even when A and B are not exclusive!)