I've been playing around with ways to systematically define a continuum of dense and uncountable subsets of real numbers in a (somewhat) intuitive manner, and tried the following characterization:
For any $x\in[0,1]$, define $(d_n)\in\{0,\ldots,9\}^\mathbb{N}$ its list of digits (we'll take base $10$ here for example), such that we would write $x=0.d_1 d_2 d_3 \ldots$
Define $S$ to be the mean value of $x$'s digits: $$ S(x) = \lim_{n\to\infty} \frac{1}{n} \sum_{k=1}^n d_k. $$
A few things to note already: $S$ does not exist for every $x$, but we'll only consider those for which it does. Moreover, the list of digits includes trailing zeros, so for decimal fractions, we'll always have $S(x)=0$.
Now consider the subset $A\subset[0,1]$ of numbers whose digits have a mean of $0$: $$ A = \{x\in[0,1],\ S(x)=0\}. $$ Intuitively, those are the numbers whose non-zero digits become more and more sparse. I know that $A$ is dense in $[0,1]$ (includes decimal fractions) and uncountable (with a slight modification of Cantor's diagonal argument). My question is this:
What is the (Lebesgue) measure of A?
My gut tells me it should be $0$, the reason being that "$S(x)=0$" is kind of an arbitrary choice, and the structure likely wouldn't change too much if we had picked instead "$S(x)=\alpha$" for some $\alpha\in[0,9]$. If the Lebesgue measure is the same no matter what $\alpha$ we choose, then we directly have that it should be $0$, but I'm not sure how to go about showing that either.
I also intentionally put "Lebesgue" in parentheses, as results for other measures (e.g. Hausdorff) would be interesting too, though I'm less familiar with those myself.
To generalize a lot more, it'd also be interesting to consider the subset $\{x\in[0,1],\ S(x) \text{ exists}\}$, or even more generally, $\{x\in[0,1],\ a\leq S(x)\leq b\}$ with $a,b\in[0,9]$.