I came across the following problem in my research
I have two random variables $X, Y$ which are exponentially distributed and $Y$ has a higher mean than $X$.
Then I have a function, say $f(z)$, which is known to be concave non negative and increasing in $z$. Can I claim that $$ \mathbb{E}[f(Y)] > \mathbb{E}[f(X)]? $$
I tried with Jensen's inequality but it doesn't help to compare between two different random variables. If not general it's sufficient for me to know if the claim holds fo $f(z) = \log(1+z)$.
Thank you