NETMaths
The bookUnit 4 · Probability70 / 83

Axioms, conditional probability, independence, Bayes

Why this is asked: Most Part-C items here are symmetry checks: P(A|B) > P(A) ⇔ P(A∩B) > P(A)P(B) is symmetric in A and B, while P(A|B) > P(B) is not.

Basics

P(A ∪ B) = P(A) + P(B) − P(A∩B); inclusion–exclusion for more sets. **Boole:P(Ai)P(Ai).**: P(\cup{}A_{i}) \le \sum{}P(A_{i}). **Bonferroni:P(Ai)1P(Ai**: P(\cap{}A_{i}) \ge 1 - \sum{}P(A_{i}ᶜ).

Conditioning

P(A|B) = P(A∩B)/P(B). **Bayes:P(Ai**: P(A_{i}|B) = P(B|Ai)P(Ai)/P(BA_{i})P(A_{i})/\sum{}P(B|Aj)P(Aj)A_{j})P(A_{j}).

Symmetry facts (the recurring Part-C pattern):

Statement Symmetric in A, B?
P(A|B) = 0 ⇔ P(B|A) = 0 ✓ (both say P(A∩B) = 0)
P(A|B) > P(A) ⇔ P(B|A) > P(B) ✓ (both say P(A∩B) > P(A)P(B))
P(A|B) = 1 ⇒ P(B|A) = 1 ✗ (A ⊇ B does not give B ⊇ A)
P(A|B) > P(B) ⇒ P(B|A) > P(A)

Independence

  • A ⫫ B ⇔ P(A∩B) = P(A)P(B). Then Aᶜ ⫫ B too.
  • Pairwise independence does not imply mutual independence: two fair coins with A = first head, B = second head, C = "same face" are pairwise independent but not mutually.
  • Independent events with positive probability are never disjoint.

Standard traps

  • Mutually exclusive ≠ independent (they are opposites unless one has probability 0).
  • Conditional independence given C does not imply independence, and vice versa (Simpson's paradox territory).

Key takeaways

  • Convert every conditional statement to P(A∩B) vs P(A)P(B) and symmetry becomes obvious.
  • Pairwise ⇏ mutual independence.
  • Disjoint and independent are almost opposite notions.

See it move

Bayes and the base rate: why a 99% accurate test is usually wronginteractivefree

Step 1 / 4The setup

A test has sensitivity and specificity ; the disease affects of people. You test positive. What is the chance you have it?

The trap here

“Pairwise independent events are mutually independent” — false

Two fair coin tosses: A = first is heads, B = second is heads, C = the two agree

Each pair is independent, but P(A∩B∩C) = 1/4 ≠ 1/8 = P(A)P(B)P(C).

More on this →

Check yourself — select all that apply

Let A, B be two events in a discrete probability space with P(A) > 0 and P(B) > 0. Which of the following are necessarily true?

Check yourself — select all that apply

A test for a disease has sensitivity 0.99 and specificity 0.95, and the disease affects 1% of the population. Which of the following are true?

Next: Random variables, distributions, moments, MGF

Create a free account to keep your place and have this feed your study plan.

Open this in the full syllabus view · Unit 4