I mean, is it true that $E(Y|X) = \phi(X)?$
if so, how should we derive the form of X?
I mean, is it true that $E(Y|X) = \phi(X)?$
if so, how should we derive the form of X?
Yes, this is a consequence of the Doob-Dynkin lemma, which states that any $\sigma(X)$-measurable random variable is of the form $\phi(X)$ for some (usually not unique) measurable function $\phi$.
How to compute $\phi$ depends on what you know about $X$ and $Y$. For instance, if $X$ has a discrete distribution, you may define $$\phi(x) := \begin{cases} E[Y \mid X = x],& \text{if $P(X=x)>0$} \\ 42, & \text{else.} \end{cases}$$
Does it hold more generally e.g., when $X$ is not discrete, but the induced measure $\mu_{X}$ happens to have a point mass at ${x}$?
– MathematicsStudent1122 Oct 11 '21 at 15:09