Is it true that :
$ \forall X,Y,Z $ $$E[X | Y ] = E[X | Z ] \implies E[X | Y ] = E[X | Z ] = E[X | Y,Z ]$$
I tried to find $X,Y,Z$ with X not independant of $Y,Z$ and $$E[X | Y ] = E[X | Z ] = E[X]$$ but without success.
Has anyone a counter example for that ? It seems blatantly false.
It is false. Let $Y,Z \sim \text{Bernoulli}(\frac{1}{2})$ be independent and $X=\begin{cases}0 & Y=Z \\ 1 & Y \neq Z \end{cases}$. Notice that $X\sim \text{Bernoulli}(\frac{1}{2})$ as well, $X$ is independent of $Y$, $X$ is independent of $Z$, but $X,Y,$ and $Z$ are not mutually independent. In fact, $X$ is measurable with respect to the sigma algebra generated by $Y$ and $Z$. So we have: $$E[X\mid Y] = E[X\mid Z] = \frac{1}{2}$$ $$E[X \mid Y,Z] =X.$$