Does $|\mathsf{E}(xy)|\leq |\mathsf{E}(x)| \cdot |\mathsf{E}(y)|$ hold for any random variable $x$, $y$? Here $\mathsf{E}$ is the expectation.
2026-04-21 08:39:35.1776760775
Does $|\mathsf{E}(xy)|\leq |\mathsf{E}(x)| \cdot |\mathsf{E}(y)|$ hold?
102 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
No, $|\mathsf{E}(xy)|\leq |\mathsf{E}(x)| \cdot |\mathsf{E}(y)|$ does not hold for any random variable $x$, $y$.
Assume that $x$, $y$ are independent r.v., it holds that $|\mathsf{E}(xy)| = |\mathsf{E}(x)\cdot \mathsf{E}(y)| \leq |\mathsf{E}(x)| \cdot |\mathsf{E}(y)|$.
However, one counter example for the dependent random variables $x,y$ can be given as follows
$x$: $\mathsf P\{x=-1\} = \frac12$, $\mathsf P\{x=+1\} = \frac12$;
$y$: $y = \begin{cases}+1 &\text{if}\ x>0 \\ -1 &\text{if}\ x<0 \end{cases}$
Then \begin{align*} \mathsf E (xy) &=(+1) \cdot \mathsf P (xy=+1) + (-1)\cdot \mathsf P (xy=-1)\\ & = (+1) \cdot \left(\mathsf P (x=-1, y=-1) + \mathsf P (x=+1, y=+1) \right)\\ & = (+1) \cdot \left(\mathsf P (x=-1) \mathsf P(y=-1| x=-1) + \mathsf P (x=+1)\cdot \mathsf P(y=+1| x=+1) \right)\\ & = (+1) \cdot \left(\frac{1}{2}\cdot 1 + \frac{1}{2}\cdot 1\right)\\ & = +1 \end{align*} where it is impossible for $xy=-1$ (i.e., $\mathsf P(xy=-1)= 0$).
$\mathsf E(x) = 1\cdot 1/2 -1 \cdot 1/2 = 0$. Thus, $1 = |\mathsf{E}(xy)| > |\mathsf{E}(x)| \cdot |\mathsf{E}(y)| = 0$.