I have a question for which I have a somewhat unclear explanation.
Namely, if $X$ and $Y$ are each independent of $Z$ (i.e., $X$ is independent of $Z$ and $Y$ is independent of $Z$), then is $XY$ independent of $Z$?
My explanation, which is not entirely rigorous, is as follows:
$P(XY \in A, Z \in B) = \int_{\mathbb{R}} P(XY \in A, Z \in B | Y = y) dy = \int_{\mathbb{R}} P(XY \in A | Y = y) P(Z \in B | Y = y) dy = \int_{\mathbb{R}} P(XY \in A | Y = y) P(Z \in B) dy = P(XY \in A) P(Z \in B)$
Does this make sense?