Remix.run Logo
srean a day ago

No it doesn't work that way because the units of hyper-volume and length are different.

However, once you take appropriate roots of hypervolume to get same units you can safely compare. Or the otherway round take appropriate powers of length to get same units as hypervolume.

evanb a day ago | parent | next [-]

I agree; the fair comparison is the nth root of the hypervolume in n dimensions, (V(n))^(1/n). This monotonically decreases from n=0, which shows the counterintuitive point that people often want to make anyway: an n-sphere takes up less and less of an n-hypercube. The peak at n~=5 is illusory.

Another fair comparison is between dimension-dependent lengths is the ratio of the (hyper)volume to the surface (hyper)area V(n)/A(n). This monotonically decreases from n=1.

cubefox 3 hours ago | parent [-]

Imagine you want to compare sizes of video game levels, where some are 2D, made from pixels, and some are 3D, made from voxels. You could stipulate that n pixels are equivalent to sqrt(n) voxels. But you could also stipulate that n pixels are equivalent to n voxels. I don't think either is more correct than the other.

cubefox a day ago | parent | prev [-]

With that it would probably mean the units monotonically approach 0, rather than first increasing and then decreasing. At least for whole dimensions. I'm not sure about monotonicity with fractional dimensions.