Fine Art

In probability theory, Markov's inequality gives an upper bound for the probability that a non-negative function of a random variable is greater than or equal to some positive constant. It is named after the Russian mathematician Andrey Markov, although it appeared earlier in the work of Pafnuty Chebyshev (Markov's teacher), and many sources, especially in analysis, refer to it as Chebyshev's inequality (sometimes, calling it the first Chebyshev inequality, while referring to Chebyshev's inequality as the second Chebyshev's inequality) or Bienaymé's inequality.

Statement

If X is a nonnegative random variable and a > 0, then the probability that X is no less than a is no greater than the expectation of X divided by a:[1]

\( \mathbb {P} (X\geq a)\leq {\frac {\mathbb {E} (X)}{a}}. \)

\( {\displaystyle a={\tilde {a}}\cdot \mathbb {E} (X)} \) (i.e. \( {\displaystyle {\tilde {a}}>0}) \), we can rewrite the previous inequality as:

\( {\displaystyle \mathbb {P} (X\geq {\tilde {a}}\cdot \mathbb {E} (X))\leq {\frac {1}{\tilde {a}}}.} \)

In the language of measure theory, Markov's inequality states that if (X, Σ, μ) is a measure space, f is a measurable extended real-valued function, and ε > 0, then

\( \mu (\{x\in X:|f(x)|\geq \varepsilon \})\leq {1 \over \varepsilon }\int _{X}|f|\,d\mu . \)

This measure theoretic definition is sometimes referred to as Chebyshev's inequality.[2]
Extended version for monotonically increasing functions

If φ is a monotonically increasing function for the nonnegative reals, X is a random variable, a ≥ 0, and φ(a) > 0, then

\( {\displaystyle \mathbb {P} (|X|\geq a)\leq {\frac {\mathbb {E} (\varphi (|X|))}{\varphi (a)}}.} \)

An immediately corollary, using higher moments of nonnegative X is
\( {\displaystyle \mathbb {P} (X\geq a)\leq {\frac {\mathbb {E} (X^{n})}{a^{n}}}.} \)

Proofs

We separate the case in which the measure space is a probability space from the more general case because the probability case is more accessible for the general reader.


Proof In the language of probability theory

For any event \( E \), let \( I_{E} \) be the indicator random variable of \( E \), that is, \( {\displaystyle I_{E}=1} \) if \( E occurs \) and \( {\displaystyle I_{E}=0} \) otherwise.

Using this notation, we have \( {\displaystyle I_{(X\geq a)}=1} \) if the event \( {\displaystyle X\geq a} \) occurs, and I ( X ≥ a ) = 0 {\displaystyle I_{(X\geq a)}=0} {\displaystyle I_{(X\geq a)}=0} if X < a {\displaystyle X<a} {\displaystyle X<a}. Then, given \( a>0 \),

\( {\displaystyle aI_{(X\geq a)}\leq X} \)

which is clear if we consider the two possible values of \( {\displaystyle X\geq a}\) . If \( {\displaystyle X<a} \), then \( {\displaystyle I_{(X\geq a)}=0} \), and so \( {\displaystyle aI_{(X\geq a)}=0\leq X}\) . Otherwise, we have \( {\displaystyle X\geq a} \) , for which \( {\displaystyle I_{X\geq a}=1} \) and so a \( {\displaystyle aI_{X\geq a}=a\leq X} \).

Since \( \mathbb {E} \) is a monotonically increasing function, taking expectation of both sides of an inequality cannot reverse it. Therefore,

\( {\displaystyle \mathbb {E} (aI_{(X\geq a)})\leq \mathbb {E} (X).} \)

Now, using linearity of expectations, the left side of this inequality is the same as

\( {\displaystyle a\mathbb {E} (I_{(X\geq a)})=a(1\cdot \mathbb {P} (X\geq a)+0\cdot \mathbb {P} (X<a))=a\mathbb {P} (X\geq a).} \)

Thus we have

\( {\displaystyle a\mathbb {P} (X\geq a)\leq \mathbb {E} (X)} \)

and since a > 0, we can divide both sides by a.
In the language of measure theory

