The orthogonal connectedness of polyhedral surfaces

This paper introduces the concept of orthogonal decomposability for convex polytopes using orthogonal connectedness, analyzing its application to Platonic and Archimedean solids while identifying examples of polytopes that do not possess this property.

Julia Q. Du, Xuemei He, Xiaotian Song, Daniela Stiller, Liping Yuan, Tudor Zamfirescu

Published Tue, 10 Ma
📖 4 min read🧠 Deep dive

Imagine you are an architect trying to build a city using only straight, boxy roads that run strictly North-South or East-West. No diagonal shortcuts allowed! In this city, if you want to travel from your house to your friend's house, you must be able to walk there using only these straight, grid-aligned paths without ever leaving the city limits.

This paper is about a mathematical version of that city, but instead of streets, we are looking at the surfaces of 3D shapes (like dice, pyramids, and soccer balls). The authors are asking two big questions:

  1. The "Walkability" Test: Can you walk from any point on the surface of a shape to any other point using only "Manhattan-style" moves (up/down, left/right, forward/backward)?
  2. The "Lego" Test: If a shape fails the walkability test, can we break it apart into smaller chunks (like taking a complex sculpture and turning it into a pile of simple blocks) so that each chunk passes the test?

The Rules of the Game

The authors define a shape as "Orthogonally Connected" if you can trace a path between any two points on its surface using only lines parallel to the X, Y, or Z axes (like the edges of a room).

  • The Winner: A Cube. You can walk from any corner to any other corner on a cube just by following the edges. It's a perfect grid city.
  • The Loser: A Regular Octahedron (two pyramids glued base-to-base). If you try to walk on its surface using only straight grid lines, you get stuck. You can't reach certain spots without taking a diagonal step, which is forbidden.

The Great Break-Up (Decomposition)

Since some shapes (like the Octahedron or the Tetrahedron) are "stuck," the authors ask: Can we cut these shapes into smaller pieces so that every piece becomes walkable?

Think of it like this: You have a weirdly shaped, un-walkable island. You can't walk across it. But if you chop the island into four smaller islands, maybe each of those smaller islands is walkable. If you can do this, the original shape is "Orthogonally Decomposable."

The Good News:
The paper shows that many famous shapes can be "chopped up" successfully:

  • The Octahedron: Can be cut into 2 or 4 smaller pieces that are all walkable.
  • The Tetrahedron: Can be cut into 2 pieces.
  • The Cuboctahedron: Can be cut into 2 or 10 pieces.
  • The Truncated Octahedron: Can be cut into 4 pieces.
  • The Truncated Cube & Tetrahedron: Can also be successfully chopped.

The Bad News (The "Unbreakable" Shapes):
Some shapes are just too weirdly angled. No matter how you slice them, you can't make the pieces walkable.

  • The Regular Icosahedron: (The 20-sided die). The angles between its faces are too sharp. It's like trying to build a grid city on a surface that is constantly tilting at a weird angle.
  • The Regular Dodecahedron: (The 12-sided die). The geometry of its pentagons makes it impossible to assign a "direction" to every face without creating a contradiction.
  • The Snub Cube & Snub Dodecahedron: These twisted shapes are also impossible to fix.

Why Does This Matter?

You might wonder, "Who cares if I can walk on a math shape?"

The authors explain that this isn't just a puzzle for mathematicians. It's crucial for computer chips (VLSI) and digital image processing.

  • Computer Chips: The wires inside a chip are laid out in a grid (North-South, East-West). If you need to route a wire around a complex 3D component, you need to know if that component's surface allows for "grid-friendly" paths.
  • Image Processing: Computers often break down images into rectangular blocks. Understanding which 3D shapes can be broken down into these blocks helps computers process and render 3D objects more efficiently.

The Takeaway

The paper is essentially a guidebook for 3D shapes:

  1. Some shapes are naturally grid-friendly (like the Cube).
  2. Some shapes are grid-hostile (like the Icosahedron) and cannot be fixed, no matter how hard you try.
  3. Many shapes are "fixable" if you are willing to cut them into smaller, simpler blocks.

The authors have mapped out which of the famous "Platonic" and "Archimedean" solids fall into which category, giving engineers and computer scientists a clear rulebook for when they can use simple grid logic and when they need to look for a different approach.