Multi-Sheeted Pentagon Tilings: A Guided Tour
What This Is
What happens when you insist on tiling the plane with regular pentagons, even though everyone knows you can't? Pentagons don't fit. Line three of them up around a point and you're left with a 36° gap; add a fourth and they overlap. The plane simply refuses them.
This project takes that refusal seriously — and then finds a way around it. Instead of forcing the pentagons flat, we let them climb onto multiple overlapping sheets, like a spiral parking garage where each loop around the ramp lifts you to a new level. The result is a geometric object that behaves as though it lives in a space of fractional dimension — somewhere strictly between a flat plane (dimension 2) and a solid volume (dimension 3) — and that carries a subtle, spin-like "memory" of the loops you walk around it.
It turns out that this small act of stubbornness opens a surprisingly deep door, connecting recreational geometry to quasicrystals, quantum gravity, and even a famous open problem in combinatorics.
A Little Background
Some shapes tile the plane happily — squares, triangles, hexagons. Their corners divide a full turn evenly, so copies snap together without gaps. The pentagon is the smallest regular polygon that can't do this, and that failure is not a defect; it's the whole point. The mismatch (a 36° "angular deficit") is a kind of stored-up geometric frustration, and frustration, handled carefully, is where interesting physics tends to hide.
Rather than curving the pentagons onto a ball (which gives you a dodecahedron) or scattering them into a never-repeating Penrose pattern, this construction stacks them onto a branched covering space — the same mathematical device that lets a spiral staircase occupy the same footprint on every floor. Walking a closed loop around a central point doesn't necessarily bring you home; it may leave you one sheet higher or lower. Only after going around the right number of times do you return to where you started.
That "you have to go around twice to come back" behavior is exactly how spinors work in quantum mechanics — the reason an electron must be rotated a full 720°, not 360°, to return to its original state. Here, the same phenomenon emerges purely from the geometry of pentagons. Nobody put it in by hand.
What You Can Explore
The heart of the project is a computational pipeline that actually builds these multi-sheeted structures and measures their properties. You can think of it as a laboratory with several instruments:
-
A geometry engine that grows a cluster of pentagons outward from a seed, assigning each new pentagon to the correct sheet. Crucially, all the arithmetic is done exactly — using the algebra of the golden ratio rather than error-prone decimal approximations — so the delicate sheet structure never "tears" from rounding errors. This insistence on exact quadratic-field arithmetic is a theme it shares with the Algebraic Colored Lattice Fields experiment, which nudges a plain square grid using displacements drawn from the very same golden-ratio field $\mathbb{Q}(\sqrt5)$. There the exact arithmetic keeps an infinitesimal aperiodic pattern reproducible; here it keeps a multi-sheeted one from tearing. Same tool, opposite constructions.
-
A dimension meter. By measuring how the number of reachable pentagons grows with distance, and how a random walker spreads through the structure, the tools estimate the effective and spectral dimensions. The pentagon lands right in the middle of the fractional window — an effective dimension near 2.4, with diffusion that is measurably slower than a normal plane would allow.
-
A holonomy detector that tracks the sheet-shift accumulated around loops, confirming the spinor-like double-cover behavior.
-
A cross-polygon sweep that repeats the whole analysis for triangles, squares, heptagons, and beyond — revealing that the pentagon sits at the center of the interesting regime, and that certain properties (like the spectral dimension) are governed by the stacking rule rather than the shape itself.
-
A cellular-automaton sandbox — a "Pentagonal Game of Life" — for watching how patterns spread, split, and scatter as they hop between sheets.
The companion documents extend the same ideas into three dimensions (the dodecahedron plays the pentagon's role), into the recently-discovered "einstein" monotile, and into a genuinely surprising connection with the Erdős distinct- distances problem, where the golden-ratio arithmetic acts as a "degeneracy engine" that forces enormous families of points to share the same distance. That Erdős connection is worth flagging for cross-reference: the Geometric Entropy Lab elsewhere in this collection plays a continuous version of the same distinct-distances problem, letting points flow across a manifold to maximize the diversity of their pairwise distances. Where that lab uses optimization to spread distances apart, here the golden-ratio arithmetic does the opposite — collapsing them together — which makes the two a complementary pair on the same classical question.
Why It's Interesting
A few things make this more than a curiosity, at least to me:
-
Dimension becomes emergent, not assumed. In most models you declare the dimension of your space up front. Here it emerges from local rules and comes out fractional — a discrete, exactly-solvable echo of the "dimensional flow" that appears in serious theories of quantum gravity.
-
The algebra is the real invariant. The single most striking pattern across the whole project is that the number field of a shape's coordinates — not its visual form — decides its dimensional class. The pentagon and the 3D dodecahedron are, algebraically, the same object wearing different geometric clothes.
-
Spin, anyons, and topology fall out for free. The loop-memory is a clean, coordinate-free toy model of the kind of braiding statistics that underpin proposals for topological quantum computing.
-
It makes falsifiable predictions. The framework predicts, for instance, that transport through a pentagonal quasicrystal should show a particular "sub-diffusive" signature — something one could in principle look for in real icosahedral quasicrystals in the lab.
Who Might Find This Useful
-
Physicists and mathematicians curious about emergent dimensionality, quasicrystals, or discrete models of quantum gravity will find a tractable, hands-on playground where abstract ideas can actually be measured.
-
Students looking for an accessible on-ramp to deep topics — covering spaces, holonomy, the golden ratio, spectral dimension — will find each idea grounded in a concrete, visual construction rather than pure formalism.
-
Quantum-computing and condensed-matter researchers may appreciate the discrete realization of anyonic-style braiding and topologically protected states.
-
Anyone who has ever been annoyed that pentagons don't tile the plane and wondered what would happen if you refused to accept that. This is, in a sense, the whole answer.
You don't need to run any code to enjoy the ideas — the accompanying writeups are meant to be read on their own. But if you do want to experiment, the tools are self-contained and ready to grow a pentagon universe of your own.
I'm genuinely curious where this goes next, and feedback is very welcome. Enjoy!