rule | formula | explanation | |
---|---|---|---|
Non-negativity & Bounds | The probability of any event lies between 0 and 1, inclusive. | ||
Empty-Set Rule | The probability of the empty event (impossible outcome) is zero. |
rule | formula | explanation | |
---|---|---|---|
Complement Rule | The probability of the complement of A equals one minus the probability of A. | ||
Difference Rule | The probability of A excluding B equals the probability of A minus the probability of A and B. | ||
Subset Absorption | If , then and | If B is contained in A, the intersection has B’s probability and the union has A’s. | |
Complement Absorption | If , then and | When A lies entirely outside B, intersection yields A and union yields the complement of B. | |
Mutual Exclusivity | If , then and | Disjoint events have zero probability of occurring together, and their union is the sum of probabilities. |
rule | formula | explanation | |
---|---|---|---|
Addition Rule | The probability of A or B equals the sum minus the overlap. | ||
Inclusion–Exclusion Principle | $P\bigl(\bigcup_{i=1}^n A_i\bigr) = \sum_i P(A_i) - \sum_{i<j}P(A_i \cap A_j) + \cdots + (-1)^{n-1}P\bigl(\bigcap_{i=1}^n A_i\bigr)$ | General formula for the probability of a union of n events, correcting for over-counted overlaps. | |
Monotonicity & Boole’s Inequality | If , then ; and | Probabilities respect subset ordering, and the probability of any union is at most the sum of individual probabilities. |
rule | formula | explanation | |
---|---|---|---|
Multiplication & Chain Rules | ; | Compute joint probabilities via conditional probabilities, extended through the chain rule. | |
Law of Total Probability | Expresses P(A) as a weighted sum over a partition of the sample space. | ||
Bayes’ Theorem | Relates the reverse conditional probability to the forward conditional probability and priors. |