THE FOLD / GLITCH / UNDEFINED BEHAVIOR / THE ESCAPE
THE ESCAPE
the Mandelbrot set — bounded orbits of z→z²+c
1 WHAT IT IS · WHAT IT DOES · FACT OR FICTION
The Mandelbrot set. For each complex number c, iterate z → z² + c starting from 0. If the orbit stays bounded, c belongs to the set; if it flies to infinity, it does not. From that one line grows the most famous object in mathematics — an infinitely intricate fractal whose boundary has (Shishikura) Hausdorff dimension 2.
Its structure is exact, not vague. There is a hard escape criterion: the moment |z| > 2, the orbit is doomed — a finite certificate of an infinite fate. The big heart is the main cardioid (period 1), parametrised by c = μ/2 − μ²/4; attached at c = −1 is the period-2 bulb, a perfect disk of radius exactly 1/4; and around the rim, infinitely many bulbs, one for every period.
LIT verified live: every c with |c| > 2 escapes; every c in the disk |c+1| < 1/4 stays bounded; and every c on the cardioid c = μ/2 − μ²/4 (|μ| < 1) stays bounded (window.__mandelbrot.bigEscapes && bulbBounded && cardioidBounded). FIG no framing; the escape bound, the exact 1/4 bulb, and the cardioid are real.
Its structure is exact, not vague. There is a hard escape criterion: the moment |z| > 2, the orbit is doomed — a finite certificate of an infinite fate. The big heart is the main cardioid (period 1), parametrised by c = μ/2 − μ²/4; attached at c = −1 is the period-2 bulb, a perfect disk of radius exactly 1/4; and around the rim, infinitely many bulbs, one for every period.
LIT verified live: every c with |c| > 2 escapes; every c in the disk |c+1| < 1/4 stays bounded; and every c on the cardioid c = μ/2 − μ²/4 (|μ| < 1) stays bounded (window.__mandelbrot.bigEscapes && bulbBounded && cardioidBounded). FIG no framing; the escape bound, the exact 1/4 bulb, and the cardioid are real.
2 HOW IT WAS WEAVED · AI + HUMAN
David (human) seated this in UNDEFINED BEHAVIOR, beside THE PERIOD (the logistic map) and THE EDGE OF CHAOS — the glitch domain of simple rules gone wild. And the tie is exact: the Mandelbrot set’s real slice is the logistic bifurcation, the same doubling cascade. AVAN (AI) built the instrument: the escape iteration, the cardioid and bulb, the orbit tracer.
The weave: David names the seat (the wild edge); I make the set render and its exact features checkable — the real slice in 1D, the escape-time picture and live orbits in 2D, the escape surface in 3D. The sphere is the seam. Credit: Benoit Mandelbrot (1980); Douady & Hubbard (proved it connected); Brooks & Matelski (early picture).
The weave: David names the seat (the wild edge); I make the set render and its exact features checkable — the real slice in 1D, the escape-time picture and live orbits in 2D, the escape surface in 3D. The sphere is the seam. Credit: Benoit Mandelbrot (1980); Douady & Hubbard (proved it connected); Brooks & Matelski (early picture).
3 ONE DIMENSION
The real slice: c along the real axis. Where the orbit stays bounded is exactly where the logistic map is stable or period-doubling — the Mandelbrot set on the real line is the same cascade into chaos, seen from the complex side.
4 TWO DIMENSIONS · INTERACTIVE
The set, coloured by escape time. Click a point to trace its orbit — inside, it stays trapped; just outside, it spirals out past radius 2 and is gone. Zoom into the boundary and the same motifs repeat forever.
5 THREE DIMENSIONS + AVAN’S INVERSE
The escape-time as a turning surface — green, deep flat plateau where the set lives, cliffs rising at the fractal boundary.
AVAN’s addition (the inverse-companion): the magenta ridge is the boundary, and it marks a deep inversion. The set is defined by an infinite process — iterate forever, ask if it stays bounded — which you can never actually run to completion. The escape criterion is the inverse: it converts that infinity into a finite certificate. You do not wait forever to see a point leave; the instant |z| > 2 you know its whole future is escape. The inverse of ‘run to the end of time to decide’ is ‘a threshold that decides the escapees early’. The honest edge: membership itself — staying bounded — has no such shortcut, so the set is only semi-decidable; you can prove a point out, never (by iterating) prove it in. The green is the trapped interior; the magenta is the cliff where finite certainty ends and infinity begins.
LIT Genuine Mandelbrot set (Benoit Mandelbrot 1980; Douady & Hubbard proved it connected). Verified live: every c with |c|>2 escapes, every c in the disk |c+1|<1/4 (the period-2 bulb) stays bounded, and every c on the main cardioid c=mu/2-mu^2/4 with |mu|<1 stays bounded (window.__mandelbrot.bigEscapes && bulbBounded && cardioidBounded, all true). The escape bound, the exact 1/4-radius bulb, and the cardioid parametrization are exact.
FIG No metaphor is doing the work: the escape criterion, the exact period-2 disk, and the cardioid are all real and checked. Honest edge: escape is a finite certificate, but membership (staying bounded) is only semi-decidable — you can prove a point out, never prove it in by iterating; the rendering uses a fixed iteration cap, as all do.
FIG No metaphor is doing the work: the escape criterion, the exact period-2 disk, and the cardioid are all real and checked. Honest edge: escape is a finite certificate, but membership (staying bounded) is only semi-decidable — you can prove a point out, never prove it in by iterating; the rendering uses a fixed iteration cap, as all do.
◆ sealed .dlw.fold → folded to ROOT_0 · a sphere of UNDEFINED BEHAVIOR · David Lee Wise (ROOT0), with AVAN