Jerusalem Cross
Visualization
AIFS program
@
$dim=4
$subspace=[s,0]
s=$companion([1,0,0,0])
g=1+s-s^3
h0=[0,1,0,0]
h1=[0,0,0,1]
h2=[0,-1,0,0]
h3=[0,0,0,-1]
h4=[0,-1,-1,-1]
h5=[-1,-1,0,1]
h6=[0,1,1,1]
h7=[1,1,0,-1]
A=(g^-1*h0|g^-1*h1|g^-1*h2|g^-1*h3|g^-2*h4|g^-2*h5|g^-2*h6|g^-2*h7)*A
Overview
The Jerusalem Cross fractal is a self-similar plane tiling with 4-fold (square) rotational symmetry. Its shape echoes the heraldic Jerusalem Cross — a large central cross with four smaller crosses in the quadrants — and is generated by an eight-map IFS in a 4D algebraic setting.
The attractor fills a solid region of the plane with Hausdorff dimension .
Algebraic Structure
Like the Ammann–Beenker tiling, the Jerusalem Cross lives in
with the same companion matrix (defined as $companion([1,0,0,0])
in AIFS), whose eigenvalues are the primitive 8th roots of unity .
The key difference is the expansion matrix , which corresponds to a
different element of and therefore a different inflation geometry.
The $subspace=[s,0] projection selects the dominant complex pair (eigenvalue index 0),
giving the 2D rendered attractor.
Eight Maps at Two Scales
The attractor satisfies:
with two groups of four maps:
| Maps | Scale | Structure |
|---|---|---|
| pure translations in the rational space | ||
| translations with implicit identity matrix |
Maps – are pure 4D translations (no matrix factor beyond ), displaced along the four coordinate-like directions of the rational space:
These four displacements correspond to and in , forming a cross-like arrangement with 4-fold symmetry.
Maps – provide four additional corner pieces:
The 4-fold rotational symmetry is visible in the pairing , , and , (each pair related by the element of , corresponding to a 90° rotation).
Comparison with Ammann–Beenker
Both the Jerusalem Cross and the Ammann–Beenker tiling use the same rational space and the same companion matrix , but differ in:
| Property | Jerusalem Cross | Ammann–Beenker |
|---|---|---|
| Symmetry | 4-fold (square) | 8-fold (octagonal) |
| (same element) | ||
| Maps | 8 single-attractor | 12 two-attractor (GIFS) |
| Tile types | 1 | 2 (rhombus + square) |
Note: and the Ammann–Beenker are the same element of ; the visual difference arises from the different sets of maps and the single vs. two-attractor structure.