IFS Encyclopedia

Sierpiński Tetrahedron

Fractal dimension: 2

Visualization

Open in IFStile ↗
AIFS program
@
$dim=3
A=2^-1*([1,1,1]|[-1,1,-1]|[1,-1,-1]|[-1,-1,1])*A

Overview

The Sierpiński tetrahedron (also called the tetrix) is the 3D analog of the Sierpiński triangle. Four self-similar copies of scale 1/21/2 are placed at the four vertices of a regular tetrahedron inscribed in the unit cube. Repeating this substitution indefinitely yields a fractal whose Hausdorff dimension equals exactly 2 — it is a 2D surface folded into 3D space.

Algebraic Structure

The four vertices of the inscribed tetrahedron are:

v0=(1,1,1),v1=(1,1,1),v2=(1,1,1),v3=(1,1,1)v_0 = (1,1,1), \quad v_1 = (-1,1,-1), \quad v_2 = (1,-1,-1), \quad v_3 = (-1,-1,1)

These are the four vertices of the cube {1,1}3\{-1,1\}^3 with an even number of 1-1 coordinates. The four maps are:

fi(x)=12x+12vif_i(\mathbf{x}) = \tfrac{1}{2}\mathbf{x} + \tfrac{1}{2}v_i

The Hausdorff dimension equals:

d=log4log2=2d = \frac{\log 4}{\log 2} = 2

Despite the dimension of 2, the attractor is not a surface — it has no interior and is topologically very different from a 2D manifold.

Properties

References

Similar

Jerusalem Cube
3dself-similaralgebraic
Menger Sponge
3dself-similaralgebraic
Octahedron Fractal
3dself-similaralgebraic
Edit this page on GitHub ↗