2
$\begingroup$

In the context of proving the Hoeffding Lemma I came across a slightly weaker statement in the form of an exercise:

"If $X$ is a real valued random variable and $|X| \leq 1$ a.s. then there exists a random variable $Y$ with values in $\{ -1, +1 \}$ such that \begin{equation} E[Y|X] = X \qquad a.s. \end{equation} "

I haven't been able to prove it, and the only ansatz that I have is to try to find $A,B \in \mathcal{F}$ with $Y = 1_{A} - 1_{B} $ such that

\begin{equation} P(A|X) = E[1_A|X] = (1+X)/2 \qquad P(B|X) = E[1_B|X] = (1-X)/2 \end{equation}

However I do not know if I can find such measurable sets $A,B$ ? (Maybe some more stronger assumptions need to be imposed ? )

$\endgroup$

1 Answer 1

2
$\begingroup$

You totally have the right idea with your ansatz for $Y$ !

Indeed, when looking at the equations you obtained for $P(A\mid X)$ and $P(B\mid X)$, one can see that both expressions look suspiciously similar to the CDF of the uniform distribution. And indeed, if we let $$A :=\{U \leq \eta(X)\},\quad B :=\{U > \eta(X)\}$$

for $U\sim\text{Uniform}([-1,1])$ independent of $X$, such that $$Y = \mathbf{1}[U \leq \eta(X)] - \mathbf{1}[U > \eta(X)] = \begin{cases} 1, & U \leq \eta(X), \\ -1, & U > \eta(X), \end{cases} $$

we indeed find by construction that $$E[Y\mid X] = (1+X)/2 - (1-X)/2 = X \quad \text{a.s.} $$


Disclaimer : this question is in fact a special case of a question I asked some time ago, and this answer is basically an adaptation of Sangchul Lee's answer to the original one.

$\endgroup$
1
  • $\begingroup$ I see, So one uses the property that $E[1_{U \leq \eta(X)} | X] = \eta(X) $ whenever $U$ uniform, independent of $X$ and $\eta(X) \in [0,1]$. This usage of the uniform distribution reminds me of its usage for the generalised inverse distribution function, where $F^{-1}(U)$ is distributed as $F$... Thanks so much ! $\endgroup$ Commented Apr 1 at 18:02

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .