In my textbook we work with the following definition for continuous random variables:
A random variable X is continuous if its distribution function $F_X$ may be written in the form
$F_X(x)=\mathbb P(X\leq x)=\int_{-\infty}^{x}f_X(u)\text{d}u\quad \text{for } x\in \mathbb R,$
for some non-negative function $f_X$.
I'm wondering if $F_X$ is continuous, and if so, how to prove that.
The way I started:
We can write $\int_{-\infty}^{x}f_X(u)\text{ d}u=\lim_{a\to-\infty}\int_{a}^{x}f_X(u)\text{ d}u$. By the fundamental theorem of calculus, we know that $F^{\text{~}}(x)=\int_{a}^{x}f_X(u)\text{ d}u$ is continuous for each $a\in \mathbb R$. But how can I extend this to the case of the limit?