# Markov Inequality
The **Markov Inequality** is defined as:
$P(X \geq x) \leq \frac{E[X]}{x}$
This is very easy to see visually if we make use of the relationship between the survival function and [Expected Value](Expected%20Value.md), particularly their areas:
%206.png)
### Notes on the construction
It is worth highlighting a few key notes on the construction since this inequality shows up all over the place:
1. We start of by building a [Probability Model](Probability%20Model.md) that contains a sample space $\Omega$ and a probability measure (maps each $\omega$ to a real number, with constraint that entire measure must sum to 1).
2. We then define a [Random Variable](Random%20Variable.md) $X$ on this model. It maps $\omega