It's been said that for high dimensions a hypersphere is "nearly all equator". The amount of space near the poles is just ridiculously small. This of course means that from a uniformly random sample from the surface, any given Cartesian coordinate is unlikely to be large. In $n$ dimensions this is just the standard weighting $\sim \sin^{n-2} \theta \, \text{d}\theta$.
I would like to know instead about the chances that all Cartesian coordinates are "small", under some $\epsilon$, to be concrete. They're identically distributed, of course, but not independent, which complicates things. I can't seem to get better bounds than Chebyshev/Markov and Union-Bound. I wouldn't expect the correlation to be so bad as to make the Union-Bound anywhere close either. Is there any sensible way to get out a less pessimistic bound on the distribution of the maximum? Failing that, does anyone have better suggestions for the individual bounds?
Edit adding unreasonably sloppy bound:
$\begin{align*} E[x^2] &= 1/n \\ P(x^2 > a) & \leq 1/na \\ P(\max_i \quad x_i^2 > a) &\leq 1/a \end{align*}$