Robinson Triangles
Visualization
AIFS program
@
$dim=4
$subspace=[s,0]
s=$companion([1,-1,1,-1])
r=$exchange()
g=s-s^4
h1=s^4*[-1,0,-1,0]
h2=s^2*r*[-1,0,0,0]
h3=s^9
h4=s^6*r*[0,-1,0,-1]
h5=s^3*[1,-1,0,-1]
A1=g^-1*(h1*A1|h2*A1|h3*A2)
A2=g^-1*(h4*A1|h5*A2)
Overview
The Robinson triangles are a pair of isosceles triangles — the acute triangle (angles 36°–72°–72°) and the obtuse triangle (angles 36°–36°–108°) — that generate the Penrose P2 aperiodic tiling (the “kite and dart” tiling) through self-similar substitution.
This entry uses a Generalized IFS (GIFS) with two interleaved attractors.
The Two Triangle Types
Substitution Rules
Each triangle decomposes into smaller copies at ratio where is the golden ratio:
The expansion factor in the rational space corresponds to scaling by on the projected plane.
Algebraic Structure
Like the Pentadendrite, the Robinson triangles live in
with companion matrix (defined as $companion([1,-1,1,-1]) in AIFS) for .
The additional matrix ($exchange() in AIFS, the anti-diagonal 4×4 identity) represents
reflection in the projected plane, needed because maps and are
orientation-reversing.
| Map | Definition | Effect |
|---|---|---|
| rotation + translation | ||
| rotation + reflection | ||
| rotation only | ||
| rotation + reflection | ||
| rotation + translation |
All five maps are similitudes with the same contraction factor .
GIFS Attractor Equations
The AIFS uses two coupled equations — this is a GIFS (Generalized IFS):
A1=g^-1*(h1*A1|h2*A1|h3*A2)
A2=g^-1*(h4*A1|h5*A2)
The notation h*A means the image of the set under map .
The unique solution is the pair of compact Robinson triangles.
Connection to Penrose Tilings
By translating and rotating copies of and according to the substitution rules, one obtains an aperiodic tiling of the entire plane. The tiling is aperiodic — it has no translational periodicity — yet exhibits 5-fold local symmetry at every point.
Properties
- Contraction ratio: (both triangle types)
- Symmetry: dihedral group (same as the Pentadendrite)
- Aperiodicity: no translational period; related to quasicrystal diffraction patterns
- Dimension: 2 (both and are solid triangles with non-empty interior)
References
- Grünbaum, B. & Shephard, G. C. (1987). Tilings and Patterns. Freeman, Fig. 10.3.14.
- Mekhontsev, D. (2019). An algebraic framework for finding and analyzing self-affine tiles and fractals. §9.4.
- Penrose tiling — Wikipedia