For $X$, $Y$ independent uniform random variables distributed $U[0,1]$, let $H = \max(X,Y)$, $L = \min(X,Y)$. We know that:
- $\operatorname{Cov}\left\{\min(X,Y),\max(X,Y)\right\} \neq \operatorname{Cov}\{X,Y\}$.
- $\mathbb{E}\left\{\min(X,Y)\cdot \max(X,Y)\right\} = \mathbb{E}\left\{XY\right\}$.
- $\min(X,Y)+\max(X,Y)=X+Y$.
My question is why is (1) not equal, but (2) and (3) are? Specifically, (1) and (2) would seem very analogous to me. Any suggestions on either a formal proof or mathematical intuition is greatly appreciated!
One of $L$ and $H$ is $X$ and the other is $Y$, so $L + H = X + Y$, and similarly $L H = X Y$ (and so also $\mathbb E[L + H] = \mathbb E[X + Y]$ and $\mathbb E[L H] = \mathbb E[X Y]$).
Now $\text{Cov}(X,Y) = \mathbb E[XY] - \mathbb E[X]\; \mathbb E[Y]$ and $\text{Cov}(L, H) = \mathbb E[L H ] - \mathbb E[L] \;\mathbb E[H]$. The difference between these is
$$ \text{Cov}(X,Y) - \text{Cov}(L, H) = \mathbb E[X]\; \mathbb E[Y] - \mathbb E[L]\; \mathbb E[H]$$
But in this case $\mathbb E[X] = \mathbb E[Y] = 1/2$ while for some $c > 0$, $\mathbb E[L] = 1/2 - c$ and $\mathbb E[H] = 1/2 + c$ (their sum, as noted, is $1$ and with probability $1$, $L < H$). So
$$ \text{Cov}(X,Y) - \text{Cov}(L, H) = \frac{1}{4} - \left(\frac{1}{2} - c\right) \; \left(\frac{1}{2} + c\right) = c^2 > 0 $$