Let $X$ be a random variable with $\Bbb{E}(X^2)<\infty$ and $a>0$ I need to show that $$\Bbb{P}(X>a)\leq \frac{\Bbb{E}(X^2)}{a^2}$$
My idea was the following. Let me first remark that $$\{X>a\}\subset \{|X-\Bbb{E}(X)|\geq a\}$$Indeed if $X>a>0$ then $|X|>a$. Now consider $a\leq|X-\Bbb{E}(X)|\leq |X|+|\Bbb{E}(X)|$. This is equivalent to say that $a-|X|<0\leq|\Bbb{E}(X)|$ which is always true. Therefore we have $$\Bbb{P}(X>a)\leq \Bbb{P}(|X-\Bbb{E}(X)|\geq a)\stackrel{\text{Chebychev}}{\leq}\frac{Var(X)}{a^2}=\frac{\Bbb{E}(X^2)-\Bbb{E}(X)^2}{a^2}\leq\frac{\Bbb{E}(X^2)}{a^2}$$
Is this proof correct so? I know there is maybe a simpler one, but this was the first thing coming to my mind so it would be nice if you first could take a look at this prove and then if it's correct discuss about alternatives
Thanks a lot
To prove the result just use Markovs inequality as the other answer shows. In your proof you use the inequality you are trying to prove! Note you use Chebyshev inequality :
$$ P(|Y-\mu|\geq \sigma k)\leq \frac{1}{k^2}.$$
But if we define the centered random variable $X=Y-\mu$, then the above says (note $\text{Var}(Y)=\sigma$)
$$ P(|X| \geq \sigma k) \leq \frac{1}{k^2},$$
choose $k=\frac{a}{\sigma}$ gives
$$ P(|X| \geq a) \leq \frac{\sigma^2}{a^2}. $$
You want to prove this last inequality, but as you can see it is equivalent to Chebyshevs inequality (so you cant you use Chebyshev to prove it).