My Question
For continuous random variables / continuous distributions, it is defined that the probability of any point has probability $0$. The most common proof for this is as follows:
$$\Pr(X=a)=\Pr(a\leq X\leq a) = \int_a^af(x) \, dx=0$$
I am looking for a proof other than this. Below I included the definition of a continuous distribution and the three axioms of probability. Following that I give my attempt at the proof. Please comment with suggestions / advice.
Axioms of Probability
Axiom 1: For every event $A$, $\Pr(A)\geq 0$
Axiom 2: $\Pr(S)=1$
Axiom 3: $\Pr\left(\bigcup\limits_{i=1}^\infty A_i\right) =\sum\limits_{i=1}^\infty \Pr(A_i)$
Definiton of a Continuous Distribution / Random Variable (Degroot & Schervish)
We say that a random variable $X$ has a continuous distribution if there exists a nonnative function $f$, defined on the real line, such that for every interval of real numbers (bounded or unbounded), the probability that $X$ takes a value in the interval is the integral of $f$ over the interval.
My attempt at a proof
It is given that real numbers in there interval $[0,1)$ are uncountable and so every larger set is a fortiori uncountable.
By axiom 2 it follows that $\Pr(S)=1=\Pr(-\infty \leq x\leq\infty) = \int\limits_{-\infty}^\infty f(x) \, dx$
With discrete distributions axiom 3 holds for a countably many infinite number of events. However as a continuous distribution is defined on the real line, and the interval of real numbers in $(-∞,∞)$ is by definition uncountable, the infinite sum of uncountably many different points with mass other than zero would exceed one. Thus they must be zero.
I feel like I am missing something...
Recall the definition of the distribution function $F$ of a random variable $X$ - for each $x\in\mathbb R$, $$F(x) = \mathbb P(X\leqslant x).$$ Since $F$ is càdlàg, i.e. right-continuous with left limits everywhere, the proper definition of $\mathbb P(X=x)$ would be $$\mathbb P(X=x) = F(x) - \lim_{t\uparrow x}F(t), $$ commonly written as $F(x)-F(x-)$. Now, a continuous random variable has a continuous distribution function, so $F(x-)=F(x)$ for all $x$. Therefore $\mathbb P(X=x)=0$ for all $x$.