I know that if $A$ and $B$ are disjoint events, then $P(A \cup \ B) = P(A) + P(B)$. However, is the converse true as well? Thanks.
Asked
Active
Viewed 1,368 times
7
3 Answers
10
No, all you can deduce is that $P(A \cap B) = 0$, because $$P(A \cup B) = P(A) + P(B) - P(A \cap B)$$ It doesn't mean that $A \cap B$ is empty.
Kamil Jarosz
- 4,984
TonyK
- 64,559
7
No for example suppose you have a uniform distribution on $[0,1]$. Let $A=[0,1/2]$ and $B=[1/2,1]$. Then $P(A\cap B)=0$ but $A\cap B=\{1/2\}\not=\emptyset$.
Gregory Grant
- 14,874
-
-
-
Because the uniform distribution on $[0,1]$ is continuous: the probability of any single particular point is $0$. – Clement C. Jan 29 '16 at 15:31
-
@Inuyaki If you have any continuous random variable X, $$\mathbb{P}(X = c) = \int_{c}^{c}f_{X}(x)\text{ d}x = 0$$ – Clarinetist Jan 29 '16 at 15:32
-
@Inuyaki Another way to see that $P(A \cap B) = 0$ is to note that $P(A \cup B) = P(A) + P(B) - P(A \cap B)$ for any subsets $A$ and $B$ of $[0,1]$ . Now $P(A \cup B) = 1$, $P(A) = 1/2$, and $P(B) = 1/2$. Plugging in these values reveals $P(A \cap B) = 0$. – Joel Jan 29 '16 at 15:42
-2
EDIT: This is incorrect, disregard. The comments have valuable discussion and counterexamples.
Yes. Assuming $A$ and $B$ are independent, by definition, $P(A \cup B) = P(A) + P(B) - P(A \cap B)$. If we have $P(A \cup B) = P(A) + P(B)$, then $P(A \cap B) = 0$, which is the definition of disjoint events.
DylanSp
- 1,727
- 1
- 12
- 14
-
3
-
4Hmm, is that true? Doesn't it just mean that $A\cap B$ has probability zero, not that it is empty. (Unless only empty sets have probability zero.) – MPW Jan 29 '16 at 15:10
-
Why do we need to assume that $A$ and $B$ are independent? What do you mean "by definition"? – Ben Grossmann Jan 29 '16 at 15:11
-
1Is that really the definition of disjoint events? What if $X$ is uniformly distributed on $[0,1]$, $A$ is $(X \le \frac12)$, and $B$ is $(X \ge \frac12)$? – TonyK Jan 29 '16 at 15:11
-
A counterexample can even be given on a finite probability space, e.g. if $X$ is a random variable with values in ${1,2}$, with $\mathbb{P}(X=1)=1$ and $\mathbb{P}(X=2) = 0$. Letting $A = { 1, 2 }$ and $B = { 2 }$, we see $A$ and $B$ are independent, non-disjoint events such that $\mathbb{P}(A \cup B) = \mathbb{P}(A) + \mathbb{P}(B)$. – Clive Newstead Jan 29 '16 at 15:18
Disjoint: P(A and B) = 0– hardmath Jan 29 '16 at 15:28