Probability notes from set theory to more advanced
Set theory
- Universal set (sample space) : all possible outcomes.
- Event: any subset .
- Empty event : never occurs.
Certain event : always occurs. - Set operations:
- Union: — “ or happens.”
- Intersection: — “ and happen.”
- Complement: — “ does not happen.”
- Difference: .
- Disjoint (mutually exclusive): .
These operations satisfy Boolean algebra rules:
Sigma-algebra
collection of measurable events To define probabilities consistently, we use a σ-algebra over :
- .
- If , then .
- If , then .
This ensures we can take complements and countable unions safely.
Basic probability spaces
- Sample space: (all outcomes). An event .
- Probability measure satisfies , , countable additivity.
- Example: fair coin , .
Conditional probability & product rule
- Conditional probability of given (with ):
- Product rule (equivalent):
Independence
- and are independent iff equivalently (when ).
- For random variables : independence means events and independent for all measurable .
Law of total probability
- If partition (mutually disjoint, ) then for any event :
- Useful to expand by conditioning on cases.
Expectation and indicator variables
- Indicator of event : if , else .
- Expectation of indicator: .
- Linearity: (no independence required).
- For a discrete r.v. : .
Useful identities
- .
- .
- If is a Bernoulli() bit independent of other randomness: (special case of total law).
Short worked example from our paper (the paper’s setup)
Arthur chooses uniformly. If he samples ; if he samples . He sends to Merlin, who outputs where . Arthur accepts iff .
Compute :
- Condition on (law of total probability):
- Evaluate each term:
- If : Merlin is correct iff , so .
- If : Merlin is correct iff , so .
- Since ,
- Using (Scheffé set), if then
Last updated on