Prove $E[X/Y]\ge1$ for X,Y iid positive random variables.
My attempt:
Let $Z=X/Y$ $Z\in(0,\infty)$.
$$E[Z]=\int_0^\infty P(Z\gt z)dz=\int_0^\infty P(Y\lt{1\over z}X)dz$$
$$=\int_0^\infty\int_0^\infty\int_0^{{1\over z}X}f(x)f(y)dydxdz$$
$$=\int_0^\infty\int_0^\infty f(x)F({1\over z}X)dxdz$$
$$=\int_0^\infty (F(x)F({1\over z}X)|_0^{\infty}-\int_0^\infty F(x)f({1\over z}X){1\over z}dx)dz$$
$$=\int_0^\infty(1-\int_0^\infty F(x)f({1\over z}X){1\over z}dx)dz$$
This is how I get 1 in the equation. I hope it has something to do with the question. I know its a mess. Can anyone help me out?