Sierpiński triangle
A self-similar fractal formed by recursively removing triangles.
The Sierpiński triangle—also known as the Sierpiński gasket or sieve—is a fractal shaped like an equilateral triangle that is endlessly subdivided into smaller equilateral triangles. It was first described as a type of curve (the Sierpiński curve) and is a classic example of a self-similar set: a pattern that looks the same at any scale, whether magnified or reduced. Though named for the Polish mathematician Wacław Sierpiński, this design had already been used decoratively for centuries before his work.
There are several ways to build the Sierpiński triangle.
One method involves repeatedly removing triangular pieces. Start with an equilateral triangle, divide it into four identical smaller equilateral triangles, and take out the middle one. Then repeat that step on each of the remaining triangles, continuing forever. Each removed triangle is an open set, and this process is a type of finite subdivision rule.
Another approach uses shrinking and duplication. Begin with any triangle (or even any closed, bounded shape in the plane, though an equilateral triangle with a horizontal base is standard). Shrink the triangle to half its height and half its width, make three copies, and arrange them so they meet at their corners. This leaves a central hole, since the three shrunken triangles cover only three-quarters of the original area. Repeat the shrinking and repositioning on each smaller triangle indefinitely. The final fractal is what you get after infinite steps. More formally, if you let dA, dB, and dC represent shrinking by half around each corner A, B, and C, then the Sierpiński triangle is the fixed set of the combined transformation dA ∪ dB ∪ dC. This set is attractive, meaning that repeatedly applying the operation to any compact shape will converge (in the Hausdorff metric) to the Sierpiński triangle.
The chaos game offers a random construction. Label the three corners of the triangle p1, p2, and p3. Pick any starting point v1. Then, for each step, choose a random corner and set vn+1 to the midpoint between vn and that corner. Plot the points. If v1 lies on the Sierpiński triangle, all subsequent points will too; if v1 is inside the triangle but not on it, the points will converge toward the triangle. Starting outside the triangle, points only land on it if they happen to fall where the triangle would be if it were infinitely large. A simpler version:
- named_after
- Wacław Sierpiński
- type
- Fractal
- also_known_as
- Sierpiński gasket, Sierpiński sieve
- first_described_in
- 1915 article by Sierpiński
- key_property
- Self-similar set
- dimension_relation
- Scaling by factor 2 yields 3 copies
Lore & Background
The Sierpiński triangle can be constructed by repeatedly removing the central triangle from an equilateral triangle subdivided into four congruent smaller triangles. This process, applied infinitely, yields the fractal. Alternatively, one can shrink a triangle to half height and half width, make three copies, and position them to touch at corners, repeating the process. The fractal is the fixed set of the transformation combining dilations by a factor of 1/2 about its three corners.
Reader's Guide
The Sierpiński triangle is significant as a foundational example of a self-similar fractal and an iterated function system. Its construction methods—removing triangles, shrinking and duplicating, the chaos game, arrowhead curve, and cellular automata—illustrate key concepts in fractal geometry. It appears in Pascal's triangle when even numbers are colored white and odd numbers black, and in the Towers of Hanoi puzzle graph. The fractal's Hausdorff dimension satisfies 2^d = 3, giving d = log 3 / log 2. Its properties have influenced mathematics, computer graphics, and the study of dynamical systems.
Did You Know?
- The Sierpiński triangle appeared as a decorative pattern many centuries before Wacław Sierpiński's work.
- The chaos game method generates the triangle by repeatedly moving half the distance from a current point to a randomly chosen vertex.
- The Sierpiński triangle can be approximated by coloring odd numbers black in Pascal's triangle with 2^n rows.
- The states of the Towers of Hanoi puzzle form a graph that corresponds to the Sierpiński triangle's construction.
Origins and Historical Roots
The Sierpiński triangle bears the name of Polish mathematician Wacław Sierpiński, yet the underlying pattern predates his work by many centuries, having appeared as decorative motifs long before any formal mathematical treatment. Sierpiński's own 1915 article was actually aimed at demonstrating a specific type of continuous path—what he termed a Cantorian curve—and the triangle as we recognize it emerged from that broader investigation into curves in the plane. The object is also known by alternative names, including the Sierpiński gasket and the Sierpiński sieve, each reflecting a different facet of its structure. At its core, it belongs to the family of self-similar sets: mathematically generated patterns that reproduce their own structure identically at any scale of magnification or reduction. This property of exact scale invariance makes it one of the most fundamental examples in fractal geometry, bridging the gap between elementary Euclidean shapes and the infinitely complex patterns that emerge from simple recursive rules applied without end.
Geometric Construction Methods
The Sierpiński triangle can be built through several distinct geometric procedures, all converging to the same limiting object. The most intuitive approach begins with a solid equilateral triangle, subdivides it into four congruent smaller triangles, removes the central one, and repeats the operation infinitely on each remaining piece. Each excised triangle—called a trema—is topologically an open set, and the whole process exemplifies a finite subdivision rule. An alternative method, sometimes called shrinking and duplication, starts with any closed bounded region, scales it to half its dimensions, makes three copies, and arranges them so each touches the others at a single corner. The central gap appears immediately because three half-scale copies cover only three-quarters of the original area. Remarkably, this process works from a square or even a fish-shaped region, as Michael Barnsley demonstrated in his work on variable fractals. A third geometric route, the arrowhead construction, replaces line segments with three shorter segments at 120-degree angles, producing a single continuous directed path that traces the entire gasket in the limit.
The Chaos Game and Iterated Function Systems
Perhaps the most surprising way to generate the Sierpiński triangle involves randomness. The so-called chaos game works as follows: choose three vertices forming a triangle, pick any starting point, then repeatedly select one vertex at random and move halfway toward it, plotting each new position. After roughly a hundred plotted points, a faint triangular outline emerges; after a few hundred, the characteristic recursive detail becomes visible. This algorithm is a concrete instance of an iterated function system, where three contraction maps—each scaling by a factor of one-half about a different vertex—are applied in random sequence. The mathematical guarantee is that the resulting set of points is dense in the Sierpiński triangle, regardless of where the process begins. If the initial point already lies on the gasket, every subsequent point does as well. If it lies inside the triangle's perimeter but off the gasket, no plotted point will ever land exactly on the fractal, yet the cloud converges toward it. Starting outside the triangle, a point can only land on the gasket if it corresponds to a location that would exist on an infinitely scaled version of the figure.
Formal Mathematical Structure
At its most abstract level, the Sierpiński triangle is defined as the fixed set of a union of three dilation transformations, each scaling by a factor of one-half about one of the triangle's vertices A, B, or C. This fixed set possesses an attractive property: applying the combined transformation repeatedly to any compact set of points causes the successive images to converge, in the Hausdorff metric, to the Sierpiński triangle. This universality means the starting shape is mathematically irrelevant—a square, a disk, or an irregular blob will all be drawn into the same fractal limit. The recursive removal of triangular subsets produces a structure where each excised hole is an open set in the topological sense, and the collection of all such tremas is a defining feature of the gasket. The self-similarity is exact: every small triangle within the figure is a perfect half-scale replica of the whole. This property of scale invariance, combined with the convergence guarantee from the iterated function system framework, makes the Sierpiński triangle one of the most fundamental examples of a self-similar set in mathematics, illustrating how simple contraction rules applied repeatedly can generate infinitely detailed structure from an arbitrary starting region.
Frequently Asked Questions
Who is the Sierpiński triangle named after?
It takes its name from Wacław Sierpiński, a Polish mathematician who formally described the shape in a 1915 article. The underlying pattern, however, had already appeared in decorative art for centuries before he published his work.
What exactly is the Sierpiński triangle?
It is a fractal built from an equilateral triangle that gets endlessly subdivided into smaller equilateral triangles, producing a pattern that looks identical at every magnification level. You will also see it referred to as the Sierpiński gasket or the Sierpiński sieve.
How do you actually construct a Sierpiński triangle?
The most intuitive method starts with a solid equilateral triangle, removes the central inverted triangle, then repeats that removal on each of the three remaining sub-triangles indefinitely. Other popular approaches include the chaos game and iterating a set of scaling-and-translation functions.
What is the fractal dimension of the Sierpiński triangle?
Because scaling the figure by a factor of 2 yields exactly 3 self-similar copies, its Hausdorff dimension works out to log(3)/log(2), roughly 1.585. That places it squarely between a one-dimensional curve and a two-dimensional surface.
Why is the Sierpiński triangle important in mathematics?
It serves as a textbook example of a self-similar set, making it a go-to illustration for teaching fractal geometry and recursive construction. Its clean recursive structure also makes it a favorite test case in computer graphics, topology, and the study of iterative function systems.
More in Geometry And Shapes 1-24
Spotted an error? Know more?
This is a living reference — every entry is fact-audited, and reader corrections feed straight into our audit queue. Suggest an edit · See this site's audit record
