5

Let X and Y be i.i.d. random variables; we want to calculate the conditional expectation with respect to the σ-algebra generated by X+Y:

E[Xσ(X+Y)]

Now, generally for random variables X,YL1, if

E[X1A(X)1B(Y)]=E[Y1A(Y)1B(X)] (A,BB(R))

then

E[X1C(X+Y)]=E[Y1C(X+Y)] (CB(R))

So here is my solution so far: the above holds for i.i.d. random variables X,Y, so

E[Xσ(X+Y)]=E[Yσ(X+Y)]
, and then we have
E[Xσ(X+Y)]=12E[X+Yσ(X+Y)]=X+Y2

I feel like I am missing something here...

1
0

The third line in your proof is proved rigorously as follows:

E[X1C(X+Y)]=x1{(x,y):x+yC}dFX,Y(x,y).
Applying the transformation (x,y)(y,x) and noting that FX,Y=FY,X we see that
x1{(x,y):x+yC}dFX,Y(x,y)=y1{(x,y):x+yC}dFX,Y(x,y)
. Hence
E[Y1C(X+Y)]=E[X1C(X+Y)]
.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.