Foxmaths! 2.0

March 5, 2008

Puzzler #2: Cube Dissection

Filed under: Maths — Tags: , , , , — Fox @ 8:53 pm

The idea of interest today is, as the title states, cube dissection.

The question is, given a cube, can it be cut into a finite number of smaller cubes – all of different size?

Clearly, thinking in terms of a rubik’s cube for example, it is easy to cut a cube into a finite number of smaller cubes of the same size. One could imagine too, cutting a cube into an infinite number of infinitely tiny, though dissimilar, cubes. But can it be done in a finite number of different sized cubes? It’s like a Jigsaw Puzzle, where you can pick the shape of the pieces. You just don’t know if they actually form anything when put together.

Solution below the fold!

What we’re going to do is try to construct our dissection, working from the bottom up, and watch it fail. We’re going to assume the cube is of side length 1, just to simplify things later. Clearly it doesn’t matter as you can scale the cube and the subcube as you like, but it just makes things cleaner to let the side length be 1.

This is the bottom face of the cube. It looks about like what you would expect.

Cube Dissection

Now, of all the subcubes touching this face, one of them must be smallest. Looking at this one face as we are, it would look like the smallest square in the larger square above. Notice, this is not the smallest cube in the entire dissection, just the smallest cube touching the one face. The question then is where can it go.

For example, if we put the smallest cube in the corner, we get the situation below.

Cube Dissection

As the subcube in the corner is the -smallest- in this face, pressed up against one side of it there must be a subcube of a longer sidelength. But this creates the gap labeled in the picture, with same width as the corner subcube. Notice that the only way this gap can be filled (so as to be able to dissect the rest of the face), is with a cube of equal or lesser side length than the corner cube. Since we want all the cubes to be of different size, and we said explicitly that the one in the corner was the smallest subcube touching this face, this is clearly a contradiction, hence the fail. Therefore the smallest cube cannot be in a corner.

By a similar argument, looking at the picture below, the smallest subcube on this face cannot be sitting against an edge.

Cube Dissection

Indeed, using the gap argument, we can argue that the smallest cube is somewhere in the middle of the face, with other cubes arranged around it like so.

Cube Dissection

This establishes two important things. First and foremost, it establishes a bound on the size of the smallest cube. Looking at that picture, the smallest cube necessarily has two cubes on either side of it. If the total width of that face is 1, then the side length of the smallest cube is necessarily less than 1/3. If it equaled 1/3, or were greater, one of the cubes on either side would have to be of width less than 1/3, and the ’smallest cube’ wouldn’t actually be the smallest.

Second, what we’re looking at right now is the bottom of the smallest cube. Thinking about the top, the above arrangement shows that the smallest cube is surrounded on all sides by taller cubes. As such, the top of the smallest cube is bounded on all sides by the walls of the surrounding cubes, creating a sort of square shaped hole that needs to be filled in, to cover the top of the smallest cube.

This is where it starts to get interesting. This is also where I’m likely to lose readers, mosly for my lack of 3D pictures.

Because the top of the smallest cube needs to be covered, much the same way as we covered the bottom of the main cube. It must have, for example, a smallest cube sitting on it, somewhere. By the same arguments as before, we can establish it can’t be in a corner, it can’t be on a side. It must be in the middle, in the same arrangement. We can then bound its size as strictly less than 1/3 the width of the top of the cube – which we bounded above by 1/3. So this smallest cube is bounded above by 1/9.

We can keep going, creating this stack of smallest cubes, through the center of the main cube. And the width of each smallest cube is bounded by 1/3 the width of the previous. 1/3, 1/9, 1/27, etc.

So, let’s consider the height of this stack. Imagine a line from the top cube in this stack, straight down. We have a finite number of subcubes in total, so there must be a finite number of cubes in this stack. The width of the i’th cube is bound above by 1/3i, and we’ll say that there are k many cubes in the stack. We get

height < \sum_{i = 1}^k \frac{1}{3^i}

As this is a finite sum, though, we can bound it above by the infinite sum ^^

height < \sum_{i = 1}^k \frac{1}{3^i} < \sum_{i = 1}^\infty \frac{1}{3^i}

height < \sum_{i = 1}^\infty \frac{1}{3^i}

However, that sum is a common geometric series, and we can actually calculate its explicit value. This gives us the following bound,

height < \frac{1}{2}

