Assume $X$ and $Y$ are independent Gaussian random variables and $Z = X +Y$. Then we know that $X$ and $Z$ are jointly Gaussian and $P(X=x \vert Z=z)$ is also Gaussian. Is there any simple way to show this? I know one way that we use $P(X=x \vert Z=z) = \dfrac{P(X=x, Z=z)}{Z=z}$ and write the explicit pdfs. Then we show the result has the form of Gaussian. Can we show this somehow using properties of jointly Gaussian variables?
Now, consider a Bernoulli random variable $W$ which is independent of $X$ and $Y$. Now we want to compute the distribution of $P(X=x \vert Z=z, W=w, WZ = q)$. Is this one also Gaussian?
My approach: If $wz =q$, then \begin{align} P(X=x \vert Z=z, W=w, WZ = q) = P(X=x \vert Z=z, W=w) = P(X=x \vert Z=z) \end{align} where the last equality is true because $W$ is independent of $X,Y$. Hence, the distribution is Gaussian.
But, what if $wz \neq q$?