Textbook says that for continuous r.v. the probability at a specific value is zero:
$$P(X=a) = 0$$
They say that the proof of this fact is:
$$P\Big(a\Big) \le P\Big((a-\epsilon) \le x \lt a\Big)$$
(because "a" is a subset of the range $(a-\epsilon)$ to "a").
Then if we allow epsilon to approaches zero:
$$\lim \limits_{\epsilon \to 0} P\Big((a-\epsilon) < x \lt a\Big) = \lim \limits_{\epsilon \to 0} \Big(F_X(a) - F_X(a-\epsilon)\Big)$$
therefore:
$$P(X= a) = 0$$
(note: $F_X(x) = P(X \le a)$ is the cdf of pdf $f_X(x)$)
However, a paragraph later in the textbook, it says that the pdf of continuous r.v. has the property:
$$f_{X}(x) \ge 0$$
My question is this: What's the difference between $P(X=a)$ and $f_X(a)$? shouldn't it be : $f_{X}(a) = 0$
without the greater than sign?