Am trying to figure out if all three of these expressions:
1) $B \subseteq A$
2) $B \subset A$
3) $B = A$
imply that 4) $P(A \cap B) = P(B)$ ?
My thinking is as follows:
1) follows from here
2) is just a more restricted condition than 1), so the implication should hold here as well.
3) because if B = A, then P(A) = P(B) = $P(A \cap B)$
I can't see why 1-3 would not imply 4) from my by Venn diagram sketches except if I'm not handling the case where A is the empty set. If I'm missing something, could someone set me straight?