We may assume that the function \( f \) is non-negative, since only its absolute value enters in the equation. Now, consider the real-valued function s on X given by

\( s(x) = \begin{cases} \varepsilon, & \text{if } f(x) \geq \varepsilon \\ 0, & \text{if } f(x) < \varepsilon \end{cases} \)

Then \( 0\leq s(x)\leq f(x) \). By the definition of the Lebesgue integral

\( \int_X f(x) \, d\mu \geq \int_X s(x) \, d \mu = \varepsilon \mu( \{ x\in X : \, f(x) \geq \varepsilon \} ) \)

and since \( \varepsilon >0 \) , both sides can be divided by \( \varepsilon \) , obtaining

\( \mu(\{x\in X : \, f(x) \geq \varepsilon \}) \leq {1\over \varepsilon }\int_X f \,d\mu. \)

Corollaries


Chebyshev's inequality

Chebyshev's inequality uses the variance to bound the probability that a random variable deviates far from the mean. Specifically:

\( {\mathbb {P}}(|X-{\mathbb {E}}(X)|\geq a)\leq {\frac {{\mathrm {Var}}(X)}{a^{2}}},\)

for any a>0. Here Var(X) is the variance of X, defined as:

\( \operatorname{Var}(X) = \mathbb{E}[(X - \mathbb{E}(X) )^2]. \)

Chebyshev's inequality follows from Markov's inequality by considering the random variable

\( (X - \mathbb{E}(X))^2 \)

and the constant

\( a^{2} \)

for which Markov's inequality reads

\( \mathbb{P}( (X - \mathbb{E}(X))^2 \ge a^2) \le \frac{\operatorname{Var}(X)}{a^2}, \)

This argument can be summarized (where "MI" indicates use of Markov's inequality):

\( {\mathbb {P}}(|X-{\mathbb {E}}(X)|\geq a)={\mathbb {P}}\left((X-{\mathbb {E}}(X))^{2}\geq a^{2}\right){\overset {{\underset {{\mathrm {MI}}}{}}}{\leq }}{\frac {{\mathbb {E}}\left({(X-{\mathbb {E}}(X))}^{2}\right)}{a^{2}}}={\frac {\operatorname {Var}(X)}{a^{2}}} \)

Other corollaries

The "monotonic" result can be demonstrated by:

\( {\displaystyle \mathbb {P} (|X|\geq a)\leq \mathbb {P} {\big (}\varphi (|X|)\geq \varphi (a){\big )}{\overset {\underset {\mathrm {MI} }{}}{\leq }}{\frac {\mathbb {E} (\varphi (|X|))}{\varphi (a)}}} \)

The result that, for a nonnegative random variable X, the quantile function of X satisfies:

\( Q_{X}(1-p)\leq {\frac {{\mathbb E}(X)}{p}}, \)
the proof using
\( p\leq {\mathbb P}(X\geq Q_{X}(1-p)){\overset {{\underset {{\mathrm {MI}}}{}}}{\leq }}{\frac {{\mathbb E}(X)}{Q_{X}(1-p)}}. \)

Let \( M \succeq 0 \) be a self-adjoint matrix-valued random variable and a > 0. Then

\( {\mathbb {P}}(M\npreceq a\cdot I)\leq {\frac {{\mathrm {tr}}\left(E(M)\right)}{na}}. \)
can be shown in a similar manner.

Examples

Assuming no income is negative, Markov's inequality shows that no more than 1/5 of the population can have more than 5 times the average income.
See also

Concentration inequality - a summary of tail-bounds on random variables.

References

"Markov and Chebyshev Inequalities". Retrieved 4 February 2016.

E.M. Stein, R. Shakarchi, "Real Analysis, Measure Theory, Integration, & Hilbert Spaces", vol. 3, 1st ed., 2005, p.91

External links

The formal proof of Markov's inequality in the Mizar system.

Undergraduate Texts in Mathematics

Graduate Texts in Mathematics

Graduate Studies in Mathematics

Mathematics Encyclopedia

Retrieved from "http://en.wikipedia.org/"
All text is available under the terms of the GNU Free Documentation License

Home - Hellenica World