Girish Mahajan (Editor)

Markov's inequality

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

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.

Contents

Markov's inequality (and other similar inequalities) relate probabilities to expectations, and provide (frequently loose but still useful) bounds for the cumulative distribution function of a random variable.

An example of an application of Markov's inequality is the fact that (assuming incomes are non-negative) no more than 1/5 of the population can have more than 5 times the average income.

Statement

If X is a nonnegative random variable and a > 0, then the probability that X is greater than a is less than the expectation of X divided by a;

P ( X a ) E ( X ) 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

μ ( { x X : | f ( x ) | ε } ) 1 ε X | f | d μ .

This measure theoretic definition is sometimes referred to as Chebyshev's inequality.

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

P ( | X | a ) E ( φ ( | X | ) ) φ ( a )

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, I E = 1 if E occurs and I E = 0 otherwise.

Using this notation, we have I ( X a ) = 1 if the event X a occurs, and I ( X a ) = 0 if X < a . Then, given a > 0 ,

a I ( X a ) X

which is clear if we consider the two possible values of X a . If X < a , then I ( X a ) = 0 , and so a I ( X a ) = 0 X . Otherwise, we have X a , for which I X a = 1 and so a I X a = a X .

Since E is a monotonically increasing function, taking expectation of both sides of an inequality cannot reverse it. Therefore,

E ( a I ( X a ) ) E ( X ) .

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

a E ( I ( X a ) ) = a ( 1 P ( X a ) + 0 P ( X < a ) ) = a P ( X a ) .

Thus we have

a P ( X a ) 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 ) = { ε , if  f ( x ) ε 0 , if  f ( x ) < ε

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

X f ( x ) d μ X s ( x ) d μ = ε μ ( { x X : f ( x ) ε } )

and since ε > 0 , both sides can be divided by ε , obtaining

μ ( { x X : f ( x ) ε } ) 1 ε X f d μ .

Chebyshev's inequality

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

P ( | X E ( X ) | a ) V a r ( X ) a 2 ,

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

Var ( X ) = E [ ( X E ( X ) ) 2 ] .

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

( X E ( X ) ) 2

and the constant

a 2

for which Markov's inequality reads

P ( ( X E ( X ) ) 2 a 2 ) Var ( X ) a 2 ,

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

P ( | X E ( X ) | a ) = P ( ( X E ( X ) ) 2 a 2 ) M I E ( ( X E ( X ) ) 2 ) a 2 = Var ( X ) a 2

Other corollaries

  1. The "monotonic" result can be demonstrated by:
  2. The result that, for a nonnegative random variable X, the quantile function of X satisfies: Q X ( 1 p ) E ( X ) p , the proof using p P ( X Q X ( 1 p ) ) M I E ( X ) Q X ( 1 p ) .
  3. Let M 0 be a self-adjoint matrix-valued random variable and a > 0. Then P ( M a I ) t r ( E ( M ) ) n a . can be shown in a similar manner.

References

Markov's inequality Wikipedia