Suppose that $Y_1, \ldots, Y_n \sim N(\mu, 1)$ are independent and that $Z_1, \ldots, Z_n \sim N(\mu+\beta, 1)$ are independent as well and that The $Y_i$'s are also independent of $Z_i$'s. Furthermore, $\mu \sim N(0, \lambda_{\mu})$ and $\beta \sim N(0, \lambda_{\beta})$.
I have two connected questions:
1) I am wondering if we have that $P(Y,Z|\mu) = P(Y|\mu)P(Z|\mu)$. I am confused here because this by itself implies conditional independence, that is, independence given $\mu$. However, both $Y$ and $Z$ come with $\mu$ already, so aren't they by default conditional already?
2) What about $P(YZ) = P(Y)P(Z)$? Is this true? I surmise that we should have that $P(Z)$ or $P(Y)$ is the marginal of $P(Y|\mu)$, or:
$$ P(Y) = \int P(Y,\mu) d\mu = \int P(Y|\mu)P(\mu)d\mu $$
Is this correct? Thanks!