Is it possible to define "uniform" probability on $\mathbb N$? I first thought that it is intuitively "clear" how the probability density is defined. Consider the following examples:
Example 1. Probability of choosing an even number has probability 1/2.
Example 2. Probability of choosing a multiple of 3 has probability 1/3.
However, more thoughts revealed that my initial postulation is wrong. By contradiction, if there is such probability density function, then $P(X \leq n) = 0$ for every $n \in \mathbb N$, which means that Density and cumulative distribution functions are 0. This doesn't make sense at all! (It is also possible to choose a set $A \subset \mathbb N$ with $|A| = \infty$ and $\frac{|[n] \cap A|}{[n]} \rightarrow 0$, where $[n] = \{1, \cdots, n\}$.)
So what went wrong? How can I define a sigma algebra and probability measure so that the event space behaves similar to uniform distribution so that
- $P$(Even numbers) = 1/2
- $P$(Multiples of 3) = 1/3?