0

In an answer to this question a user writes, $\frac{|B(x,2\delta)|}{|B(y,\delta)|} = 2^n$. I am not sure how the user arrived at this. Can someone kindly help me ? Thanks

gaufler
  • 1,871

1 Answers1

2

$$ |B(x,2\delta)|=\int_{x_1^2+\ldots+x_n^2\leqslant (2\delta)^{2}}dx=\int_{\left(\frac{x_1}{2}\right)^2+\ldots\left(\frac{x_n}{2}\right)^2\leqslant\delta}dx $$ Now substitute $u_i=\frac{x_i}{2}$, then $\det{\rm Jac}((u_i)_{1\leqslant i\leqslant n})=\det{\rm diag}\left(\frac{1}{2},\ldots,\frac{1}{2}\right)=\frac{1}{2^n}$, therefore $$ |B(x,2\delta)|=2^n\int_{u_1^2+\ldots+u_n^2\leqslant\delta^2}du=2^n|B(x,\delta)| $$ More generally, for any linear map $T$ and measurable set $A\subset\mathbb{R}^n$, $|T(A)|=|\det(T)||A|$, this is the particular case where $T(x)=2x$.

Tuvasbien
  • 8,907