<?xml version="1.0" encoding="UTF-8"?>

<record version="3" id="10264">
 <title>reverse Markov inequality</title>
 <name>ReverseMarkovInequality</name>
 <created>2008-02-13 02:45:50</created>
 <modified>2008-02-13 02:48:49</modified>
 <type>Definition</type>
 <creator id="5987" name="kshum"/>
 <author id="5987" name="kshum"/>
 <classification>
	<category scheme="msc" code="60A99"/>
 </classification>
 <related>
	<object name="MarkovsInequality"/>
 </related>
 <preamble>% this is the default PlanetMath preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here
</preamble>
 <content>Let $X$ be a random variable that satisfies $\Pr(X \leq a) = 1$ for some constant $a$.
Then, for $d &lt; E[X]$,
\[
\Pr( X &gt; d) \geq \frac{E[X] - d}{a - d}
\]



{\em Proof:}
Apply the Markov's inequality to the random variable $\tilde{X} = a-X$,
\[\Pr(X\leq d) = \Pr(\tilde{X}\geq a-d) 
\leq \frac{E[\tilde{X}]}{a-d} 
= \frac{a-E[X]}{a-d}.
\]

Hence
\[
\Pr(X&gt; d) \geq 1 - \frac{a-E[X]}{a-d} = \frac{E[X]-d}{a-d}.
\]</content>
</record>
