I'm having a hard time figuring out whether $$\mathbb{P}\left(X\cap Y\mid Z\right)=\mathbb{P}\left(X\mid Z\right)\mathbb{P}\left(Y\mid Z\right)$$ and $\mathbb{P}\left(Z\right)<1$ implies $$\mathbb{P}\left(X\cap Y\mid\overline{Z}\right)=\mathbb{P}\left(X\mid\overline{Z}\right)\mathbb{P}\left(Y\mid\overline{Z}\right)$$ I fail to see how to go past $$\mathbb{P}\left(X\cap Y\cap Z\right)=\frac{\mathbb{P}\left(X\cap Z\right)\mathbb{P}\left(Y\cap Z\right)}{\mathbb{P}\left(Z\right)}$$ so it makes me guess the implication isn't even true, but it was true for every example I could think of.
2026-04-28 18:50:55.1777402255
Conditional probability implication
124 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
For a counterexample, consider a sample space of cardinality $7$, with all sample points equally likely.
Let events $X,Y,Z$ be chosen to match the following Venn diagram
where each of the $7$ pictured regions has cardinality $1$.
Then we have $$ P(X|Z)=P(Y|Z)=\frac{1}{2}\;\;\text{and}\;\;P(X\cap Y|Z)=\frac{1}{4} $$ so $P(X\cap Y|Z)=P(X|Z)P(Y|Z)$, but $$ P(X|\overline{Z})=P(Y|\overline{Z})=\frac{2}{3}\;\;\text{and}\;\;P(X\cap Y|\overline{Z})=\frac{1}{3} $$ so $P(X\cap Y|\overline{Z})\ne P(X|\overline{Z})P(Y|\overline{Z})$.