Just today on numberphile channel they showed how to pass circle through smaller square hole by bending it in higher (3rd) dimension: https://m.youtube.com/watch?v=AvFNCNOyZeE
Counterintuitive Properties of High Dimensional Space
11–20 of 68 posts
Re: Counterintuitive Properties of High Dimensional Space
#12from the article: The volume of the unit d-sphere goes to 0 as d grows! A high dimensional unit sphere encloses almost no volume! Maybe I'm nitpicking, but this interpretation is not accurate IMO. Volume of N-dimensional sphere is measured is different units than that of (N-1)-dimensional sphere. E.g. one is m^5, and another is m^4. Comparing values measured in different units is not the best idea. It would be better…
Re: Counterintuitive Properties of High Dimensional Space
#13Re: Counterintuitive Properties of High Dimensional Space
#14from the article: The volume of the unit d-sphere goes to 0 as d grows! A high dimensional unit sphere encloses almost no volume! Maybe I'm nitpicking, but this interpretation is not accurate IMO. Volume of N-dimensional sphere is measured is different units than that of (N-1)-dimensional sphere. E.g. one is m^5, and another is m^4. Comparing values measured in different units is not the best idea. It would be better…
Would it be counter intuitive though, that the ratio increases until dimension 5 (I think) then starts decreasing?
Re: Counterintuitive Properties of High Dimensional Space
#15Re: Counterintuitive Properties of High Dimensional Space
#16from the article: The volume of the unit d-sphere goes to 0 as d grows! A high dimensional unit sphere encloses almost no volume! Maybe I'm nitpicking, but this interpretation is not accurate IMO. Volume of N-dimensional sphere is measured is different units than that of (N-1)-dimensional sphere. E.g. one is m^5, and another is m^4. Comparing values measured in different units is not the best idea. It would be better…
It’s from this excellent article by Pedro Domingos: https://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf
Re: Counterintuitive Properties of High Dimensional Space
#17Earlier quoted context omitted.
Would it be counter intuitive though, that the ratio increases until dimension 5 (I think) then starts decreasing?
It's a matter of one's individual intuition, but said ratio is a non-linear function, and non-linear functions most often are non-monotonous.
Re: Counterintuitive Properties of High Dimensional Space
#18Why do we extrapolate 4d based on 3D volume, and not surface area? For 2D->3D we use area. Why would we then use volume in 3D->4D when surface area is an option?
Re: Counterintuitive Properties of High Dimensional Space
#19Why do we extrapolate 4d based on 3D volume, and not surface area? For 2D->3D we use area. Why would we then use volume in 3D->4D when surface area is an option?
Re: Counterintuitive Properties of High Dimensional Space
#20This was the first application of the Monte Carlo numerical method I've done in college. Take an N-dimensional cube with volume = 1. Inscribe an N-sphere in it. Calculate the volume of the N-sphere as a function of N. I was too lazy to do the strict proof, so I sprayed it with lots of Monte Carlo bullets. It's like a page of code in any language. It turns out, as the article says, the volume of the N-sphere keeps get…
Quote: "In his article “An Adventure in the Nth Dimension,” Brian Hayes explores how in high dimensions, balls have surprisingly little volume. As the dimension n increases, the volume of a ball of radius 1 increases until n = 5. Then for larger n the volume steadily decreases."
[1] https://www.johndcook.com/blog/2017/07/13/concentration_of_m...
[2] https://www.johndcook.com/blog/2017/07/19/corners-stick-out-...
[3] https://www.johndcook.com/blog/2012/10/23/dimension-5-isnt-s...