Real Analysis – Do Normal Numbers Form a Borel Set?

binaryborel-setsreal-analysissummation

Normal numbers have a 'random' expansion. For example, in base 10 it means that all digits $0,1,\dots,9$ occur 'equally often' in its decimal expansion. A longstanding open problem is: is $\pi$ a normal number?

I am interested in the set of normal numbers. This set is not open and also not closed. It is everywhere dense in $\mathbb R$, but its complement is also everywhere dense. A basic question to ask about a subset of $\mathbb R$ is: is it a Borel set?

To be precise, one has to define what normal number is. For simplicity, we consider only elements of the real interval $[0,1]$. A simply normal number is defined for a specific base $b\geq2$. Then, a normal number is a number that is simply normal in every base $b$. I think that it would be easiest to start with the most simple case: simply normal numbers in base $2$. The set then looks as follows:

$$S=\left\{\sum_{n=1}^{\infty} a_n\cdot 2^{-n}\;\bigg|\; a_n\in \{0,1\} \bigg|\; \lim_{n\rightarrow\infty}\frac{a_1+\ldots+a_n}{n}=\frac12\right\}.$$
Is this a Borel set?

Best Answer

Yes, this is a Borel set.

It is often quite difficult to prove something is a Borel set by means of “mapping in” to the set. Your set is defined as the image of a certain measurable set. The trick is to instead define it as the inverse image of a certain measurable set.

More formally, define, for all $x \in [0, 1]$ and $n \in \mathbb{N}_+$, $x_n \in \{0, 1\}$ to be the $n$th bit of $x$’s binary expansion after the radix point. That is, we have $x = \sum\limits_{n = 1}^\infty x_n 2^{-n}$. It turns out not to matter how you define the expansion of a dyadic number (one with a terminating and a nonterminating expansion),so just pick one definition and stick with it.

It is fairly easy to show that each function $x \mapsto x_i$ is Borel measurable. Now define $f_i(x) = \frac{x_1 + \cdots + x_i}{i}$, which is also clearly measurable. Then $S = \{x \in [0, 1] \mid \lim\limits_{n \to \infty} f_n(x) = 1/2\}$ (check this for dyadic numbers). Note that we redefine $S$ by mapping out of $[0, 1]$, not by mapping in.

By expanding the definition of $\lim\limits_{n \to \infty}$, we see that $S = \bigcap\limits_{q \in \mathbb{Q}_+} \bigcup\limits_{n \in \mathbb{N}_+} \bigcap\limits_{m \in \mathbb{N}, m \geq n} f_m^{-1}(B_q(1/2))$, where $B_q$ is a ball of radius $q$ as usual. Using measurability and the properties of a $\sigma$-algebra, $S$ is Borel.

Related Question