ConceptComplete

Probability Spaces and Events - Key Properties

The axioms of probability lead to numerous fundamental properties that form the toolkit for probability calculations. These properties are used constantly in both theoretical and applied work.

Basic Properties of Probability

From Kolmogorov's axioms, we can derive several essential properties:

Monotonicity: If ABA \subseteq B, then P(A)P(B)P(A) \leq P(B)

Complement Rule: For any event AA, we have P(Ac)=1P(A)P(A^c) = 1 - P(A)

Empty Set: The impossible event has probability P()=0P(\emptyset) = 0

Inclusion-Exclusion Principle: For any two events AA and BB: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)

This generalizes to nn events as: P(i=1nAi)=i=1nP(Ai)i<jP(AiAj)+i<j<kP(AiAjAk)P\left(\bigcup_{i=1}^n A_i\right) = \sum_{i=1}^n P(A_i) - \sum_{i<j} P(A_i \cap A_j) + \sum_{i<j<k} P(A_i \cap A_j \cap A_k) - \cdots

Example

In a survey, 60% of students study mathematics (event MM), 50% study physics (event PP), and 30% study both. The probability that a student studies at least one subject is: P(MP)=0.6+0.50.3=0.8P(M \cup P) = 0.6 + 0.5 - 0.3 = 0.8

Properties of Conditional Probability

Conditional probability inherits structure from the original probability measure:

Theorem (Conditional Probability as Probability Measure): For fixed BB with P(B)>0P(B) > 0, the function P(B):F[0,1]P(\cdot|B): \mathcal{F} \to [0,1] defined by P(AB)=P(AB)/P(B)P(A|B) = P(A \cap B)/P(B) satisfies all axioms of probability.

Multiplication Rule: For events A1,,AnA_1, \ldots, A_n with P(A1An1)>0P(A_1 \cap \cdots \cap A_{n-1}) > 0: P(A1An)=P(A1)P(A2A1)P(A3A1A2)P(AnA1An1)P(A_1 \cap \cdots \cap A_n) = P(A_1) \cdot P(A_2|A_1) \cdot P(A_3|A_1 \cap A_2) \cdots P(A_n|A_1 \cap \cdots \cap A_{n-1})

Law of Total Probability

Definition

A collection of events {B1,B2,,Bn}\{B_1, B_2, \ldots, B_n\} forms a partition of Ω\Omega if:

  1. BiBj=B_i \cap B_j = \emptyset for iji \neq j (disjoint)
  2. i=1nBi=Ω\bigcup_{i=1}^n B_i = \Omega (exhaustive)
  3. P(Bi)>0P(B_i) > 0 for all ii

Law of Total Probability: If {Bi}\{B_i\} is a partition of Ω\Omega, then for any event AA: P(A)=i=1nP(ABi)P(Bi)P(A) = \sum_{i=1}^n P(A|B_i) P(B_i)

This powerful result allows us to compute probabilities by conditioning on different scenarios.

Example

A factory has three machines producing items with defect rates 2%, 3%, and 5%. Machine 1 produces 50% of output, machine 2 produces 30%, and machine 3 produces 20%. The overall defect rate is: P(defect)=0.02(0.5)+0.03(0.3)+0.05(0.2)=0.029=2.9%P(\text{defect}) = 0.02(0.5) + 0.03(0.3) + 0.05(0.2) = 0.029 = 2.9\%

Remark

These properties are not independent axioms but logical consequences of the three Kolmogorov axioms. The power of the axiomatic approach is that from three simple axioms, an entire rich theory emerges.