Skip to main content

The case of two events

We say that events A,BΩA, B \subseteq \Omega are independent if P[AB]=P[A]P[B]{\mathbb P}[A \cap B] = {\mathbb P}[A] \cdot {\mathbb P}[B]. Observe that, if P[B]>0{\mathbb P}[B] >0, this is the same as saying that P[AB]=P[A].{\mathbb P}[A \mid B] = {\mathbb P}[A].

Exercise 95

If AA and BB are independent, then so are AA and B\overline{B}.

Example 36

If we roll a(n unbiased) die, consider the two events AA containing the odd number outcomes ({1,3,5}\{1,3,5\}), and BB containing the square outcomes (i.e., {1,4}\{1,4\}). These two events are independent. To verify this, consider AB={1}A \cap B = \{1\}, so we have P[AB]=1/6{\mathbb P}[A\cap B]=1/6, while P[A]=1/2{\mathbb P}[A] = 1/2 and P[B]=1/3{\mathbb P}[B]= 1/3.

Notice that in the above example, until we actually calculate the probabilities according to the definition, there is nothing to suggest that the two events are independent.

Exercise 96

Assume that there exist two (different) nontrivial and independent events in the probability space. Prove that Ω4.|\Omega| \geq 4.

Definition 8

Two events AA and BB are positively correlated if P[AB]>P[A]P[B]{\mathbb P}[A \cap B] > {\mathbb P}[A] \cdot {\mathbb P}[B], and negatively correlated if P[AB]<P[A]P[B]{\mathbb P}[A \cap B] < {\mathbb P}[A] \cdot {\mathbb P}[B].

Intuitively, for positively correlated events, if one event happens, it would become more likely for the other event to happen. That is, when P[B]>0{\mathbb P}[B] >0, we can write the condition as P[AB]>P[A]{\mathbb P}[A \mid B] > {\mathbb P}[A] (conditioned on BB, AA becomes more likely to happen). For negatively correlated events, the trend is the opposite.

Example 37

Toss a(n unbiased) die. Let AA be the event that the outcome is an even number, and BB is the event that the outcome is at least 44. So we have A={2,4,6}A = \{2,4,6\} and B={4,5,6}B= \{4,5,6\}.

P[AB]=1/3>P[A]P[B]=(1/2)(1/2){\mathbb P}[A \cap B] = 1/3 > {\mathbb P}[A] \cdot {\mathbb P}[B] = (1/2)\cdot (1/2)

Therefore, AA and BB are positively correlated.

Exercise 97

Pick a random number xx uniformly from {1,,n}\{1,\ldots, n\}. Let AA be the event that xx is even and BB that xx is divisible by 33. Determine whether AA and BB are independent, negatively correlated, or positively correlated. Does your answer depend on the value of nn? How many cases do you need to distinguish?