-
CDF $F_X$ “accumulate” probability “up to” x.
-
Think of CDF as running a sliding window across PMF and adding up the probabilities associated with each outcome as that window passes by.
CDF $F_X$ “accumulate” probability “up to” x.
Think of CDF as running a sliding window across PMF and adding up the probabilities associated with each outcome as that window passes by.
$F_X$ is monotonically nondecreasing: $$ \text{if } x \leq y \text{, then } F_X(x) \leq F_X(y). $$
$F_X$ tends to 0 as $x \to -\infty$, and to 1 as $x \to \infty$.
for all $k \in \mathbb{Z}$ $$ F_X(k) = \sum_{i = -\infty}^{k}p_X(i), $$
$$ p_X(k) = P(X \leq k) - P(X \leq k - 1) = F_X(k) - F_X(k - 1), $$
By the axiom of probability, $$ \lim_{x\to+\infty}F_X(x) = 1. $$ Using complement rule, $$ P(X > x) = 1 - P(X \leq x) = 1 - F_X(x). $$ Recall $$ P(X \in \mathbb{R}) = 1. $$ Thus, $$ \lim_{x \to -\infty} 1 - F_X(x) = P(X > -\infty) = 1 \text{ (Because X is always in some real-valued range)} $$
$$ \Leftrightarrow \lim_{x \to -\infty} F_X(x) = 0. $$