The Curse of the 8th Dimension

by greenturtle3141, Nov 19, 2023, 9:40 PM

Prerequisites: A Rough Understanding of Calculus
Reading Difficulty: 4/5

Today's post is a real treat! But before we dig in, I want to make sure we're all on the same page on an important term that we're going to use: "Smooth".

For the layman reader, an object is "smooth" if it is perfectly round. Things like spheres and ovals are smooth. Squares and triangles are not smooth because the corners are sharp. The graphs of nice functions such as $x^2$ and $\sin(x)$ are also smooth.

For the somewhat more knowledgeable reader, we say a function is smooth if you can differentiate it as many times as you want. That's why $\sin(x)$ is smooth, but the function $|x|$ is not because you can't take the derivative of $|x|$ at $0$. For multivariate functions like $x^2+y^2$, you'd be invoking the partial derivatives to assess smoothness.

I won't define precisely how you assess smoothness of things that can't really be modeled as the graph of a function, such as 2D surfaces in 3D space or wacky 1D curves in 2D space, but a bunch of the intuition for what it means to be "smooth" carries over.

Ok cool. Now we can have fun.

Minimal Surfaces

Let $A$ and $B$ be two distinct points in a plane. What is the shortest curve whose endpoints are $A$ and $B$?

The answer, of course, is the line segment between $A$ and $B$. Thus, this segment is an example of a minimal surface. As you should expect from the terminology, we usually speak of "minimal surfaces" when in higher dimensions. The definition of a minimal surface in 3D space follows essentially the same idea: If you fix a 1D "boundary" or "edge", such as this closed loop,
https://i.ibb.co/Jc62XDm/image.png

then what is the surface with smallest surface area that has that boundary? The answer to this question is called a minimal surface.

https://i.ibb.co/R4n4SsX/image.png
The Scheck Surface
sorry idk why this is so small

A very illustrative example of a minimal surface in 3D is a catenoid:
https://media.cheggcdn.com/media/aaa/aaa09431-9666-458b-aeb3-6aa309342e17/phpaTumLB

The catenoid is the 2D surface of smallest surface area whose boundary/edge is given by two fixed circles. This is why a bubble will appear to curve inward when you put it between two loops:

https://images.squarespace-cdn.com/content/v1/5b3a61a03e2d0904012fa1d9/1530811166944-UIQK4GIM8T8W8KQ727RO/catenoid.jpg

Are minimal surfaces in 3D space always smooth? The answer is yes! That's not surprising whatsoever. After all, have you ever seen a bubble with sharp corners? That would be really strange!

Even Higher Dimensions

To recap what a minimal surface in 3D space is:

A minimal surface in $\mathbb{R}^3$ is a 2D surface of minimum (two dimensional) area given a prescribed (one dimensional) boundary.

We can also try thinking about minimal surface in higher dimensions, like $\mathbb{R}^5$! Though, it's pretty hard to visualize. The definition of a minimal surface in super high dimensions is essentially the same: For any positive integer $n \geq 2$...

A minimal surface in $\mathbb{R}^n$ is an $(n-1)$-dimensional surface of minimum ($(n-1)$-dimensional) area given a prescribed ($(n-2)$-dimensional) boundary.

Again, don't worry if you cannot picture what that would look like. I can't really imagine what this looks like either. Anyways, now we can ask the same question!

Are minimal surfaces in $n$-dimensional space always smooth?

In 4D space, it turns out that every (3D) minimal surface is smooth.

In 5D space, it turns out that every (4D) minimal surface is smooth.

In 6D space, it turns out that every (5D) minimal surface is smooth.

In 7D space, it turns out that every (6D) minimal surface is smooth.

If there is any justice in the world, surely this pattern will continue! Obviously, any minimal surface should be smooth... I mean, come on, have you ever seen an $(n-1)$-dimensional bubble that has corners? That would be insa-

The Curse of Dimension 8

WHAT? THERE'S A 7 DIMENSIONAL MINIMAL SURFACE EMBEDDED IN 8 DIMENSIONAL SPACE THAT HAS A CORNER???

In 1968, mathematician Simons invented the Simons Cone, which is defined as the set of all points $(x_1,x_2,x_3,x_4,x_5,x_6,x_7,x_8) \in \mathbb{R}^8$ which satisfy:
$$x_1^2+x_2^2+x_3^2+x_4^2 = x_5^2+x_6^2+x_7^2+x_8^2$$I would love to draw a picture of this, but drawing 7-dimensional objects is pretty hard. Here is an incredibly inaccurate diagram:
https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/DoubleCone.png/220px-DoubleCone.png
To make this more accurate, you need to mentally replace the $xy$ plane with a 4-dimensional space, and then you need to replace the $z$ axis with another 4-dimensional space. As the inaccurate picture suggests, this is not a smooth surface because there is a sharp corner at the origin!

