So, the definition I have for dyadic numbers is $$\mathbb D_2=\bigcup_{n\in\mathbb N}\{\frac{m}{2^n}\mid m\in\mathbb Z,n\in\mathbb N\}.$$
Q1) Do we have that $\mathbb D_2$ is the set of numbers written in basis $2$ ? i.e. $$\left\{\sum_{-n<i<m}a_i2^i\mid n,m\in\mathbb N\right\} \ \ ?$$
Q2) Is this $\mathbb Q_2$ ? (the field of $2-$adic number). The construction of $\mathbb Q_p$ is a bit weird for me).
Q3) In What $\mathbb D_2$ are particularly interesting ? ($\mathbb Q$ is also dense in $\mathbb R$ and countable, but several proof in probability use $\mathbb D_2$ instead of $\mathbb Q$, so it should have an advantage that $\mathbb Q$ has not).
Q4) I want to show that $\mathbb D_2$ is dense in $\mathbb R$. Can I do as follow ?
Let $a<b$. Let $p,q\in\mathbb Z$ s.t. $a<\frac{p}{q}<b$. Set $x_n^m=\lfloor a\rfloor+\frac{m}{2^n}(\lfloor b \rfloor+1-\lfloor a\rfloor)$. Now, I would like to show that there are $n$ and $m$ s.t. $x_n^m\in (a,b)$, but I don't really see how to do.