I have two issues that seem to be related.
1) Suppose we have two random variables $A$ and $B$ that are conditioned by $X$. If we want to calculate $$ \frac{p(A, B | X)}{p(B | X)},$$ do we always need to use Bayes rule and get $p(A|X, B)$? Since both are conditioned on $X$, why can't we say $p(A|X)$?
2) Suppose $Y \sim \rm{Normal}(0,1)$. I think $\mathbb{E}[Y]$ is 0, but does it change the value if we calculate $\mathbb{E}[Y|Y]$, is it $\mathbb{E}[Y|Y] = Y$? I cannot understand why conditioning changes its expectation.