Let me first set up the background. It might be tedious but not fancy I promise.
Let the probability space be the interval $[0,1]$ of the real line. Let the sigma algebra be the sigma algebra generated by Lebesgue measurable sets on $[0,1]$. The probability measure is the Lebesgue measure on $[0,1]$.
Note that for every $\omega \in [0,1]$, we have the binary expansion as follows: $$\omega=\sum_{n=1}^\infty \beta_n 2^{-n},\,\text{where } \beta_n=\beta_n(\omega) \text{ which is either 0 or 1}.$$
Just by convention, we require one more condition that $\sum \beta_n = \infty$ except for $\omega=0$. This condition basically means that in the expansion there are infinitely many $1$'s.
Therefore, we can view $\beta_n$ as a function from $[0,1]$ to $\{0,1\}$, which is a random variable in our probability space.
For every fixed $j\in \mathbb N$, we may further define $$\omega_j=\omega_j(\omega)=\sum_{n\in \mathbb N} \beta_{m(n,j)}2^{-n},\text{ where }m \text{ is an arbitrary but fixed bijection between } \mathbb N^2 \mbox{ and } \mathbb N.$$
The author then wrote that, each of $\omega_j$ is equidistibuted on $[0,1]$, i.e., given a subinterval $I$ of $[0,1]$, the probability of the $\omega$-set where $\omega_j(\omega)\in I$ is the length of $I$.
My question is, why the probability of the $\omega$-set where $\omega_j(\omega)\in I$ is the length of $I$?
My thoughts: Given a fixed $\omega\in I$, we have its binary expansion, which determines all $\beta_n$'s. Fix $j\in \mathbb N$, $\{m(n,j)| n\in \mathbb N\}$ is a proper subset of $\mathbb N$, which means that, $\omega_j$ is defined by only using some of $\beta_n$'s. For those $n$ which are not used in defining $\omega_j$, even if we alter the values of the corresponding $\beta_n$ resulting in new $\tilde{\omega}$, we still have $\omega_j(\omega)=\omega_j(\tilde{\omega})$. Therefore, I guess we should have $|\omega_j^{-1}(I)|>|I|$, where $|\cdot|$ means Lebesgue measure rather than cardinality. (I know my reasoning is all about cardinality and it is different from measure but they are also somehow related, especially speaking of Lebesgue measure. My argument may not be sufficient, but I still somehow believe my guess that $|\omega_j^{-1}(I)|>|I|$ shall be correct).
Any comment or insight is welcome. Thanks!