Show that $P(X>t)\leq \frac{E(e^{cX})}{e^{ct}}$

expected valueprobabilityrandom variables

Suppose $X$ is a random variable and $c$ is a constant. Show that $$P(X>t)\leq \frac{E(e^{cX})}{e^{ct}}.$$

I about thought using Markov's inequality that for nonnegative random variable $X$ and $c>0$ we have $P(X\geq c)\leq\frac{E(X)}{c}$.

But here I don't know if $X$ and $c$ are nonnegative. I don't know how to solve this. Would you please help?

Best Answer

The claim isn't true for $c<0$. For example, let $X$ be uniform (0,1), $c=-10$ and $t=1/c$.

For $c=0$, the claim is trivial. For $c>0$, we have: $$ \Big[X>t\iff\exp(cX)>\exp(ct)\Big]\implies\Pr(X>t)=\Pr[\exp(cX)>\exp(ct)] $$ Now use Markov's inequality with $Y=\exp(cX)$.

Related Question