I am given that $E[X | Y] = 0$ where $X, Y$ are both random variables. So this expectation is a random variable. By the tower rule we have $E[E[X | Y]] = E[X] = E[0] = 0$.
Does this also imply that $E[x| Y] = 0$? Where $x$ is any realization of $X$?
This question was inspired by https://web.stanford.edu/~mrosenfe/soc_meth_proj3/matrix_OLS_NYU_notes.pdf, pg 5, #3, where it shows that $E[\epsilon | X] = 0$ apparently means $E[\epsilon_i | X] = 0 \ \ \forall i$. On second thought, I may have misunderstood these notes. The $\epsilon_i$ here do not appear to be constants. They appear to be random variables as well.