-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphysics.html
More file actions
261 lines (229 loc) · 29.2 KB
/
Copy pathphysics.html
File metadata and controls
261 lines (229 loc) · 29.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>I · The Rulebook — The Vacuum Game</title>
<meta name="description" content="False vacuum decay from the ground up: Coleman–De Luccia bubbles, the five rules physics imposes, triggering, and the finite-versus-infinite prize.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;1,8..60,400;1,8..60,600&family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.css">
<link rel="stylesheet" href="css/main.css">
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/contrib/auto-render.min.js"></script>
<script defer src="js/common.js"></script>
<script defer src="js/physics.js"></script>
</head>
<body>
<header class="site-nav">
<a class="brand" href="index.html">THE VACUUM GAME<span class="tick">_</span></a>
<nav aria-label="Chapters">
<a href="physics.html"><span class="n">I</span>Rulebook</a>
<a href="game.html"><span class="n">II</span>The Game</a>
<a href="survival.html"><span class="n">III</span>Survival</a>
<a href="evolution.html"><span class="n">IV</span>Evolution</a>
<a href="evidence.html"><span class="n">V</span>Evidence</a>
<a href="fiction.html"><span class="n">VI</span>Stories</a>
</nav>
</header>
<div class="hero" data-tint="false">
<div class="hero-inner">
<p class="eyebrow">Chapter I<span class="sep">·</span>The physics</p>
<h1>The Rulebook</h1>
<p class="thesis">The premise is unusually lucky: the real physics is restrictive enough that it <strong>writes the rules of the game for you</strong> — and the rules it writes are strange in ways no terrestrial conflict has ever been. Five of them, each load-bearing, each with a number attached.</p>
</div>
</div>
<div class="page">
<aside class="toc" aria-label="Table of contents"></aside>
<main class="content">
<!-- ================================================================ -->
<section class="sec">
<h2 id="vocab"><span class="secnum">1.1 · Vocabulary</span>Five words that carry the whole premise</h2>
<p class="lede">Undergraduate quantum mechanics gives you tunneling through a barrier. Quantum field theory lets <em>empty space itself</em> tunnel. Everything else follows.</p>
<div class="box box-vocab">
<p class="box-label">Vocabulary</p>
<dl>
<dt>False vacuum</dt>
<dd>A <em>local</em> minimum of the fields’ potential energy. Empty space configured this way is stable against every ordinary disturbance — but it is not the lowest-energy configuration available. It is metastable: a ball resting in a high valley.</dd>
<dt>True (or truer) vacuum</dt>
<dd>A deeper minimum of the same potential. “Truer” because the landscape may have many levels; today’s true vacuum can be tomorrow’s false one.</dd>
<dt>Bubble nucleation</dt>
<dd>The decay mechanism. A microscopic region quantum-tunnels to the deeper phase, forming a bubble bounded by a wall of concentrated field energy. Coleman & De Luccia gave the standard treatment including gravity (1980).</dd>
<dt>Bubble wall</dt>
<dd>The moving boundary between phases. Above a critical radius the bubble grows; the liberated volume energy accelerates the wall outward, asymptotically toward lightspeed. Inside, fields sit at the new minimum — different Higgs value, different particle masses. Nuclei and chemistry as we know them dissolve at the wall.</dd>
<dt>Cosmological constant (Λ)</dt>
<dd>The energy density of the vacuum itself. Ours is positive and absurdly small (~10⁻¹²² in natural units), which makes cosmic expansion accelerate — a fact that turns out to be the single most strategically important number in this codex.</dd>
</dl>
</div>
<p>Hold the ball-in-a-valley picture. The valley floor is our physics: the mass of the electron, the strength of chemistry, the existence of atoms. A deeper valley is <em>a different physics</em>. Moving there is not destruction in the ordinary sense — energy is conserved, spacetime persists — it is <strong>constitutional replacement</strong>. That framing, not “explosion,” is what makes the game theory in <a href="game.html">Chapter II</a> so alien.</p>
</section>
<!-- ================================================================ -->
<section class="sec">
<h2 id="decay"><span class="secnum">1.2 · The mechanism</span>How a vacuum dies</h2>
<p>Why doesn’t a false vacuum just roll downhill? Because between the two valleys stands a barrier, and classically nothing can cross it. Quantum mechanically, the field can <em>tunnel</em> — but only by converting a whole region at once, and that region must pay for its own wall.</p>
<p>The accounting is a competition between surface and volume. A bubble of radius \(R\) costs wall energy \(\sim 4\pi R^2 \sigma\) (where \(\sigma\) is the wall tension, the energy per unit area of the phase boundary) and gains volume energy \(\sim \tfrac{4}{3}\pi R^3 \varepsilon\) (where \(\varepsilon\) is the energy-density difference between the vacua). Surface beats volume at small \(R\); volume wins at large \(R\). The crossover defines the <strong>critical radius</strong>: bubbles born smaller collapse under their own tension and vanish; bubbles born larger are unstoppable.</p>
<figure class="fig">
<div class="fig-panel">
<canvas id="fig-landscape"></canvas>
<div class="fig-controls">
<span class="ctl"><label for="ls-eps">Depth ε</label><input type="range" id="ls-eps" min="0.08" max="0.9" step="0.01" value="0.35" data-out="ls-eps-out"><output id="ls-eps-out"></output></span>
<span class="ctl"><label for="ls-sig">Barrier σ</label><input type="range" id="ls-sig" min="0.35" max="1.6" step="0.01" value="0.9" data-out="ls-sig-out"><output id="ls-sig-out"></output></span>
<button class="btn primary" id="ls-nucleate">Nucleate</button>
<span class="chip false"><i></i>false vacuum</span>
<span class="chip machine"><i></i>true vacuum</span>
<span class="chip light"><i></i>wall / tunneling</span>
</div>
</div>
<figcaption class="fig-caption"><span class="fig-no">FIG I.1 — The landscape and the leap.</span>
Left: the potential \(V(\phi)\), our field resting in the false minimum. Right: the same event in space — a bubble born at the critical radius \(R_0\) (dashed ring), wall accelerating outward. Raise the barrier σ and the decay rate collapses exponentially (watch B); deepen the true vacuum ε and critical bubbles get smaller and cheaper. That trade-off — <em>depth buys instability</em> — drives Chapter II’s arms race.</figcaption>
</figure>
<div class="box box-toolkit">
<p class="box-label">Toolkit — thin-wall Coleman–De Luccia</p>
<p>In the thin-wall limit (barrier crossed quickly compared to bubble size), everything reduces to two parameters, wall tension \(\sigma\) and vacuum energy gap \(\varepsilon\):</p>
<div class="eq">$$R_0 = \frac{3\sigma}{\varepsilon}, \qquad B = \frac{27\pi^2 \sigma^4}{2\varepsilon^3}, \qquad \Gamma \sim A\, e^{-B/\hbar}$$</div>
<p>\(R_0\) is the critical radius, \(B\) the tunneling exponent, \(\Gamma\) the nucleation rate per volume. After nucleation the wall’s Lorentz factor grows as \(\gamma \approx R/R_0\) — by the time a microscopic bubble is a meter wide, the wall is already moving at fantastically relativistic speed. Note the exponents: rate depends on \(\sigma^4/\varepsilon^3\). Small changes in the landscape mean astronomical changes in lifetime.</p>
</div>
<p>Two consequences deserve emphasis. First, a bubble consumes the <strong>future causal region of its nucleation event</strong> — not the global spacetime. “Destroy the universe” is locally accurate but globally coordinate-dependent; in an eternally inflating background, false-vacuum volume elsewhere keeps growing even as individual bubbles expand at lightspeed. The precise phrase is <a href="https://www.dwarkesh.com/p/adam-brown" target="_blank" rel="noopener">Adam Brown’s</a>: you lose <em>your whole future light cone</em>. Second, our own vacuum appears to be exactly this kind of object: the measured Higgs and top masses place the Standard Model in the metastable region (<a href="https://arxiv.org/abs/1307.3536" target="_blank" rel="noopener">Buttazzo <em>et al.</em></a>), lifetime around 10<sup>161</sup> years (<a href="evidence.html">Chapter V</a> makes much of this).</p>
</section>
<!-- ================================================================ -->
<section class="sec">
<h2 id="rule1"><span class="secnum">1.3 · Rule one</span>No natural warning</h2>
<p class="lede">The wall rides just behind its own light. The news and the bubble arrive together.</p>
<p>Because the wall asymptotically approaches lightspeed, any photon it emits — any possible signal of its existence — leads it by almost nothing. For a bubble born at microscopic radius \(R_0\), the head start the wall grants to light at distance \(d\) is of order \(R_0^2/2d\): it <em>shrinks</em> with distance. There is no astronomy of incoming bubbles; no watchtower works.</p>
<figure class="fig">
<div class="fig-panel">
<canvas id="fig-warning"></canvas>
<div class="fig-controls">
<span class="ctl"><label for="wn-r0">Initial radius R₀ (exaggerated)</label><input type="range" id="wn-r0" min="0.02" max="0.35" step="0.005" value="0.12" data-out="wn-r0-out"><output id="wn-r0-out"></output></span>
<span class="ctl"><label for="wn-d">Observer distance d</label><input type="range" id="wn-d" min="0.35" max="0.92" step="0.01" value="0.7" data-out="wn-d-out"><output id="wn-d-out"></output></span>
<button class="btn" id="wn-courtesy" aria-pressed="false">Attacker’s courtesy Δt</button>
</div>
</div>
<figcaption class="fig-caption"><span class="fig-no">FIG I.2 — The wall hugs its own light cone.</span>
A spacetime diagram (space across, time up). The gold dashed line is light from the nucleation event; the blue-white curve is the wall, \(R(t)=\sqrt{R_0^2+c^2t^2}\), starting at \(R_0\) and bending onto the light cone. R₀ is drawn absurdly large so you can see the gap at all — for a real microscopic bubble the warning at interstellar distance is measured in <em>femtoseconds</em>. Toggle the courtesy signal: an attacker who broadcasts first, waits Δt, then triggers, hands every future victim a permanent Δt of warning. Warning exists only as a gift of the attacker.</figcaption>
</figure>
<div class="box box-story">
<p class="box-label">Story hook — the courteous apocalypse</p>
<p>The only physically possible warning is one the attacker grants on purpose. A decoded signal reading <em>“your vacuum ends in four centuries; here is the physics of what replaces it; here is how to pack”</em> is simultaneously a death sentence, a gift, and a proof of intent — possibly the best inciting incident this premise offers. See <a href="fiction.html">Story Engines § the announcement signal</a>.</p>
</div>
</section>
<!-- ================================================================ -->
<section class="sec">
<h2 id="rule2"><span class="secnum">1.4 · Rule two</span>There is no fact about who fired first</h2>
<p>Suppose two civilizations each trigger a transition. Which one “won the race”? Special relativity answers: <em>the question is malformed</em>. Nucleation events separated faster than light could connect them — at <span class="gl" data-g="Two events are spacelike separated when no signal at or below lightspeed can travel from one to the other. Different reference frames disagree about which happened ‘first’, and no frame is privileged.">spacelike separation</span> — have no frame-independent time order. There is no race winner. There is only a <strong>tessellation</strong>: each bubble claims its own future light cone, and where bubbles meet, a domain wall forms between two kinds of new physics.</p>
<p>At that collision front the tie is broken not by priority but by <strong>depth</strong>: the wall between two vacua generically accelerates into the higher-energy (shallower) phase. Deeper eats shallower. First place in the race means nothing if a rival dug deeper — a fact that turns the whole conflict into the race to the bottom analyzed in <a href="game.html">Chapter II</a>.</p>
<figure class="fig">
<div class="fig-panel">
<canvas id="fig-collide"></canvas>
<div class="fig-controls">
<button class="btn primary" id="cl-restart">Restart</button>
<button class="btn" id="cl-frozen" aria-pressed="false">Frozen fronts (small Δε)</button>
<span class="chip harbour"><i></i>shallower vacuum</span>
<span class="chip machine"><i></i>deeper vacuum</span>
<span class="chip light"><i></i>domain wall</span>
</div>
</div>
<figcaption class="fig-caption"><span class="fig-no">FIG I.3 — Deeper eats shallower.</span>
Two bubbles nucleate at spacelike separation and expand at (asymptotically) lightspeed into our blue vacuum. Where they collide, the mutual wall accelerates into the shallower teal phase — the magenta domain grows at teal’s expense. With <em>frozen fronts</em> on, the energy difference is small compared to wall tension in an expanding background: the mutual wall stalls, and the map fossilizes into a permanent mosaic — borders that outlive the war (a setting Chapter VI uses hard).</figcaption>
</figure>
<div class="box box-caveat">
<p class="box-label">Caveat — how solid is “deeper eats shallower”?</p>
<p>It is the standard qualitative behaviour in the thin-wall regime where tension is subdominant, not a universal theorem. Collision outcomes depend on both vacuum energies <em>and</em> wall tensions, and in an expanding background with small Δε the fronts can effectively freeze. The exceptions are narratively load-bearing: frozen fronts give you permanent borders in a war with no other stable boundaries.</p>
</div>
</section>
<!-- ================================================================ -->
<section class="sec">
<h2 id="rule3"><span class="secnum">1.5 · Rule three</span>Λ caps the blast radius</h2>
<p class="lede">Dark energy is a firebreak. The thing the engineers most want to abolish is the thing protecting everyone from them.</p>
<p>A positive cosmological constant makes expansion accelerate, and accelerating expansion gives every event a <span class="gl" data-g="In an accelerating universe, light emitted from an event today can only ever reach a finite comoving region — sufficiently distant galaxies are receding too fast for the signal to catch them, ever.">cosmological event horizon</span>. Light leaving here today — and therefore any bubble wall, which travels just below light — will <em>never</em> reach beyond roughly 17 billion light-years of comoving distance. However deep the vacuum, however perfect the trigger: <strong>one bubble eats a finite ball, ever.</strong></p>
<p>Run the consequences: total omnicide is impossible with a single trigger; it requires many, coordinated, spread across the sky. Any civilization dispersed beyond the horizon scale of its enemies is unkillable as a lineage. And the deepest irony of the whole premise: the engineers’ chief complaint about our vacuum is its positive Λ (Rule five: it caps computation) — yet that same Λ is the only thing making their weapon containable. Abolish heat death and you abolish the firebreak.</p>
<figure class="fig">
<div class="fig-panel">
<canvas id="fig-firebreak"></canvas>
<div class="fig-controls">
<span class="ctl"><label for="fb-H">Dark energy (H, relative)</label><input type="range" id="fb-H" min="0.4" max="2.5" step="0.01" value="1" data-out="fb-H-out"><output id="fb-H-out"></output></span>
<button class="btn primary" id="fb-restart">Nucleate again</button>
</div>
</div>
<figcaption class="fig-caption"><span class="fig-no">FIG I.4 — The firebreak, in comoving coordinates.</span>
The dots are galaxies plotted in comoving coordinates — coordinates that expand along with the universe, so the galaxies stand still and the wall does the moving. Through these coordinates a lightspeed wall <em>decelerates</em>: \( \chi(t) = \frac{c}{H}\left(1 - e^{-Ht}\right)\), freezing forever at comoving radius \(c/H\) (≈ 17 Gly for our Λ). Galaxies beyond the gold line are causally out of reach — not because the wall slows in any local sense, but because space is being manufactured between them faster than the wall can cross it. More dark energy (higher H) → smaller blast radius. Less → the fire spreads farther.</figcaption>
</figure>
</section>
<!-- ================================================================ -->
<section class="sec">
<h2 id="rule4"><span class="secnum">1.6 · Rule four</span>Triggering is genuinely hard — and that’s load-bearing</h2>
<p>If vacuum decay were easy, cosmic rays would already have done it. Collisions in the upper atmosphere and around neutron stars dwarf anything a collider will ever manage, and we are still here — the classic <a href="https://doi.org/10.1038/302508a0" target="_blank" rel="noopener">Hut–Rees argument</a>. Few-particle collisions, however energetic, are exponentially suppressed as triggers: what is needed is not raw energy but <strong>coherence</strong> — a many-particle state prepared in just the right field configuration, or a catalyst that lowers the barrier itself.</p>
<div class="card-grid">
<div class="card c-light"><span class="card-no">Null result</span><span class="card-title">The Hut–Rees floor</span><p>Nature has run ~10²⁰ collision experiments above collider energies for 13.8 Gyr without ending the world. Whatever the trigger threshold is, it sits above anything brute force reaches. Safety by observed survival.</p></div>
<div class="card c-machine"><span class="card-no">The credible catalyst</span><span class="card-title">Evaporating black holes</span><p><a href="https://arxiv.org/abs/1503.07331" target="_blank" rel="noopener">Gregory, Moss & Burda</a>: black holes in the late stages of Hawking evaporation — below ~10⁹ kg — act as nucleation seeds and enhance vacuum decay rates enormously. They turned it into a bound: light primordial black holes must be rare, or we’d be dead.</p></div>
<div class="card c-light"><span class="card-no">The industry</span><span class="card-title">Kugelblitz engineering</span><p>Manufacturing ~10⁹ kg black holes means concentrating stellar-scale energy into femtometer volumes: Kardashev-II optics. Honest wrinkle: photon-only kugelblitzes appear to self-quench via Schwinger pair production — so give your engineers neutrino beams or exotic matter.</p></div>
<div class="card c-terminal"><span class="card-no">The dual use</span><span class="card-title">Every drive is a detonator</span><p>The same small black holes are the best known starship engines (Crane): feed one matter, ride its Hawking blast. A civilization’s merchant fleet and its doomsday arsenal are the same hardware, differing only in intent.</p></div>
</div>
<div class="box box-caveat">
<p class="box-label">Caveat — the disputed step</p>
<p>Whether black-hole seeding produces <em>rapid</em> decay of the actual Standard Model Higgs vacuum remains disputed in the literature. What is solid: few-particle collisions don’t suffice, coherent state preparation is the real requirement, and seeded nucleation is the most credible catalysis mechanism proposed. For fiction this is ideal — the enabling discovery can be a new state-preparation technique, an exotic membrane species, or a controllable catalyst, rather than “a bigger accelerator.”</p>
</div>
<div class="box box-physics">
<p class="box-label">Physics — the engineering scale problem</p>
<p>In the thin-wall picture the critical bubble radius scales as \(R_c \sim \sigma/\Delta\rho\). The observed dark-energy density is so absurdly small that a membrane with ordinary high-energy tension would need an <em>enormous</em> critical bubble — a visible, stellar-scale megaproject. A sufficiently low-tension membrane instead makes the device compact — an impossible-to-police laboratory weapon. This single parameter, the tension of the lightest membrane in the landscape, decides whether vacuum politics looks like arms-control treaties over megastructures or like biosecurity for basement labs. Chapter II builds both worlds.</p>
</div>
</section>
<!-- ================================================================ -->
<section class="sec">
<h2 id="rule5"><span class="secnum">1.7 · Rule five</span>The prize is finite versus infinite</h2>
<p>Why would anyone risk this? Because of what a positive cosmological constant does to the far future. A de Sitter universe has a horizon with a temperature — around 10⁻³⁰ K — which sets a <span class="gl" data-g="Landauer’s principle: erasing one bit of information has a minimum thermodynamic cost of kT·ln2. A universe with a temperature floor therefore has a maximum number of computations its energy supply can ever pay for.">Landauer floor</span> on the cost of erasing a bit, and a horizon entropy of about 10¹²² bits that caps everything inside it. Total future computation in our vacuum is stupendous — and <strong>finite</strong>.</p>
<p>In a Λ = 0 vacuum (Minkowski space), the temperature floor drops to zero, and <a href="https://doi.org/10.1103/RevModPhys.51.447" target="_blank" rel="noopener">Dyson-style strategies</a> — think slower and colder forever, on a shrinking energy budget that never quite runs out — open up <strong>unbounded</strong> total thought. Civilizations contemplating a transition are not fighting over a factor of ten in resources; they are fighting over the difference between a finite life and an infinite one. That asymmetry breaks naive expected-utility reasoning — any finite risk seems worth an infinite prize — and factions in Chapter VI go to war over how to repair it.</p>
<figure class="fig">
<div class="fig-panel">
<canvas id="fig-prize"></canvas>
</div>
<figcaption class="fig-caption"><span class="fig-no">FIG I.5 — The shape of the stakes.</span>
Cumulative computation available to a patient civilization, against time (both axes logarithmic; schematic). In our de Sitter vacuum the total saturates at the horizon entropy, ~10¹²² bits: everything that will ever be thought here, added up, is a finite number. In a zero-Λ harbour vacuum the curve never stops climbing. Hover to compare. Infinity is not a big number — it is a different <em>kind</em> of number, and it warps every decision made in its light.</figcaption>
</figure>
</section>
<!-- ================================================================ -->
<section class="sec">
<h2 id="fineprint"><span class="secnum">1.8 · The fine print</span>The assumption stack, and the landscape it rests on</h2>
<p>Every chapter after this one leans on some version of the following stack. The fiction may choose which levels hold; the reader should see the stack plainly:</p>
<ol>
<li>There really is a <strong>landscape</strong> of metastable vacua (string theory’s flux vacua are the usual candidate).</li>
<li>Transitions can be <strong>artificially catalysed</strong> rather than merely awaited.</li>
<li>The destination can be <strong>targeted</strong> — you can choose which vacuum you fall into.</li>
<li>A useful transition can change mostly <strong>Λ</strong>, without wrecking particle masses, chemistry, or dimensionality.</li>
<li>Something — structures, information, observers — can <strong>survive the wall</strong> or be reconstructed behind it.</li>
</ol>
<p>On (1): the <a href="https://arxiv.org/abs/hep-th/0004134" target="_blank" rel="noopener">Bousso–Polchinski construction</a> realizes a dense “discretuum” of Λ values from multiple quantized four-form fluxes, with transitions mediated by membrane nucleation. But it is not a vending machine with buttons labeled <em>same chemistry, one-tenth the dark energy</em>: changing flux moves the moduli fields and drags other low-energy physics with it. On (3): in high-dimensional landscapes the fastest decay is not always a careful single step — <a href="https://arxiv.org/abs/1004.3994" target="_blank" rel="noopener">Brown & Dahlen</a> showed regimes where one large collective “giant leap” dominates, which is terrible news for anyone trying to aim. On (4): this is the crucial engineering problem, and Brown himself stresses it. On (5): <a href="survival.html">Chapter III</a> is entirely about it.</p>
<div class="box box-physics">
<p class="box-label">Physics — what a “targeted” transition would mean</p>
<p>The most survivable version on the table: a membrane discharge that steps a four-form flux contribution to Λ down by one unit while leaving Standard Model couplings approximately intact. Existing planets and organisms would experience a violent wall crossing and altered large-scale geometry — but not the immediate dissolution of atoms. Generic landscape transitions are far less friendly: shifted electron and quark masses, broken nuclear binding, changed dimensionality, no stable matter at all, or a negative-Λ interior that recollapses to a crunch. The gap between “targeted flux step” and “generic transition” is exactly the gap between terraforming and omnicide.</p>
</div>
<div class="box box-story">
<p class="box-label">Story hook — the map is the weapon</p>
<p>Everything dangerous in this chapter is <em>knowledge</em>: which vacua neighbour ours, which membranes are light, which catalysts work. Landscape cartography is gain-of-function cosmology, and publishing the decay-channel map is the proliferation event. Chapter VI’s cartography institute lives in this box.</p>
</div>
</section>
<!-- ================================================================ -->
<section class="sec sources">
<h4>Sources & further anchors</h4>
<ul>
<li><a href="https://doi.org/10.1103/PhysRevD.21.3305" target="_blank" rel="noopener">Coleman & De Luccia (1980)</a> — gravitational effects on and of vacuum decay: the CDL bubble.</li>
<li><a href="https://arxiv.org/abs/1205.6497" target="_blank" rel="noopener">Degrassi <em>et al.</em> (2012)</a> and <a href="https://arxiv.org/abs/1307.3536" target="_blank" rel="noopener">Buttazzo <em>et al.</em> (2013)</a> — Higgs/top masses and the near-critical metastability of the Standard Model vacuum (lifetime ~10¹⁶¹ yr).</li>
<li><a href="https://doi.org/10.1038/302508a0" target="_blank" rel="noopener">Hut & Rees (1983)</a> — cosmic-ray collisions as an empirical bound on induced vacuum decay.</li>
<li><a href="https://arxiv.org/abs/1503.07331" target="_blank" rel="noopener">Burda, Gregory & Moss (2015)</a> — black holes as bubble nucleation seeds; bounds on light primordial black holes.</li>
<li><a href="https://arxiv.org/abs/hep-th/0004134" target="_blank" rel="noopener">Bousso & Polchinski (2000)</a> — the flux discretuum; <a href="https://arxiv.org/abs/1004.3994" target="_blank" rel="noopener">Brown & Dahlen (2010)</a> — small steps and giant leaps in multi-flux landscapes.</li>
<li><a href="https://arxiv.org/abs/hep-th/9402104" target="_blank" rel="noopener">Crane (1994)</a> — the meduso-anthropic principle; <a href="https://arxiv.org/abs/0908.1803" target="_blank" rel="noopener">Crane & Westmoreland</a> — black-hole starship engines. <a href="https://en.wikipedia.org/wiki/Kugelblitz_(astrophysics)" target="_blank" rel="noopener">Kugelblitz</a> — including the photon self-quenching result.</li>
<li><a href="https://www.dwarkesh.com/p/adam-brown" target="_blank" rel="noopener">Adam Brown on the Dwarkesh Podcast (2024)</a> — vacuum decay as deliberate engineering; the assumption stack; “your whole future light cone.”</li>
</ul>
</section>
<nav class="chapter-nav">
<a class="card c-light" href="index.html"><span class="dir">← Home</span><span class="card-title">The Vacuum Game</span></a>
<a class="card c-machine next" href="game.html"><span class="dir">Next · Chapter II →</span><span class="card-title">The Game</span></a>
</nav>
</main>
</div>
<footer class="site-footer">
<p>THE VACUUM GAME · CHAPTER I — THE RULEBOOK</p>
</footer>
</body>
</html>