I am reading "An Invitation to Dynamical Systems", and one of the challenge problems is to prove that $C(b)$ is a compact set where $C(b)$ is defined as the set of all numbers that can be expressed in the form $0.d_1d_2d_3..._b$ (base $b$) where the $d$'s are $0$'s or $1$'s, and where $|b| > 1$. The book defines a compact set as a set which is both bounded and closed, so I suppose I need to prove both these properties, but I don't even know where to begin. Any help would be appreciated.
Edit: Here is what I mean when I say that $b$ can be any number, real of complex. This is the way the author defines a base: With $x = 0.d_1d_2d_3..._b$, we can say that $$x = \sum_{k = 0}^{\infty} \frac{d_k}{b^k}.$$
This definition works for complex $b$ as well.
Since we can think of $x$ as a literal number, we have
$|x|=\left|\sum_0^\infty \frac{d_k}{b^k} \right| \le \sum_0^\infty \frac{d_k}{|b^k|} \le \sum_0^\infty \frac{1}{|b^k|} = \frac{1}{1-|b|}$,
since I believe you meant that $|b| > 1$. Here I am using the literal notion of metric of numbers $d(x,y)=|x-y|$. Since $d_k \le 1$, I get the above upper bound on the norm of $x$, so this gives you boundedness of $C(b)$. I'm not sure off the top of my head how to get closedness by a similar "direct" method (but it is probably possible).
I should mention that the perspective discussed in the comments that $C(b)$ is the continuous image of $\{0,1\}^\mathbb{N}$ is very slick and worth thinking about. Of course, you'll probably want to use Tychanoff's theorem to show that $\{0,1\}^\mathbb{N}$ is compact.