1

I encountered the following problem:

I have two random variables $A$ and $B$. I know only that $$P(|A|>\epsilon)\leq a(\epsilon)$$ and $$P(|B|>\epsilon)\leq b(\epsilon)$$ where $a$ and $b$ are known functions dependending on $\epsilon$.

Can I say something about the expectation of $E[A+B]$? Also an inequality involving $E[A+B]$ would be helpful!

1 Answers1

1

Note that $|A+B| > 2 \epsilon$ implies $|A| > \epsilon$ or $|B| > \epsilon$, so $P(|A+B| > 2 \epsilon) \le a(\epsilon) + b(\epsilon)$. This in turn implies $$E|A+B| = \int_0^\infty P(|A+B| > x) \; dx \le \int_0^\infty (a(x/2) + b(x/2))\; dx$$

Robert Israel
  • 448,999