1

Let $X$ be a random variable with support $S$, let $f$ and $g$ be arbitrary positive functions of $X$. If $$\frac{\mathbb E(f(X))}{\mathbb E(g(X))} = r$$ then is it true that there exists $x\in S$ such that $$\frac{f(x)}{g(x)}\le r$$ I think this is true, and can't come up with a counterexample, but I'm not sure how to show it.

AWhite
  • 13

1 Answers1

1

It is true. It is a special case of the more general result:

If $E[h(X)]=0$ then there exists $x$ such that $h(x)\le 0$.

Your claim corresponds to $h(x):=f(x)-rg(x)$. You can prove the general result via contrapositive: If $h(x)>0$ for every $x$ then $h(X)$ is a positive random variable, hence its expectation is not zero. (This conclusion follows from the fact that a nonnegative random variable with zero expectation must be zero almost surely.)

grand_chat
  • 38,951