Simons figured out that if you change this surface slightly, then the surface area changes very little, so he conjectured that the Simons Cone is a minimal surface. In 1969, Bombieri, De Giorgi, and Giusti proved his claim, hence demonstrating for the first time that there exists a non-smooth minimal surface. In 2009, G. De Philippis (an NYU professor!) and E. Paolini came up with a simpler proof, which you can find at https://ems.press/content/serial-article-files/6405.

For the advanced reader: It turns out that any $(n-1)$-dimensional minimal surface in $\mathbb{R}^n$ is smooth when $2 \leq n \leq 7$, and for $n \geq 8$, it can be shown that the singularities of a minimal surface have Hausdorff dimension at most $n-8$.

But where does $8$ come from?

The exact reason is kinda above my paygrade, but I did some digging. A proof that minimal surfaces are always smooth in $\mathbb{R}^7$ and lower dimensions is buried somewhere in Minimal Varieties in Riemannian Manifolds (1968)... and it's quite a big read. From what I understand, here is why counterexamples like the Simons Cone seem to fail in dimensions $7$ and below:
  • We lose a dimension by considering only the base of the cone, so now we're considering dimension $6$ and below.
  • We go down to $5$ dimensions because in $6$ dimensional space, (codimension 1) surfaces are $5$ dimensional.
  • So the dimension of a certain thing is $p$ with $p \leq 5$. The key quantity, for some reason, is the expression
    $$\left(\frac{p-1}{2}\right)^2 - p,$$and this happens to be negative exactly when $1 \leq p \leq 5$. When this quantity is negative, it can be shown that cones can't be minimal surfaces. But when $p=6$, this quantity is positive, so the argument breaks.

Now, if my understanding is right, the result above about cones can be used to argue that minimal surfaces in $\mathbb{R}^7$ are always smooth. I think the argument goes something like this:
  • It suffices to consider "locally minimizing", i.e. just need to look at the part of a surface near a given point.
  • From a theorem by De Giorgi, if the surface is minimizing, then it should look like a plane if you zoom in far enough into the point.
  • From this "blow-up argument", you can thus instead think about "globally minimizing" surfaces, since you can blow up a surface to fill the entirety of space or something. Federer was probably involved at some point here.
  • Finally, when you're in $\mathbb{R}^7$, you can prove that the type of minimal surface in question needs to be a plane, and to get the desired contradiction here, it turns out that using the idea of cones is very useful.

That's all for today. I hope you are now slightly more disturbed about the mathematical world!
This post has been edited 7 times. Last edited by greenturtle3141, Nov 19, 2023, 9:50 PM

Comment

1 Comment

The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
first first

by Amkan2022, Nov 19, 2023, 10:15 PM

Turtle math!

avatar

greenturtle3141
Archives
+ October 2024
Shouts
Submit
  • Can you give some thought to dropping a guide to STS? Just like how you presented your research (in your paper), what your essays were about, etc. Also cool blog!

    by Shreyasharma, Mar 13, 2025, 7:03 PM

  • this is so good

    by purpledonutdragon, Mar 4, 2025, 2:05 PM

  • orz usamts grader

    by Lhaj3, Jan 23, 2025, 7:43 PM

  • Entertaining blog

    by eduD_looC, Dec 31, 2024, 8:57 PM

  • wow really cool stuff

    by kingu, Dec 4, 2024, 1:02 AM

  • Although I had a decent college essay, this isn't really my specialty so I don't really have anything useful to say that isn't already available online.

    by greenturtle3141, Nov 3, 2024, 7:25 PM

  • Could you also make a blog post about college essay writing :skull:

    by Shreyasharma, Nov 2, 2024, 9:04 PM

  • what gold

    by peace09, Oct 15, 2024, 3:39 PM

  • oh lmao, i was confused because of the title initially. thanks! great read

    by OlympusHero, Jul 20, 2024, 5:00 AM

  • It should be under August 2023

    by greenturtle3141, Jul 11, 2024, 11:44 PM

  • does this blog still have the post about your math journey? for some reason i can't find it

    by OlympusHero, Jul 10, 2024, 5:41 PM

  • imagine not tortoise math

    no but seriously really interesting blog

    by fruitmonster97, Apr 2, 2024, 12:39 AM

  • W blog man

    by s12d34, Jan 24, 2024, 11:37 PM

  • very nice blog greenturtle it is very descriptive and fascinating to pay attention to :-D

    by StarLex1, Jan 3, 2024, 3:12 PM

  • orz blog

    by ryanbear, Dec 6, 2023, 9:23 PM

67 shouts
Tags
About Owner
  • Posts: 3553
  • Joined: Oct 14, 2014
Blog Stats
  • Blog created: Oct 23, 2021
  • Total entries: 54
  • Total visits: 40530
  • Total comments: 126
Search Blog
a