In this proof we're trying to show if $X$ is uniform on the sphere, then it is subgaussian. This is done by considering a random vector in R^n and normalising it onto the sphere, by using a multivariate normal vector $g$. Is there any way to do this for the random vector $X$ onto the closed ball instead of sphere?
My attempt:
I thought about taking such a g, normalising it, then multiplying by a uniform random variable on $[0,1]$, but I believe this doesn't work, since the volume of a ball is proportional to the radius to the nth power this fails ( the distribution would be denser towards the centre).
I also thought about using the inverse tan function on the norm of the vector but I don't think that would yield a uniform distribution.
