I was working through an exercise in Heil's "Introduction to Real Analysis" when I reached a point where I was unsure how to proceed past.
The problem
Let $S_r = \{x \in \mathbb{R}^d : ||x|| = r\}$ be the sphere with radius $r$ in $\mathbb{R}^{d}$ centered at the origin. Prove that $|S_{r}| = 0$.
My attempt
We have that the surface area of the $d$-sphere should be $C_{d}c^{d-1}$ where $C_{d}$ is a constant. Naturally then, it makes sense to consider the "unfurled" $d$-sphere which looks like some $d-1$ dimensional surface. Presumably then, one should be able to cover the $d-1$ dimensional surface with $d$ dimensional boxes in an efficient way (i.e. how one can show the measure of the natural embedding of the real line in $\mathbb{R}^{2}$ is measure zero).
My issue, however, is that I have no clue how to formalize this intuition of unfurling. I would appreciate any guidance or alternative hints in this area.