4.9.1Probability Theory & Statistics

Probability space — sample space Ω, sigma-algebra F, measure P — Kolmogorov axioms

2,085 words9 min readdifficulty · medium1 backlinks

1. The three ingredients

WHY these three? They are the minimum closure rules so that any logical combination of events ("not A", "A or B", "A and B", "at least one of infinitely many") is still an event we can measure. From 1–3 you get everything else:

  • =ΩcF\varnothing = \Omega^c \in \mathcal{F} (from 1 + 2).
  • Countable intersections: iAi=(iAic)cF\bigcap_i A_i = \big(\bigcup_i A_i^c\big)^c \in \mathcal{F} (De Morgan, using 2 + 3).

2. Kolmogorov's Axioms (the rules on PP)

WHY each axiom?

  • A1 — probability is a "mass"/"size"; sizes are never negative.
  • A2something in Ω\Omega must happen, so the total mass is normalized to 1.
  • A3 — if you split an event into disjoint pieces, the probabilities add. The "countable" (not just finite) version is what makes limits, integrals, and continuous distributions work.

3. Deriving everything from the axioms (from scratch)

Nothing below is an extra rule — all are theorems forced by A1–A3.

Figure — Probability space — sample space Ω, sigma-algebra F, measure P — Kolmogorov axioms

4. Worked numerical examples


5. Common mistakes (Steel-manned)


6. Active recall

Recall Quick self-test (hide answers)
  • The three closure rules of a sigma-algebra? → contains Ω\Omega; closed under complement; closed under countable union.
  • Why range [0,1][0,1] for PP? → A1 gives 0\ge0; complement rule + A2 give 1\le1.
  • State Kolmogorov A3. → countable additivity for disjoint events.
  • Derive P(Ac)P(A^c). → 1P(A)1-P(A) via P(A)+P(Ac)=P(Ω)=1P(A)+P(A^c)=P(\Omega)=1.
Recall Feynman: explain to a 12-year-old

Imagine a big bag (that's Ω\Omega) holding every possible thing that could happen. You're only allowed to ask certain fair questions about what's in the bag — and the rule is, if you can ask a question, you must also be able to ask its opposite and combine questions; that question-list is F\mathcal{F}. Then PP is like sharing exactly 1 liter of paint over all the questions: no question gets negative paint (A1), the whole bag uses all 1 liter (A2), and if two questions never overlap, their paint just adds up (A3). Everything else in probability is just pouring this paint around without spilling.


7. Connections

What three objects make up a probability space?
(Ω,F,P)(\Omega,\mathcal{F},P): sample space, sigma-algebra of events, probability measure.
What is the sample space Ω\Omega?
The set of all possible outcomes of the experiment.
List the three sigma-algebra axioms.
Contains Ω\Omega; closed under complement; closed under countable unions.
Why must F\mathcal{F} be closed under complement AND union?
So any logical combination of events (not, or, and) is still a measurable event.
State Kolmogorov's three axioms.
A1 P(A)0P(A)\ge0; A2 P(Ω)=1P(\Omega)=1; A3 countable additivity for disjoint events.
Derive P()=0P(\varnothing)=0.
Use disjoint Ω,,,\Omega,\varnothing,\varnothing,\dots; A3 gives P(Ω)=P(Ω)+P()P(\Omega)=P(\Omega)+\sum P(\varnothing), so each P()=0P(\varnothing)=0.
Derive the complement rule.
AAc=ΩA\cup A^c=\Omega disjoint ⇒ P(A)+P(Ac)=1P(A)+P(A^c)=1P(Ac)=1P(A)P(A^c)=1-P(A).
Why is 0P(A)10\le P(A)\le1 not an axiom?
0\ge0 is A1; 1\le1 follows from complement rule + A2. The range is derived.
State and derive inclusion–exclusion for two events.
P(AB)=P(A)+P(B)P(AB)P(A\cup B)=P(A)+P(B)-P(A\cap B), by splitting into disjoint pieces AB,AB,BAA\setminus B, A\cap B, B\setminus A.
Why can't F=2Ω\mathcal{F}=2^\Omega on [0,1][0,1]?
Non-measurable (Vitali) sets exist that violate countable additivity, so we use Borel sets.
Does P(A)=0P(A)=0 mean AA is impossible?
No. In continuous spaces single points have probability 0 yet can occur ("almost never").
Monotonicity: if ABA\subseteq B what about probabilities?
P(A)P(B)P(A)\le P(B), since P(B)=P(A)+P(BA)P(B)=P(A)+P(B\setminus A) and P(BA)0P(B\setminus A)\ge0.
Why countable (not just finite) additivity?
It gives continuity of PP and lets us handle limits, integrals, and continuous distributions.

Concept Map

contains

contains

contains

elements are

subsets of

elements are

axiom 1

axiom 2

axiom 3

De Morgan

De Morgan

maps to 0,1

obeys

A1

A2

A3

Probability space triple

Sample space Omega

Sigma-algebra F

Probability measure P

Outcomes omega

Events

Omega is an event

Closed under complement

Closed under countable union

Countable intersection derived

Kolmogorov axioms

Non-negativity

P Omega equals 1

Countable additivity

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, probability ko rigorous banane ke liye sabse pehle ek "stage" chahiye hota hai jise hum probability space (Ω,F,P)(\Omega, \mathcal{F}, P) kehte hain. Yahan Ω\Omega matlab sample space — saare possible outcomes ka set (jaise dice me {1,2,3,4,5,6}\{1,2,3,4,5,6\}). F\mathcal{F} ek sigma-algebra hai — yeh un saare sawaalon ki list hai jinke baare me hum "haan ya na" pooch sakte hain (events). Aur PP ek measure hai jo har event ko ek number [0,1][0,1] me deta hai.

Sigma-algebra ke teen rule hain: Ω\Omega andar hona chahiye, complement ke saath closed (agar A allowed hai to "not A" bhi allowed), aur countable union ke saath closed (A ya B ya... infinite tak). Iska reason simple hai — agar aap ek sawaal pooch sakte ho to uska ulta aur combination bhi pooch paana chahiye. Uncountable set jaise [0,1][0,1] pe har subset ko probability nahi de sakte (kuch pathological "Vitali" sets rules tod dete hain), isiliye hum sirf achhe-behaved Borel sets lete hain.

Kolmogorov ke teen axioms yaad rakho — NNA: Non-negative (P(A)0P(A)\ge0), Normalized (P(Ω)=1P(\Omega)=1), Additive (disjoint events ka probability add hota hai). Mast baat yeh hai ki baaki sab cheez inhi teen se derive hoti hai — P()=0P(\varnothing)=0, complement rule P(Ac)=1P(A)P(A^c)=1-P(A), monotonicity, aur inclusion-exclusion P(AB)=P(A)+P(B)P(AB)P(A\cup B)=P(A)+P(B)-P(A\cap B). Yani [0,1][0,1] range bhi axiom nahi, derived result hai!

Do common galtiyan avoid karo: (1) overlap wale events me direct add mat karo — ABA\cap B ek baar subtract karo. (2) P(A)=0P(A)=0 ka matlab "impossible" nahi hota — continuous case me single point ka probability 0 hota hai par fir bhi aa sakta hai ("almost never"). Yeh foundation aage random variables, expectation aur poori statistics ki neev hai.

Go deeper — visual, from zero

Test yourself — Probability Theory & Statistics

Connections