Problem: Prove that (E(X)+E(1X))≥2 where, X is a non-negative random variable.
My approach:
For any non-negative random variable Y we have
E((Y−1Y)2)≥0⟹E(Y2)+E(1Y2)≥2
Let Y=√X, which will also be a non-negative random variable.
Substituting Y in (1), we get
E(X)+E(1X)≥2
Is there any fault in my proof?
Answer
Your proof works quite all right!
Arthur already gave the proper comment, this is just an alternative way to prove the statement - maybe a bit more straight forward, to elaborate a bit:
We want to show for X positive, that
(E(X)+E(1X))≥2
holds, but this is due linearity of the expectation operator equivalent to
E(X+1X)≥2
now we use the fact, that for x>0 it holds that
x+1x≥2
because
x+1x≥2⇔x2−2x+1=(x−1)2≥0
which is of course a true statement. Now we just use (1) and see
(E(X)+E(1X))=E(X+1X)≥E(2)=2
and we are done.
No comments:
Post a Comment