Markov's Inequality
Definition​
If X is a non-negative random variable and a>0, then the probability that X is at least a is at most the expectation of X divided by a.
Mathematically
P(X≥a)≤aE[X]​.
E[X]:​=∫−∞∞​xfX​(x)dx​
since X is non-negative
E[X]​=∫0∞​xfX​(x)dx​
for any a>0
E[X]​≥∫a∞​xfX​(x)dx​
since x>a in the integrated region
E[X]⟹P(X≥a)​≥∫a∞​xfX​(x)dx≥∫a∞​afX​(x)dx≥a∫a∞​fX​(x)dx≥aP(X≥a)≤aE[X]​.■​
Note: We will use Markov's Inequality to prove Chebyshev's Inequality.
Example​
Let X is a random variable representing the income of an individual in the population. Since X is income, it can not be negative.
Markov's inequality can be written as
P(X≥mE[X])​≤mE[X]E[X]​≤m1​.​
Let m=5
P(X≥5E[X])​≤20%​
This inequality states that the proportion of the population with an income more than 5 times the average is at most 20%. In other words, no more than 20% of the population can earn more than 5 times the average income.