2.3 Axioms of Probability
Probability law cannot be arbitrary, it must satisfy the Axioms of Probability:
Non-negativity: P[A]≥0, for any A⊆Ω
Normalization: P[Ω]=1
Additivity: For any disjoint sets {A1,A2,...} P[∞⋃i=1Ai]=∞∑i=1P[Ai]
Why these three axioms?
- Axiom I (Non-negativity) ensures that probability is never negative.
- Axiom II (Normalization) ensures that probability is never greater than 1.
- Axiom III (Additivity) allows us to add probabilities when two events do not overlap. Natural extension from
naive
probability (counting
)
Example
For the case where Ω=[0,1] and P[E]=∫baf(x)dx we require (Axiom I) f(x)≥0 and (Axiom II) P[Ω]=∫10f(x)dx=1. Axiom III is also satisfied due to the additivity of integration. For example, consider two (non overlapping) intervals E1=[a,b] and E2=[b,c]
P[E1∪E2]=∫caf(x)dx=∫baf(x)dx+∫cbf(x)dx=P[E1]+[E2]