IFS Encyclopedia

Sphinx

Fractal dimension: 2 (solid tile)
Boundary dimension: 1 (polyhedral)

Visualization

Open in IFStile ↗
AIFS program
@
$dim=2
$subspace=[s,0]
s=$companion([1,-1])
r=$companion([-1,0])
h0=r*s^5
h1=r*s^2*[0,-1]
h2=r*s^5*[2,-1]
h3=s^4*[0,-2]
A=2^-1*(h0|h1|h2|h3)*A

What is the Sphinx?

The sphinx is a hexiamond — a shape made from six equilateral triangles joined edge-to-edge. Among the twelve distinct hexiamonds it is the only one whose outline resembles the profile of a crouching sphinx, giving the tile its name. The sphinx is a concave pentagon with five sides of equal length (two triangle-edge lengths each) and internal angles of 60°, 60°, 240°, 60°, 60°, 240°.

The sphinx is a rep-4 tile: four half-size copies tile a full sphinx exactly. Three of the copies are mirror images of the original (reflected), and one is a direct copy rotated by 180°.

Because the sphinx is chiral (it is not mirror-symmetric), two versions occur in every sphinx tiling: a right-handed sphinx (R) and its left-handed mirror image (L). A right-handed sphinx decomposes into three L-copies and one R-copy. A left-handed sphinx decomposes into three R-copies and one L-copy. This is encoded in the IFS by the three maps h0,h1,h2h_0, h_1, h_2 (which include the reflection rr) and the single direct-rotation map h3h_3.

The sphinx is also rep-n2n^2 for every positive integer nn: n2n^2 half-scale copies tile the original. In particular it is rep-9 (nine copies at scale 1/3), and this self-similar subdivision uses only direct copies (no mirror images required).

IFS on the Hexagonal Lattice

The sphinx lives on the triangular (Eisenstein) lattice Z[ω]\mathbb{Z}[\omega], where ω=eiπ/3\omega = e^{i\pi/3} is a primitive 6th root of unity. In the AIFS program:

The four contraction maps (each scaling by 12\tfrac{1}{2}) are:

MapLinear partType
h0h_0rs3r \cdot s^3reflection + 180° (chirality-reversing)
h1h_1rrreflection (chirality-reversing)
h2h_2rs3r \cdot s^3reflection + 180° (chirality-reversing)
h3h_3s4s^4240° rotation (chirality-preserving)

The attractor equation is:

A=12(h0(A)h1(A)h2(A)h3(A)).A = \tfrac{1}{2}\bigl(h_0(A) \cup h_1(A) \cup h_2(A) \cup h_3(A)\bigr).

Sphinx Tilings: Limit-Periodicity

The sphinx rep-tile generates a family of nonperiodic sphinx tilings of the plane by iterating the substitution rule. These tilings possess a remarkable structural property first described by Godrèche (1989) and rigorously established by Lee & Moody (2001):

The sphinx tiling is limit-periodic. The tile set can be partitioned into a countably infinite collection of periodic sublattices L1,L2,L3,L_1, L_2, L_3, \ldots, where LiL_i has period vectors of length 2×2i2 \times 2^i. This is analogous to the chair tiling on the square lattice.

Because it is limit-periodic, the sphinx tiling can be obtained by a cut-and-project method with a p-adic internal space, and its diffraction spectrum is pure point (all Bragg peaks, no diffuse background) — a property shared with quasicrystals.

Frame Tilings and Entropy

A sphinx-shaped frame of order nn (defined by the number of unit triangles at the tail) can also be tiled by sphinx tiles in non-recursive ways. The number of distinct tilings grows exponentially:

N(n)ecn2,c0.425.N(n) \sim e^{c n^2}, \qquad c \approx 0.425.

This exponential growth (Huber et al. 2024) reflects the entropy of the tiling ensemble and is related to the chirality structure: each sphinx placed inside a frame may be either left-handed or right-handed, subject to the constraint that the pieces fit together.

References

Similar

Chair Tiling
planeself-similartilingrep-tilelimit-periodicp-adic
CAP (Hat Monotile)
planeself-similartilingaperiodic-tilingquasicrystalalgebraicgifs
Cells Tiling
planeself-similartilingaperiodic-tilingquasicrystalalgebraicgifs
Edit this page on GitHub ↗