Let $f(x)$ be concave, $X_1$ a random variable and $X_2$ a mean-preserving spread of $X_1$.
The entry on wikipedia defines mean-preserving spread as any $X_2$ such that
$$x_{2} \; {\overset {d}{=}}\; (x_{1}+z)$$
where $E[Z | x_1] = 0$ for all values of $x_1$. (Check the comment below for what seems to be an alternative definition)
My question: is the following statement always true?
$$ E[f(X_2)] \leq E[f(X_1)]$$
Not sure how to go about proving or disproving this. I was trying to use Jensen's inequality, which says that for a concave $f$:
$$ f(E[X]) \geq E[f(X)] $$
My intuition is that the higher variance means we're picking more of the extreme values with $f(X_2)$ when compared to $f(X_1)$ and the concavity of $f$ means $f(X_2)$ should tend to be lower than $f(X_1)$.
Sorry for being vague. Thanks!