What does this mean? Well, as we established, the bottom face of the cube must have a smallest cube touching it. And the top of that cube, bound by the taller walls of the cubes around it, must have a smallest cube touching it, and so on down the line. But we know this stack is finite, and we know this stack doesn’t even reach half way into the cube. So on top of this stack, there must be an i’th smallest cube, somewhere in the middle of the main cube, that, on its top face, bound by walls on all sides, does not have a smallest cube. And if it doesn’t have a smallest cube it can’t have any cube touching it, and we have a hole in the middle of the cube.

As this theoretical stack of smaller and smaller cubes is a necessity in the dissection, but leads to a contradiction with a hole in the middle of the larger cube, this shows that such a dissection cannot exist. You cannot cut a cube into a finite number of dissimilar cubes. Which I think is an interesting result.

Of course, if you allow an infinite number of cubes, not sure. Any thoughts?

9 Comments »

  1. What about surrounding any sized cube with multiple copies of another smaller sized cube? Or do all the cubes have to be dissimilar?

    I can imagine 1 unit cube and 37 1/3rd cubes around it to make a 1 1/3 cube.

    Comment by Ben — March 5, 2008 @ 9:29 pm

  2. All dissimilar. That’s why the whole thing is non-trivial, I think.

    Comment by Fox — March 5, 2008 @ 9:40 pm

  3. That is a pretty slick argument. Especially, as I’m sure you know, you can dissect a square into dissimilar squares (might be nice to show an example of this or a link to one). Does it also fail in all dimensions > 2?

    Comment by George Bell — March 10, 2008 @ 4:06 pm

  4. It seems to me it’s impossible even with an infinite number of cubes. The first cube has to have side strictly less than 1/3, and this means that the total height is strictly less than 1/2. I would think that it can’t work out unless the height is equal to 1/2, but maybe I’m missing something. I struggle conceptualizing cutting a cube into an infinite number of cubes! Is there some kind of fractal decomposition, perhaps?

    Comment by George Bell — March 10, 2008 @ 8:49 pm

  5. Oops, I see the problem now when the number of cubes is infinite. The concept of the smallest cube touching a face is problematic, there may not exist one.

    Comment by George Bell — March 11, 2008 @ 12:00 am

  6. Really, I think I could’ve made it a lot simpler. It’s really enough to say that each smaller cube must have a smaller cube on top of it, and therefore you need an infinite number of cubes – violation. But I think it’s neat seeing that you must get a hole somewhere in the middle. Plus, it rules out the possibility of reaching the top face and therefore not needing to cover the top face of some small cube. So, could be slicker, perhaps.

    I had looked up the dissimilar square construction, and it puzzles me to no end : ) It’s comforting to note that, in the examples I looked at, the smallest square did end up in the middle, just like the argument I made. What was most puzzling though was while I could find examples of squared squares, I could never find a justification of why it’s possible. I’m being picky, sure, but I’d like to know why it’s possible but the cube isn’t.

    But I should post it, yeah ^.^

    As to the infinite case, as you say, without there being a smallest cube, I can’t really conceive of a way to track/ensure dissimilarity in the sizes of the cubes. Perhaps by tracking the largest cube instead of the smallest cube. For example, suppose you cut out some large cube from the main cube. Then you have several smaller areas to effectively ‘cube’ with infinite smaller cubes. If you could show that you had to ‘cube’ to areas of equal dimension, and that the cubing would somehow fail to be unique? I could see something like that working, perhaps.

    And as to the question of dimensions greater than 2, I have difficulty seeing a 4 dimensional cube cut up into smaller 4 dimensional cubes. What does that even mean? And can you do it without 3D glasses?

    I’m glad the problem interested you so : )

    Comment by Fox — March 14, 2008 @ 2:06 pm

  7. This blog doesn’t seem to allow more than 3 comments per person!

    Comment by George Bell — March 17, 2008 @ 3:44 pm

  8. I checked my Martin Gardner CD, and essentially the same proof appeared in one of his columns back in the 60’s or 70’s. His proof is condensed and ends immediately as soon as the number of cubes is shown to be infinite. He also remarks glibly in the last sentence that the same proof works for any higher dimension. This is in one of the first 3 books from the his Scientific American columns, as I recall.

    Comment by George Bell — March 17, 2008 @ 3:45 pm

  9. [...] open with, I recently discussed the matter of cube dissection, the problem of trying to cut a cube into a finite number of smaller cubes, all of a different [...]

    Pingback by Grab Bag: Inexplicable « Foxmaths! 2.0 — March 18, 2008 @ 1:37 am


RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.