"Lefthandedness is indepdendent of a person's gender."If there are about 5% lefties in the entire population, then this statement will imply that these 5% is more or less equally divided among men and women. In particular, if there are 40% men and 60% women, then the proportion of female lefties should be 5% of 60%, i.e., 5% $\times$ 60%. Thus, the multiplication comes naturally. Here is a more mathematical example.
EXAMPLE 1: Suppose that we toss a fair coin twice. So the sample space is $\Omega = \{HH, HT, TH, T T\}.$ Let $A$ be the event that the first toss shows $H,$ and $B$ be the event that the second toss shows $H.$ In other words, $A=\{HH,HT\}$ and $B=\{HH,TH\}.$ As the outcome of one toss can have no influence on the outcome of another, so intuitively $A,B$ should be "independent". From the definition also $P(A\cap B) = P(\{HH\}) = \frac 14 = \frac 12\times \frac 12 = P(A)P(B).$ ■
EXERCISE 1: Consider a single roll of a fair die. Write down two events, $A,B$ such that $A,B$ are independent. Also, write down two events $C,D$ that are dependent.
Sometimes two events that are somehow related actually turns out to be indepedent. Here is an example.EXAMPLE 2: A fair coin is tossed twice. The outcome of the first toss is written down. If the second toss shows a head, then the first outcome is written again. If the second outcome is a tail, then the opposite of the first outome is written. For example, if the both the outcomes are tails, then we first write tail (the first outcome), and then we write head (opposite of the first outcome). Let $A$ be the event that we first write "head", and $B$ be the event that we write "head" in the second position. Are $A,B$ independent?
SOLUTION: Apparently the first toss plays a role in both the writings. But still a simple computation shows that $P(A)=P(B)=\frac 12$ and $P(A\cap B)=\frac 14.$ So we have independence. ■EXERCISE 2: Same problem as above, but this time the coin is biased. Say, $P(H)=0.6.$
EXAMPLE 3: Consider the random experiment where a fair coin is tossed thrice. For $i\neq j\in\{1,2,3\},$ let $A_{ij}$ be the event that the $i$-th and $j$-th tosses have the same outcome. Do you intuitively feel that $A_{12}, A_{23}$ and $A_{13}$ are "independent"? Now check if they are pairwise independent. Also check if they are mutually independent.
SOLUTION: Since the solution is very easy, why not try yourself first, before clicking here? ■EXAMPLE 4: Can you give three events $A,B,C$ such that $P(A\cap B\cap C) = P(A)P(B)P(C)$ but still $A,B,C$ are not mutually independent?
SOLUTION: Use the fact $P(\phi)=0$ to get a trivial such example. ■Let $\Omega_1$ and $\Omega_2$ be the two sample spaces with corresponding probability functions $P_1,P_2.$ We first combine these to form the Cartesian product $\Omega = \Omega_1\times\Omega_2.$ Notice that $\Omega$ is again countable. For the "coin toss $\times$ die roll" example, this gives $$\Omega = \{(H,1),(H,2),(H,3),(H,4),(H,5),(H,6),(T,1),(T,2),(T,3),(T,4),(T,5),(T,6)\}.$$ Now for each singleton set of the form $\{(a,b)\}$ we define the probability $P(\{(a,b)\}) = P_1(\{a\})\times P_2(\{b\}).$ This uniquely determines $P(A)$ for all $A\subseteq\Omega$ via the probability axioms.The same construction may be generalised easily for any finite number of random experiments. Any $A_1\subseteq\Omega_1$ has a natural counterpart in $A\subseteq \Omega$ as $$A =\{(a,b)~:~a\in A_1,~b\in\Omega_2\}.$$ We rarely use different symbols for $A$ and $A_1.$ Just as a real number is considered also to be a complex number. Similarly for any $A_2\subseteq\Omega_2.$ For example, in the "coin toss$\times$ die roll" example, the event $\{$ die shows 3$\}$ becomes $\{(H,3), (T,3)\}.$ With this natural extension, we have the following important theorem. The statement of this theorem had a serious flaw, which was pointed out by Vrajishnu. The flaw has now been corrected.
Proof: The proof is easy if $A_1$ and $A_2$ are both finite.
For the case where at least one of $A_1,A_2$ is infinite (countably infinite as $\Omega_i$'s are countable), we need to use the fact that infinite series of nonnegative terms may be rearranged without changing the value of the series. [QED]EXAMPLE 5: A coin with $P(head)=p\in(0,1)$ is tossed again and again independently. Show that we must get a head eventually.
SOLUTION: Here we are working over an infinite product space. For any finite sequence of $H$'s and $T$'s of length $n$ with exactly $k$ many $H$'s, the probability is $p^k(1-p)^{n-k}.$ Let $A_n$ be the event that the first $n$ tosses have produced no $H.$ Also let $A$ denote the event that no $H$ ever occurs. Then clearly $A_1\supseteq A_2\supseteq A_3\supseteq\cdots$ and $A = \cap A_n.$ Thus $A_n\searrow A.$ Hence $P(A_n)\rightarrow P(A).$ Now $P(A_n) = (1-p)^n\rightarrow 0$ since $p\in (0,1).$ So $P(A)=0.$ Hence $P(A^c) = 1,$ as required. ■EXERCISE 3: If $A,B$ are independent, then show that $A^c,B$ are also independent. Are $A^c,B^c$ also independent?
EXERCISE 4: Is it possible to have an event that is independent of itself? If so, find all such events. If not, prove why not.
EXERCISE 5: Is it possible to have an event that is independent of all other events? If so, find all such events. If not, prove why not.
EXERCISE 6: If $A,B$ are independent, and $A,C$ are also independent, then is it true that $A$ and $B\cup C$ must also be independent?
EXERCISE 7: If $A$ and $B$ are mutually exclusive, then must $A,B$ be independent? Must they be dependent?
EXERCISE 8: The numbers $-10,...,-1,1,...,10$ are written on 20 pieces of papers. One of the papers is drawn at random. Let $A$ be the event that the selected number is negative, and $B$ be the event that the selected number has absolute value $>5.$ Are $A,B$ independent?
EXERCISE 9: Same set up as above. Find an event $C$ such that $A,B,C$ are mutually independent.
EXERCISE 10: If $A\subseteq B$ are two events, can $A,B$ be independent?
EXERCISE 11: If $P(A_i)=p_i$ for $i=1,2,3,$ and $A_i$'s are mutually independent, then find $P(A_1\cup A_2\cup A_3).$
EXERCISE 12:
![]() |
|---|
EXERCISE 13:
![]() |
|---|
EXERCISE 14:
![]() |
|---|
EXERCISE 15:
![]() |
|---|