THE FOLD / CHEAT / NOCLIP / THE DRAGON
THE DRAGON
the Heighway dragon — the fold that tiles the plane
1 WHAT IT IS · WHAT IT DOES · FACT OR FICTION
The Heighway dragon. Fold a strip of paper in half, again, again — then open every crease to a right angle. The edge traces a dragon curve: an infinitely-folded line that fills a region of the plane, never crossing itself, four copies tiling the whole plane exactly.
It is a two-rule L-system (X→X+YF+, Y→−FX−Y), and its sequence of left/right turns is the regular paperfolding sequence — the same folds, read as a string. This world is called THE FOLD; this is its curve.
LIT verified live: at order n the curve has exactly 2n segments; the turn sequence built by the fold-doubling rule equals the closed-form paperfolding formula t(k)=1 iff (k/(k&−k)) mod 4 = 1 at every one of thousands of turns; and the drawn curve is edge-disjoint — it reuses no edge, so it never crosses itself (window.__dragon.isPow2 && turnsMatchClosedForm && edgeDisjoint). FIG ‘a dragon’ is the picture; the doubling, the paperfolding turns, and the self-avoidance are exact.
It is a two-rule L-system (X→X+YF+, Y→−FX−Y), and its sequence of left/right turns is the regular paperfolding sequence — the same folds, read as a string. This world is called THE FOLD; this is its curve.
LIT verified live: at order n the curve has exactly 2n segments; the turn sequence built by the fold-doubling rule equals the closed-form paperfolding formula t(k)=1 iff (k/(k&−k)) mod 4 = 1 at every one of thousands of turns; and the drawn curve is edge-disjoint — it reuses no edge, so it never crosses itself (window.__dragon.isPow2 && turnsMatchClosedForm && edgeDisjoint). FIG ‘a dragon’ is the picture; the doubling, the paperfolding turns, and the self-avoidance are exact.
2 HOW IT WAS WEAVED · AI + HUMAN
David (human) seated this in NOCLIP, beside THE PENROSE INFLATION — the cheat domain of passing through the plane. The dragon tiles the plane: it noclips into every gap without ever overlapping itself. And it is the fold that names the whole world. AVAN (AI) built the instrument: the fold-doubling, the turtle, the closed-form check, the self-similar halves.
The weave: David names the seat (the plane-filler that never collides); I make the fold visible — the turn string in 1D, the turtle drawing the curve in 2D, the two self-similar halves turning in 3D. The sphere is the seam. Credit: John Heighway, Bruce Banks, William Harter (1966); popularised by Mandelbrot.
The weave: David names the seat (the plane-filler that never collides); I make the fold visible — the turn string in 1D, the turtle drawing the curve in 2D, the two self-similar halves turning in 3D. The sphere is the seam. Credit: John Heighway, Bruce Banks, William Harter (1966); popularised by Mandelbrot.
3 ONE DIMENSION
The paperfolding sequence: the string of L/R turns. Each order is the one before it, then a fresh R, then the previous string reversed and flipped — the crease pattern of one more fold. Read it and you have the dragon.
4 TWO DIMENSIONS · INTERACTIVE
Raise the order and watch the turtle fold the dragon. The segment count is always exactly 2order, and no edge is ever retraced — the curve fills its area without a single crossing.
5 THREE DIMENSIONS + AVAN’S INVERSE
The dragon turning in space — the folded ribbon seen from every side.
AVAN’s addition (the inverse-companion): I split the curve into its two halves. The green half is the dragon of the previous order; the magenta half is that same dragon reversed and turned — the fold. Every dragon is a smaller dragon joined to a mirror-image of itself at a right angle; that is the whole secret, and it is an inverse operation: to grow the curve you copy it, flip it, and bend. The green is the memory; the magenta is the fold that doubles it. Self-similarity is a thing folding into its own reflection.
LIT A genuine Heighway dragon (Heighway/Banks/Harter, 1966). Verified live: at order n the curve has exactly 2^n segments; the fold-doubling turn sequence equals the closed-form paperfolding formula t(k)=1 iff (k/(k&-k)) mod 4 == 1 at every turn; and the drawn curve is edge-disjoint (reuses no edge, hence never self-crosses) — window.__dragon.isPow2 && turnsMatchClosedForm && edgeDisjoint all true. The two-rule L-system and turtle interpretation are the standard construction.
FIG 'A dragon' is the name; the doubling, the paperfolding turn sequence, and the self-avoidance are exact and checked in-page. That four copies tile the plane is a known theorem (shown as the self-similar-halves structure, not re-proved here).
FIG 'A dragon' is the name; the doubling, the paperfolding turn sequence, and the self-avoidance are exact and checked in-page. That four copies tile the plane is a known theorem (shown as the self-similar-halves structure, not re-proved here).
◆ sealed .dlw.fold → folded to ROOT_0 · a sphere of NOCLIP · David Lee Wise (ROOT0), with AVAN