I have a question about the expectation of maximum of two variables.
Let $X_1$, $X_2$, and $Y$ be random variables.
Suppose $E[X_1] > E[X_2]$. Then is it necessarily the case that $E[\max(X_1, Y)] > E[\max(X_2, Y)]$?
If there is any assumption that has to be made, please let me know.
No. Here's a counterexample. Consider the following three independent random variables:
Then $E(X_1) = 1, E(X_2) = 3/4$.
But since $X_1 \ge Y$, we have $\max(X_1, Y) = X_1$ and so $E(\max(X_1, Y)) = 1$. But $\max(X_2, Y)$ is 3 with probability $1/4$, 1 with probability $3/8$ and 0 otherwise, so $E(\max(X_2, Y))= 9/8$.