-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevidence.html
More file actions
456 lines (397 loc) · 53.7 KB
/
Copy pathevidence.html
File metadata and controls
456 lines (397 loc) · 53.7 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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>V · The Suspicious Universe — The Vacuum Game</title>
<meta name="description" content="Five exhibits: the Higgs knife edge, Λ = 10⁻¹²² as policy, the missing primordial black holes, the shape of a bubble interior, and a drifting dark energy — real measured facts read twice.">
<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/evidence.js"></script>
<style>
/* page-local: the fixed three-reading element used by every exhibit */
.readings {
margin: 2rem 0 2.2rem;
border: 1px solid var(--hairline);
border-radius: 10px;
overflow: hidden;
background: linear-gradient(180deg, rgba(233,231,226,0.028), rgba(233,231,226,0.008));
}
.readings .rd-head {
font-family: var(--font-mono);
font-size: 0.62rem;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--muted);
margin: 0;
padding: 0.7rem 1.15rem 0.65rem;
background: rgba(233,231,226,0.03);
border-bottom: 1px solid var(--hairline);
}
.readings .rd-head .rd-sep { color: var(--vac-light); margin: 0 0.55em; }
.readings .rd {
display: grid;
grid-template-columns: 10.5rem minmax(0, 1fr);
gap: 0.15rem 1.15rem;
padding: 0.9rem 1.15rem 0.95rem;
border-left: 3px solid var(--rd-c, var(--muted));
}
.readings .rd + .rd { border-top: 1px solid var(--hairline); }
.readings .rd-label {
font-family: var(--font-mono);
font-size: 0.63rem;
letter-spacing: 0.16em;
text-transform: uppercase;
line-height: 1.5;
color: var(--rd-c, var(--muted));
margin: 0.18rem 0 0;
}
.readings .rd-no {
font-family: var(--font-body);
font-size: 1.05rem;
letter-spacing: 0;
margin-right: 0.35em;
vertical-align: -0.08em;
}
.readings .rd-body { margin: 0; font-size: 0.99rem; line-height: 1.62; color: var(--ink-2); }
.readings .rd-body strong { color: var(--ink); }
.readings .rd-fact { --rd-c: var(--vac-light-bright); }
.readings .rd-mundane { --rd-c: var(--vac-false); }
.readings .rd-type3 { --rd-c: var(--vac-ascent); }
@media (max-width: 720px) {
.readings .rd { grid-template-columns: 1fr; gap: 0.35rem; }
}
</style>
</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="ascent">
<div class="hero-inner">
<p class="eyebrow">Chapter V<span class="sep">·</span>The evidence</p>
<h1>The Suspicious Universe</h1>
<p class="thesis">Chapter IV's engineered cosmology is not decoration: it makes <strong>predictions</strong> about what a gardened universe should look like from the inside. This chapter is the case file. Five exhibits, five measured facts, each read twice — once by standard physics, once as policy. None of it is evidence in the scientific sense, and no measured number has to change. That is what makes it usable.</p>
</div>
</div>
<div class="page">
<aside class="toc" aria-label="Table of contents"></aside>
<main class="content">
<!-- ================================================================ -->
<section class="sec">
<h2 id="frame"><span class="secnum">5.1 · The frame</span>What a reproductively fit universe would look like from inside</h2>
<p class="lede">A case file is not a proof. It is a list of things that would have to be true if the story were true — followed by the observation that they are.</p>
<p><a href="evolution.html#pressures">Chapter IV</a> ended with selection pressures: traits that make a vacuum-plus-civilization lineage leave descendants. Read forward, those pressures become a specification, and if our universe is a product — a vacuum installed, tended, and eventually reproduced by somebody, in the Type III sense of <a href="evolution.html#taxonomy">the taxonomy</a> — it should carry that specification's marks. Five marks, five exhibits.</p>
<div class="tbl-wrap">
<table class="tbl">
<caption>The specification, and where each line is tested</caption>
<thead>
<tr><th>Selection pressure (Chapter IV)</th><th>Prediction for a gardened universe</th><th>Exhibit</th></tr>
</thead>
<tbody>
<tr><td>Metastability with a maturity switch</td><td>Metastable, but not too unstable: long-lived enough to raise gardeners, triggerable enough to be reproduced</td><td><a href="#higgs">A · the knife edge</a></td></tr>
<tr><td>Causal compartmentalization</td><td>A firebreak: positive Λ, but only just — horizons that eventually quarantine every actor</td><td><a href="#lambda">B · Λ = 10⁻¹²²</a></td></tr>
<tr><td>Governability</td><td>Swept of natural detonators, so that no careless descendant can fire by accident</td><td><a href="#pbh">C · the missing seeds</a></td></tr>
<tr><td>Descent (being a product at all)</td><td>Bubble-interior signatures: slightly open geometry, possibly a collision scar</td><td><a href="#curvature">D · the shape of the sky</a></td></tr>
<tr><td>Maintenance</td><td>Parameters that may still be under adjustment</td><td><a href="#desi">E · a drifting Λ</a></td></tr>
</tbody>
</table>
</div>
<p>Every exhibit gets the same three-part treatment, which is this chapter's discipline: <strong>① the measured fact</strong>, as the literature reports it; <strong>② the mundane reading</strong>, what a working physicist would say; <strong>③ the Type III reading</strong>, what the fact means if we are inside somebody's garden. The columns are never merged; where the fiction outruns the data, a caveat box says so.</p>
<div class="box box-caveat">
<p class="box-label">Caveat — the rule of this chapter</p>
<p>None of this is evidence in the scientific sense. No measurement here discriminates between "gardened universe" and "ordinary universe with several unexplained numbers in it", and every exhibit has a mundane reading a physicist would prefer on parsimony. What the chapter offers is a <strong>consistency check</strong>: the engineered-cosmology story can be told without contradicting a single measured value — weaker than evidence, and a much better foundation for fiction, because nothing has to change. The novel's characters are entitled to be more convinced than you are; that gap is the drama.</p>
</div>
<h3>The one bound that is real: we are still here</h3>
<p>Before the exhibits, the constraint that makes all of them worth arguing about. The universe is 13.8 Gyr old, we are intact, and vacuum decay is irreversible. That jointly bounds the product</p>
<div class="eq">$$\big(\text{density of capable civilizations}\big)\times\big(\text{propensity to trigger}\big)$$</div>
<p>because any large value, sustained over cosmic time, would have converted our past light cone long ago. <a href="https://arxiv.org/abs/astro-ph/0512204" target="_blank" rel="noopener">Tegmark and Bostrom</a> worked the general version from the survival of Earth; <a href="game.html#anthropic">Chapter II</a> runs the game-theoretic consequences. The bound is genuinely informative and genuinely weak: a product can be satisfied several ways. Three are live, and each is a different novel.</p>
<div class="card-grid">
<div class="card c-light"><span class="card-no">Interpretation one</span><span class="card-title">Nobody can do it yet</span><p>The trigger threshold sits above every reach so far — consistent with <a href="physics.html#rule4">Rule four</a> and the <a href="https://doi.org/10.1038/302508a0" target="_blank" rel="noopener">Hut–Rees</a> floor. Add <a href="https://arxiv.org/abs/2102.01522" target="_blank" rel="noopener">Hanson</a>'s grabby-aliens earliness argument, which makes us plausibly among the <em>first</em> capable civilizations, and the sky is empty because the game has not started. The novel is a first-mover story: we are the ones deciding.</p></div>
<div class="card c-harbour"><span class="card-no">Interpretation two</span><span class="card-title">They exist, and they coordinate</span><p>Capable civilizations are out there and have not fired, which means the coordination problem of <a href="game.html#cooperation">Chapter II § cooperation</a> was solved — by correlated decision theories, by kinship, by a Schelling vacuum, or by somebody's monopoly. The novel is a contact story where the first thing you must learn is the treaty.</p></div>
<div class="card c-ascent"><span class="card-no">Interpretation three</span><span class="card-title">We are already inside</span><p>Our vacuum is not the original — it is somebody's installed phase, and the fine-tunings are their settings. Every exhibit below is then not a coincidence but a specification sheet, and the sky is paperwork left by the previous administration. The novel is an archaeology story, and Exhibit D is how it ends.</p></div>
</div>
<p>Note what the interpretations share: nothing about the physics changes between them. They differ only in who wrote the numbers down — which is why the rest of this chapter is about numbers.</p>
</section>
<!-- ================================================================ -->
<section class="sec">
<h2 id="higgs"><span class="secnum">5.2 · Exhibit A</span>The Higgs sits on the knife edge</h2>
<p class="lede">Prediction: a lineage needs a vacuum that lasts long enough to raise gardeners and is triggerable enough for the gardeners to reproduce it. Perfect stability is reproductive sterility.</p>
<p>Start with the mechanism, because the fact only bites once you see how contingent it is. The Higgs self-coupling \(\lambda\) is not a constant: like every coupling in quantum field theory it <span class="gl" data-g="Renormalization-group running: the effective strength of an interaction depends on the energy scale at which you probe it, and quantum corrections make it drift as you change scale.">runs</span> with the scale at which you measure it. The dominant contribution is negative, from the top quark — the heaviest thing the Higgs couples to:</p>
<div class="box box-toolkit">
<p class="box-label">Toolkit — why the vacuum has a second minimum at all</p>
<div class="eq">$$\beta_\lambda \;=\; \frac{d\lambda}{d\ln\mu} \;\simeq\; \frac{1}{16\pi^2}\Big(24\lambda^2 \;-\; 6\,y_t^4 \;+\; \ldots\Big)$$</div>
<p>The \(-6\,y_t^4\) term is the top quark dragging \(\lambda\) downward as you run to higher scales \(\mu\). For the measured masses, \(\lambda\) crosses zero around \(10^{10}\)–\(10^{12}\) GeV: above that, the effective potential turns over and a deeper minimum opens at enormous field values. That is our second valley, and its existence is decided by a race between the Higgs mass (which sets \(\lambda\) at the start) and the top mass (which sets how fast it falls). Change either by a couple of GeV and the answer changes qualitatively.</p>
</div>
<p>So the stability of empty space is a two-number question, and both numbers are measured. Plotted against each other they give the phase diagram <a href="https://arxiv.org/abs/1205.6497" target="_blank" rel="noopener">Degrassi</a>, <a href="https://arxiv.org/abs/1307.3536" target="_blank" rel="noopener">Buttazzo</a> and collaborators made famous: a plane divided into <em>stability</em>, <em>metastability</em> and <em>instability</em>. We land in the metastable band — not in the middle of it, but within roughly one standard deviation of the line separating metastability from absolute stability. The literature's word for this position: <span class="gl" data-g="Near-critical: sitting close to the boundary between two phases, so that a small change in the input parameters would move you across it. Here it means the Standard Model vacuum is only barely unstable.">near-critical</span>.</p>
<div class="readings">
<p class="rd-head">Exhibit A<span class="rd-sep">·</span>three readings</p>
<div class="rd rd-fact">
<p class="rd-label"><span class="rd-no">①</span>The measured fact</p>
<p class="rd-body">\(m_H = 125.1 \pm 0.17\) GeV, \(m_t \approx 172.7 \pm 0.5\) GeV. Run through the Standard Model's two-loop renormalization-group equations, those two numbers place the electroweak vacuum in the <strong>near-critical metastable sliver</strong> of the \((m_H, m_t)\) plane, with a decay lifetime around <strong>10¹⁶¹ years</strong> — "with gloriously absurd error bars", the number being an exponential of a computed quantity. Degrassi, Buttazzo <em>et al.</em>, 2012–13, refined many times since.</p>
</div>
<div class="rd rd-mundane">
<p class="rd-label"><span class="rd-no">②</span>The mundane reading</p>
<p class="rd-body">A coincidence — or a clue about physics at the top of the ladder. Near-criticality smells like a boundary condition imposed at the Planck scale, and respectable attempts explain it that way (Higgs inflation, asymptotic safety, criticality as a multiverse selection effect). It may also be partly an artefact: the result is exquisitely sensitive to \(m_t\), and assumes nothing new enters between the electroweak scale and \(10^{19}\) GeV.</p>
</div>
<div class="rd rd-type3">
<p class="rd-label"><span class="rd-no">③</span>The Type III reading</p>
<p class="rd-body">The knife edge <strong>is the design specification</strong>. A perfectly stable vacuum cannot reproduce; a wildly unstable one never survives long enough to raise anything capable of reproducing it. Fitness demands exactly this compromise — stable enough to grow gardeners, triggerable enough for the gardeners to fire. We are not near the edge by accident, but because being near the edge is the trait under selection.</p>
</div>
</div>
<figure class="fig">
<div class="fig-panel">
<canvas id="fig-higgs"></canvas>
<div class="fig-controls">
<span class="chip terminal"><i></i>instability</span>
<span class="chip false"><i></i>metastability</span>
<span class="chip harbour"><i></i>stability</span>
<span class="chip light"><i></i>near-critical / us</span>
<span style="color:var(--muted)">hover the plane for coordinates</span>
</div>
</div>
<figcaption class="fig-caption"><span class="fig-no">FIG V.1 — The phase diagram of empty space.</span>
Higgs mass across, top-quark mass up. Raise the top mass and the vacuum destabilizes; raise the Higgs mass and it stabilizes. Three phases: <em>instability</em> (no long-lived vacuum), <em>metastability</em> (a finite but absurdly long lifetime), <em>stability</em> (nothing to decay to — and nothing to reproduce with). The gold dot is us, with ±1σ and ±2σ error ellipses; the top-mass uncertainty dominates, so the vertical extent is what matters. We sit in the bright <em>near-critical</em> strip, about one standard deviation from absolute stability. Hover anywhere for coordinates and the verdict for that universe. Schematic after Degrassi/Buttazzo <em>et al.</em>: exact contours depend on loop order and on which top-mass definition you feed in.</figcaption>
</figure>
<div class="box box-caveat">
<p class="box-label">Caveat — how much weight the knife edge can carry</p>
<p>Three soft spots, worth knowing before a character claims too much. First, the top mass: what colliders measure is not cleanly the quantity the calculation wants (pole mass versus \(\overline{\text{MS}}\) mass, plus modelling systematics), and a shift of one to two GeV moves us across the stability line. Second, the phase boundary moves with loop order and with any new particle above the electroweak scale — the diagram assumes a Standard Model desert all the way up. Third, "10¹⁶¹ years" is a semiclassical estimate whose uncertainty lives in the exponent; treat it as "vastly longer than the age of the universe, and finite", not as a date. The metastability is robust; its exact distance from the edge is not.</p>
</div>
<div class="box box-story">
<p class="box-label">Story hook — first contact was a plot on a slide</p>
<p>In the fiction, the Higgs metastability measurement <em>is</em> first contact — the moment the species is handed, without ceremony, the one fact that identifies its vacuum as a reproductive organ. The LHC result is not a discovery; it is <strong>enlistment papers</strong>. Everything in <a href="fiction.html#engines">Chapter VI § story engines</a> is downstream of somebody in 2012 noticing which sliver of the plane the dot fell into, and going very quiet. A good scene: the graduate student who plots the error ellipse and understands, before anyone tells her, that she is looking at a specification and not a coincidence.</p>
</div>
</section>
<!-- ================================================================ -->
<section class="sec">
<h2 id="lambda"><span class="secnum">5.3 · Exhibit B</span>Λ = 10⁻¹²² reads like a policy number</h2>
<p class="lede">Prediction: two of the specification's requirements pull in opposite directions, so the value we observe should look like a settlement rather than an optimum.</p>
<p>Chapter I states the tension fully; worth restating in one breath. <a href="physics.html#rule5">Rule five</a>: computation wants \(\Lambda \le 0\). A de Sitter universe has a horizon temperature around <strong>10⁻³⁰ K</strong>, which floors the thermodynamic cost of erasing a bit, and a horizon entropy of about <strong>10¹²² bits</strong>, which caps everything that will ever be thought inside it. Flatten Λ to zero and the cap lifts: <a href="https://doi.org/10.1103/RevModPhys.51.447" target="_blank" rel="noopener">Dyson</a>-style strategies give unbounded total thought. <a href="physics.html#rule3">Rule three</a>: security wants \(\Lambda > 0\). Positive Λ gives every event a cosmological event horizon, so no bubble wall reaches beyond roughly <strong>17 Gly</strong> comoving of its trigger. Dark energy is the firebreak — per <a href="game.html#casee">Case E</a>, the only arms-control mechanism enforced by relativity rather than trust.</p>
<p>Those are not two views of one preference but opposed constraints, and any actual universe has to sit somewhere on the axis between them. Ours sits at a positive value about 122 orders of magnitude below naive quantum field theory's estimate: small enough that galaxies assembled and there is an enormous engineering future, large enough that horizons will eventually wall off every actor from every other.</p>
<div class="readings">
<p class="rd-head">Exhibit B<span class="rd-sep">·</span>three readings</p>
<div class="rd rd-fact">
<p class="rd-label"><span class="rd-no">①</span>The measured fact</p>
<p class="rd-body">Λ is positive and roughly <strong>10⁻¹²² in <span class="gl" data-g="Natural or Planck units: measure everything in terms of ħ, c and G, which fixes a single length, time and energy scale. Λ expressed this way is dimensionless — and about 10⁻¹²².">natural units</span></strong> — the vacuum energy density is about \(10^{-122}\) times the scale quantum field theory suggests. Accelerating expansion is measured by supernovae, baryon acoustic oscillations and the CMB, in agreement. The consequences: a horizon temperature near 10⁻³⁰ K, a horizon entropy near 10¹²² bits, and a maximum comoving reach of about 17 Gly for anything at or below lightspeed.</p>
</div>
<div class="rd rd-mundane">
<p class="rd-label"><span class="rd-no">②</span>The mundane reading</p>
<p class="rd-body">Anthropic selection in a landscape, in <a href="https://doi.org/10.1103/PhysRevLett.59.2607" target="_blank" rel="noopener">Weinberg</a>'s sense: if Λ varies across a vast ensemble of vacua, observers arise only where it is small enough for structure to form, so the observed value should be near the largest compatible with galaxies. No decision, only a filter. The residual puzzle is quantitative: the observed value sits toward the <em>low</em> end of what galaxy formation alone would permit, and how uncomfortable that is depends on which measure you count observers with — unresolved.</p>
</div>
<div class="rd rd-type3">
<p class="rd-label"><span class="rd-no">③</span>The Type III reading</p>
<p class="rd-body">The settlement a legislature of gardeners would reach. Computation lobbies for \(\Lambda \le 0\); security for \(\Lambda > 0\); the compromise is <strong>the smallest firebreak that still quarantines every future actor</strong>, bought at the price of a finite future. <strong>10⁻¹²² isn't luck, it's policy</strong> — and read this way, the low end of the anthropically allowed window is not a puzzle but a signature: a filter would leave you near the edge of viability, a policy leaves you room to work.</p>
</div>
</div>
<figure class="fig">
<div class="fig-panel">
<canvas id="fig-lambda"></canvas>
<div class="fig-controls">
<span class="ctl"><label for="lm-pos">Pick your Λ</label><input type="range" id="lm-pos" min="0" max="1" step="0.0025" value="0.6725" data-out="lm-pos-out"><output id="lm-pos-out"></output></span>
<button class="btn primary" id="lm-reset">Back to ours</button>
</div>
</div>
<figcaption class="fig-caption"><span class="fig-no">FIG V.2 — The policy axis.</span>
A stylized signed-logarithmic axis in Λ, from terminal negative values through exactly zero and out into sterility. Drag the marker to legislate: the verdict strip reads out what that universe is for. The two demands point opposite ways — <em>computation</em> pulls left toward the harbour value, where a Λ = 0 vacuum permits unbounded Dyson-style thought and offers no horizon to hide behind; <em>security</em> pulls right, since only a positive Λ eventually separates actors beyond each other's reach. The blue dot is ours, at Λ ≈ 10⁻¹²²: horizon temperature ~10⁻³⁰ K, horizon entropy ~10¹²² bits, blast radius capped at ~17 Gly comoving. Positions are illustrative; zone edges are soft and the axis is not to scale.</figcaption>
</figure>
<div class="box box-physics">
<p class="box-label">Physics — the three numbers, and where they come from</p>
<p>For a de Sitter universe with Hubble rate \(H = \sqrt{\Lambda/3}\), the horizon sits at \(R_H = c/H\), and:</p>
<div class="eq">$$T_H = \frac{\hbar H}{2\pi k_B} \sim 10^{-30}\,\text{K}, \qquad S_H = \frac{k_B c^3 A}{4G\hbar} = \frac{\pi k_B c^5}{G \hbar \Lambda} \sim 10^{122}, \qquad \chi_{\max} = \frac{c}{H} \approx 17\ \text{Gly}$$</div>
<p>All three scale with Λ, and in tension: raising Λ shrinks the firebreak radius \(\chi_{\max}\) (good for containment) but also shrinks the entropy budget \(S_H\) (bad for everything else), since \(S_H \propto 1/\Lambda\). The <span class="gl" data-g="Landauer's principle: erasing one bit of information costs at least k·T·ln2 of energy. A temperature floor therefore imposes a minimum price per irreversible operation, and a finite energy supply buys finitely many.">Landauer floor</span> set by \(T_H\) converts that budget into a hard ceiling on total future computation. This is why the axis in FIG V.2 is a policy axis and not a preference axis: no setting maximizes both.</p>
</div>
<div class="box box-story">
<p class="box-label">Story hook — the Lambda Vote</p>
<p>If Λ is policy, it was decided, which means there was a deliberation, which means there were losers. <a href="fiction.html#engines">Chapter VI</a> calls it the Lambda Vote: the permanent constitutional argument over whether to lower the firebreak toward the harbour value and buy an infinite future at the cost of every quarantine in existence. The party of infinite thought is not evil and the party of the firebreak is not cowardly; they weight a finite certainty against an unbounded risk, and — as <a href="physics.html#rule5">Rule five</a> notes — that comparison breaks expected-utility reasoning outright. Factions form around <em>how you count</em>, which makes <a href="evolution.html#measure">the measure problem</a> a political question here, not an academic one.</p>
</div>
</section>
<!-- ================================================================ -->
<section class="sec">
<h2 id="pbh"><span class="secnum">5.4 · Exhibit C</span>The detonators are missing</h2>
<p class="lede">Prediction: a universe handed to inexperienced descendants should have had the loose ordnance removed first.</p>
<p><a href="physics.html#rule4">Rule four</a> established that triggering vacuum decay is hard on purpose, and that the one credible natural catalyst in the literature is a small black hole. <a href="https://arxiv.org/abs/1503.07331" target="_blank" rel="noopener">Gregory, Moss and Burda</a> showed that a black hole in the late stages of Hawking evaporation — below about <strong>10⁹ kg</strong> — is a nucleation seed that enhances the decay rate enormously. They published it partly as a <em>bound</em>: a universe well stocked with such objects would not have lasted 13.8 Gyr, so they must be rare.</p>
<p>The arithmetic that makes the bound bite is the evaporation clock. A black hole's Hawking lifetime scales as the cube of its mass, and the mass whose lifetime equals the age of the universe is around \(10^{11}\)–\(10^{12}\) kg. Any <span class="gl" data-g="Primordial black holes: black holes formed in the first fraction of a second from unusually dense patches in the early universe, rather than from collapsing stars. Their masses are set by the horizon size at formation and can be far below stellar.">primordial black hole</span> born lighter has already finished evaporating — and on its way out necessarily passed down through the seeding window below 10⁹ kg. The constraint is therefore not on how many are here now, but on how many were ever made.</p>
<div class="readings">
<p class="rd-head">Exhibit C<span class="rd-sep">·</span>three readings</p>
<div class="rd rd-fact">
<p class="rd-label"><span class="rd-no">①</span>The measured fact</p>
<p class="rd-body">No population of light black holes has ever been detected, and none of the indirect traces they would leave — a gamma-ray background from their final evaporation, in particular. The <em>observed</em> mass spectrum begins around \(10^{30}\) kg with stellar remnants (LIGO/Virgo, X-ray binaries) and resumes at supermassive scales. Below \(10^{12}\) kg the shelf is empty, and it must be: the seeding argument says a well-stocked shelf is incompatible with our existence.</p>
</div>
<div class="rd rd-mundane">
<p class="rd-label"><span class="rd-no">②</span>The mundane reading</p>
<p class="rd-body">Inflation simply never made them. The primordial fluctuation spectrum is close to scale-invariant with amplitude around \(10^{-5}\), and primordial-black-hole formation is <em>exponentially</em> sensitive to that amplitude — so an appreciable abundance at any mass requires a special feature in the spectrum, engineered into the inflationary model by hand. No sweeping is needed to explain a shelf that was never stocked.</p>
</div>
<div class="rd rd-type3">
<p class="rd-label"><span class="rd-no">③</span>The Type III reading</p>
<p class="rd-body">The shelf was <strong>swept</strong>. Detonators lying about at asteroid mass would let any careless descendant end a domain by accident — exactly the governability failure Chapter IV's selection pressures penalize — so a gardener clears them before handing over the keys. In this reading the dark-matter programme is <strong>archaeology of a disarmament</strong>, and every null result another page of a treaty nobody alive has read.</p>
</div>
</div>
<figure class="fig">
<div class="fig-panel">
<canvas id="fig-pbh"></canvas>
<div class="fig-controls">
<button class="btn" id="pbh-counter" aria-pressed="false">Show an unswept universe</button>
<span class="chip false"><i></i>known / allowed populations</span>
<span class="chip terminal"><i></i>seeding window</span>
</div>
</div>
<figcaption class="fig-caption"><span class="fig-no">FIG V.3 — The swept shelf.</span>
Black-hole mass across, 31 decades of it, against a schematic abundance. The hatched red band below 10⁹ kg is the Gregory–Moss–Burda seeding window: a hole evaporating through it is a nucleation catalyst. The gold line at ~10¹² kg is the evaporation clock — anything born lighter has already fallen through. Observed populations start thirty orders of magnitude to the right; the asteroid-mass band is the one window where primordial black holes could still be the dark matter without contradicting anything. Toggle the counterfactual for a spectrum that <em>was</em> stocked, and the reason we are not in that universe to plot it. Explicitly schematic — bar heights carry no numerical content, only presence and absence.</figcaption>
</figure>
<div class="box box-caveat">
<p class="box-label">Caveat — an absence is a weak witness</p>
<p>Two honest deductions from the emptiness of the shelf. First, as <a href="physics.html#rule4">Rule four</a> flagged, whether black-hole seeding actually produces rapid decay of the <em>Standard Model</em> Higgs vacuum is disputed: the enhancement is a semiclassical result in a class of models, not a settled fact about our vacuum. If it fails, no sweeping was ever necessary and this exhibit evaporates with the black holes. Second, "conspicuously absent" does two jobs at once: part real observational limit, part the survival argument itself — we infer scarcity partly <em>because</em> we are here to infer it. That is anthropically circular in exactly the way the fiction wants and the physics does not.</p>
</div>
<div class="box box-story">
<p class="box-label">Story hook — the exhaust of a disarmament</p>
<p>Sweeping 10⁹-kg black holes out of a young universe is not a quiet operation; it is an industrial programme with a waste stream. Give your astronomers a residual — an unexplained spectral line, a diffuse background with the wrong shape, an isotope ratio no stellar population produces — and let Chapter V's protagonist reconstruct a cleanup schedule from it. The dual-use sting from Chapter I lands here too: the same objects are the best starship engines anyone knows how to build (<a href="survival.html#rindler">Chapter III § Rindler arks</a>). Somebody disarmed the universe by confiscating its engines, and everything that flies since flies on a permit.</p>
</div>
</section>
<!-- ================================================================ -->
<section class="sec">
<h2 id="curvature"><span class="secnum">5.5 · Exhibit D</span>The shape of a bubble interior</h2>
<p class="lede">Prediction: if we are inside somebody's bubble, the geometry of the sky should say so — and this is the one exhibit a future survey could actually settle.</p>
<p>Here the physics is unusually specific. A <a href="https://doi.org/10.1103/PhysRevD.21.3305" target="_blank" rel="noopener">Coleman–De Luccia</a> bubble does not have a flat interior. The nucleation event is spherically symmetric in the Euclidean solution, and continued back to real time the wall traces a hyperboloid whose interior is foliated by <span class="gl" data-g="Open FRW universe: a homogeneous expanding cosmology whose spatial slices have negative curvature — hyperbolic rather than flat or spherical. Parallel lines diverge; the volume within a given radius grows faster than r³.">open FRW slices</span>. Anyone inside a CDL bubble lives with <strong>negative spatial curvature</strong>, \(K \lt 0\). Inflation inside the bubble drives that curvature toward zero — the standard "open inflation" construction — but never quite to zero, and if the e-folds after nucleation were modest, a residual openness could still be within reach of measurement.</p>
<p>Second signature: bubbles have neighbours. If another bubble nucleated in our parent vacuum and collided with ours before the interior cooled, the collision imprints a <strong>disk-shaped</strong> feature on the microwave sky — a circular region with a temperature offset and a discontinuity at its edge, because the collision breaks isotropy along one direction only. A real prediction with real searches behind it, and the searches have come up empty.</p>
<div class="box box-physics">
<p class="box-label">Physics — the sign convention, because it trips everyone</p>
<p>An open universe has negative spatial curvature, \(K \lt 0\). The density parameter is conventionally defined with a minus sign, \(\Omega_k \equiv -Kc^2/(a_0 H_0)^2\), so <em>open</em> corresponds to \(\Omega_k \gt 0\). The measured bound is quoted as a magnitude — <strong>|Ω_k| ≲ 0.002</strong> from <a href="https://arxiv.org/abs/1807.06209" target="_blank" rel="noopener">Planck</a> plus baryon-acoustic-oscillation data — sign-agnostic and therefore safe. When this chapter says "slightly open" it means \(K \lt 0\) and \(\Omega_k\) slightly positive; "slightly negative curvature" is talking about \(K\). Both describe the same hyperbolic sky.</p>
</div>
<div class="readings">
<p class="rd-head">Exhibit D<span class="rd-sep">·</span>three readings</p>
<div class="rd rd-fact">
<p class="rd-label"><span class="rd-no">①</span>The measured fact</p>
<p class="rd-body">Current bounds give <strong>|Ω_k| ≲ 0.002</strong> — consistent with exactly flat, with room left for a small openness. No confirmed bubble-collision scar: dedicated <a href="https://arxiv.org/abs/1012.1995" target="_blank" rel="noopener">searches</a> for the predicted circular temperature discontinuity in WMAP and Planck maps find no significant candidate. Both results are nulls, and both are quoted honestly as nulls.</p>
</div>
<div class="rd rd-mundane">
<p class="rd-label"><span class="rd-no">②</span>The mundane reading</p>
<p class="rd-body">Inflation flattened everything. Sixty-odd e-folds drive curvature far below anything observable, so \(\Omega_k \approx 0\) is what both a generic flat universe <em>and</em> a heavily inflated bubble interior predict — the measurement does not discriminate. And anomalous disks turn up in maps because maps offer many places to look: the <span class="gl" data-g="Look-elsewhere effect: if you search a large data set for a feature at any position, scale and orientation, some apparently unlikely feature will appear by chance. Significance must be corrected for the number of places you looked.">look-elsewhere effect</span> is the standard cautionary reading of the CMB Cold Spot.</p>
</div>
<div class="rd rd-type3">
<p class="rd-label"><span class="rd-no">③</span>The Type III reading</p>
<p class="rd-body">This is the exhibit that can still be <em>settled</em>. Small open curvature alone is ambiguous and a single disk anomaly alone is noise, but the <strong>combination</strong> — a survey reporting \(\Omega_k \ne 0\) at high significance, plus one disk-shaped scar in the right place — is not a hint. It is a reading of the last transition, and the day it is announced is the day humanity learns which room it has been standing in.</p>
</div>
</div>
<figure class="fig">
<div class="fig-panel">
<canvas id="fig-cmb"></canvas>
<div class="fig-controls">
<button class="btn" id="cmb-scar" aria-pressed="false">What the survey would see</button>
<span class="chip terminal"><i></i>hotter</span>
<span class="chip false"><i></i>colder</span>
<span class="chip light"><i></i>scar edge</span>
</div>
</div>
<figcaption class="fig-caption"><span class="fig-no">FIG V.4 — The sky with a scar.</span>
A Mollweide projection of the whole microwave sky, mottling drawn from a fixed seed — the blobs are decorative, not data. Beneath it, the curvature meter: today's bound is a band around zero, |Ω_k| ≲ 0.002, marker at flat-within-errors. Press the toggle for the announcement version: a faint disk-shaped feature with a cold interior and a sharp gold edge in one quadrant, and a curvature measurement moved off zero into the open regime. A CDL interior <em>is</em> an open FRW universe; small open curvature plus one disk anomaly is the garden's signature. Sign convention as in the box above: open means \(K \lt 0\), hence \(\Omega_k \gt 0\).</figcaption>
</figure>
<div class="box box-caveat">
<p class="box-label">Caveat — the nulls may be permanent</p>
<p>Wanting this exhibit to resolve does not make it resolvable. There is a floor: long-wavelength perturbations give an irreducible <span class="gl" data-g="Cosmic variance floor: even in a perfectly flat universe, super-horizon density fluctuations mimic a small curvature, of order 10⁻⁵. Below that level, 'curvature' is not a well-defined thing to measure.">cosmic variance</span> of order \(|\Omega_k| \sim 10^{-5}\), below which the question stops having an answer. Next-generation surveys expect a few times \(10^{-4}\) at best — enough to detect an openness at the top of the allowed range, not enough to rule the idea out. On the scar side, no detection is expected: bubble collisions leave a specific profile, the searches for it are mature, and their nulls are unlikely to reverse. Chapter V's promised revelation is a real observational possibility with a modest prior, not a scheduled event.</p>
</div>
<div class="box box-story">
<p class="box-label">Story hook — the survey that must not report</p>
<p>Run the consequences of a positive result inside the fiction. A curvature detection is not an astronomy paper; it is confirmation that our vacuum has a parent, and therefore that transitions are survivable enough to have produced us — the most dangerous fact in the setting, because it converts "vacuum engineering might be possible" into "vacuum engineering has already been done, successfully, by somebody". A proliferation event of the kind <a href="physics.html#fineprint">Chapter I</a> warned about, arriving through the most innocent instrument imaginable: a galaxy survey. Someone has to decide whether to publish an \(\Omega_k\).</p>
</div>
</section>
<!-- ================================================================ -->
<section class="sec">
<h2 id="desi"><span class="secnum">5.6 · Exhibit E</span>Dark energy may be drifting</h2>
<p class="lede">Prediction: if the firebreak is a policy, and the policy is contested, the setting need not be finished. The most interesting exhibit is the one still moving.</p>
<p>Everything so far has been archaeology: facts fixed long ago, read now. Exhibit E is different: the measurement is currently in dispute — and the fiction needs it only to be live, not to be right.</p>
<p>Dark energy is characterised by its <span class="gl" data-g="Equation of state w: the ratio of a fluid's pressure to its energy density. A cosmological constant has exactly w = −1, meaning its density never changes as the universe expands. Anything else evolves.">equation of state</span> \(w = p/\rho\). A pure cosmological constant has \(w = -1\) exactly, forever, by definition — its density does not change as space expands. Anything else is not a constant. Since 2024, <a href="https://arxiv.org/abs/2503.14738" target="_blank" rel="noopener">DESI</a>'s baryon-acoustic-oscillation measurements combined with CMB and supernova data have preferred a mildly evolving \(w\), at a significance in the <strong>3–4σ</strong> range depending on which supernova compilation is folded in. The best fit has \(w\) below \(-1\) in the past and above it today: dark-energy density peaked a few billion years ago and is now <em>falling</em>.</p>
<div class="readings">
<p class="rd-head">Exhibit E<span class="rd-sep">·</span>three readings</p>
<div class="rd rd-fact">
<p class="rd-label"><span class="rd-no">①</span>The measured fact</p>
<p class="rd-body">Fitting a two-parameter form \(w(a) = w_0 + w_a(1-a)\), DESI's DR2 BAO data combined with CMB and supernovae give roughly \(w_0 \approx -0.75\), \(w_a \approx -0.86\), disfavouring \(w = -1\) at about <strong>3–4σ</strong> — 2.8σ with one supernova compilation, above 4σ with another. At face value the fit implies dark-energy density peaked around redshift \(z \approx 0.4\) and has declined since. <strong>Contested.</strong></p>
</div>
<div class="rd rd-mundane">
<p class="rd-label"><span class="rd-no">②</span>The mundane reading</p>
<p class="rd-body">Systematics, or quintessence. The significance depends on which supernova sample you trust, precisely the signature of a calibration problem rather than a discovery; and the two-parameter form is a crude template that can absorb unmodelled effects. If the drift is real, the boring explanation is a light scalar field slowly rolling — ordinary if unexplained field dynamics, no legislature required. A fit crossing \(w = -1\) is also awkward for the simplest scalar models, which many take as a hint the template, not the constant, is what is failing.</p>
</div>
<div class="rd rd-type3">
<p class="rd-label"><span class="rd-no">③</span>The Type III reading</p>
<p class="rd-body">Λ is being <strong>adjusted now</strong>. The gardeners are slow-rolling the firebreak down toward the harbour value, trading quarantine for computation by degrees rather than in one catastrophic step — the cautious version of the Lambda Vote, executed over gigayears. We are not reading a record. We are watching the count, and the declining dark-energy density is the tally.</p>
</div>
</div>
<figure class="fig">
<div class="fig-panel">
<canvas id="fig-desi"></canvas>
<div class="fig-controls">
<button class="btn" id="de-rho" aria-pressed="false">Show dark-energy density</button>
<span class="chip false"><i></i>evolving fit ± band</span>
<span class="chip light"><i></i>ρ<sub>DE</sub> / ρ<sub>today</sub></span>
<span style="color:var(--muted)">hover for values</span>
</div>
</div>
<figcaption class="fig-caption"><span class="fig-no">FIG V.5 — The drifting equation of state.</span>
Redshift across, from \(z = 2.5\) on the left to today on the right; \(w\) up. The dashed line is a true cosmological constant, \(w = -1\) at all times. The blue curve schematizes the DESI-style \((w_0, w_a)\) fit, its uncertainty band pinching near \(z \approx 0.4\) — the pivot the data constrain best — and flaring badly at high redshift, where the constraint is weak. The curve crosses \(w = -1\) at the pivot, where dark-energy density peaks: toggle the density curve to see it turn over and start down. That downturn is the whole exhibit. Honest status: a ~3–4σ preference that depends on the supernova compilation used, contested since it appeared, and it may well evaporate.</figcaption>
</figure>
<div class="box box-caveat">
<p class="box-label">Caveat — this one is genuinely contested, and may simply vanish</p>
<p>Read this before letting a character get excited. A 3–4σ preference in cosmology is not a discovery; the field's history is full of them, and the significance here moves by more than a sigma depending on which supernova compilation enters the fit — pointing at calibration systematics as readily as at new physics. The \((w_0, w_a)\) template is a two-parameter convenience, not a model, and can soak up errors in BAO modelling or sound-horizon calibration. Successive data releases, Euclid and Rubin will settle it within a decade, most likely by returning to \(w = -1\). The fiction needs only that, at the moment the story is set, the sky offers a live and respectable anomaly for the paranoid to be right about. If it dies, the character who staked a career on it is better for having been wrong.</p>
</div>
<div class="box box-story">
<p class="box-label">Story hook — the tally</p>
<p>The scene writes itself as procedure rather than revelation: a data release, a shifted contour, a working group deciding whether to say the word "evolving" in an abstract. And underneath it, one analyst who already knows what a falling Λ means — that somewhere past the horizon the vote went the other way, and the firebreak that has protected everything is being taken down by degrees, deliberately, by people who will never be identified and cannot be voted out. See <a href="fiction.html#engines">Chapter VI § story engines</a> for how the Lambda Vote is staged, and <a href="evolution.html#lifecycle">Chapter IV § the life cycle</a> for what the harbour value is <em>for</em>.</p>
</div>
</section>
<!-- ================================================================ -->
<section class="sec">
<h2 id="verdict"><span class="secnum">5.7 · The verdict</span>Five nulls, one profile</h2>
<p class="lede">Taken separately, every exhibit has a mundane reading, and in every case the mundane reading is the one to bet on. The novel's move is not to beat any of them individually but to notice that they cohere.</p>
<p>Set the five side by side and read the shape rather than the entries. A vacuum poised on the metastable knife edge — decayable, but not soon. A cosmological constant positive and minute, at exactly the value that buys an enormous engineering future while guaranteeing that every actor is eventually walled off from every other. A mass range swept clean of the one natural catalyst that could trigger it by accident. A sky whose geometry is consistent with the inside of somebody's bubble. And a dark-energy density that may, right now, be drifting downward — trading quarantine for computation.</p>
<p>Metastable trigger, policy-sized firebreak, swept detonators, a bubble-shaped sky, a drifting Λ. Each line is defensible on its own terms and none of them is evidence. Together they are a <strong>profile</strong> — not of a coincidence, but of a garden: a vacuum configured for a long safe childhood, a fireproofed nursery, and a switch left within reach of whoever grows up in it.</p>
<div class="card-grid">
<div class="card c-terminal"><span class="card-no">Falsifier one</span><span class="card-title">A stable vacuum</span><p>A revised top mass that puts us in the absolute-stability region kills Exhibit A outright — and with it the reproductive premise, since a vacuum with nothing to decay to cannot be anybody's parent or anybody's child.</p></div>
<div class="card c-terminal"><span class="card-no">Falsifier two</span><span class="card-title">The anomaly evaporates</span><p>Later data releases return \(w\) to \(-1\) and Exhibit E becomes a footnote about systematics. The most likely outcome, and the least damaging: it costs the story its present tense, not its premise.</p></div>
<div class="card c-light"><span class="card-no">Falsifier three</span><span class="card-title">Detonators found</span><p>A confirmed population of light primordial black holes would mean nobody swept anything — and would sharpen the Gregory–Moss–Burda puzzle into a genuine crisis, since it is hard to see how we survived them.</p></div>
<div class="card c-false"><span class="card-no">Falsifier four</span><span class="card-title">A better mundane story</span><p>A first-principles derivation of Λ, or a landscape measure that actually predicts 10⁻¹²², removes the need for policy at the one place the case is strongest. Exhibit B is load-bearing precisely because nobody has one.</p></div>
</div>
<p>That is the honest state of the file: a coherent profile assembled from real numbers, resting on no measurement that requires it, vulnerable at four identifiable joints. The right footing for a novel — the reader should feel the case being over-read, and still find it hard to look away from the coincidence.</p>
<div class="box box-story">
<p class="box-label">Story hook — the analyst who assembles the file</p>
<p>The chapter needs a person, and the person should not be a physicist with a theory. Make her a cartography-institute analyst — one of <a href="fiction.html#factions">Chapter VI</a>'s landscape surveyors, employed to keep the decay-channel map classified — whose job is cross-referencing published cosmology against the institute's own catalogue. She is not looking for a garden. She is checking a boundary condition, and she notices that five unrelated files agree.</p>
<p>Her realisation is administrative rather than mystical, and that is what makes it land: the fine-tunings are not miracles, they are <strong>settings</strong>, and she is reading somebody's paperwork. Which reframes the largest fact in the sky. Heat death stops being the tragedy the species has mourned since the nineteenth century and becomes an <em>evolved immune system</em> — how a lineage of universes stops any one deranged descendant from rewriting all the others. See <a href="fiction.html#twist">Chapter VI § the twist</a>, where that inversion is the reveal the whole book has been walking toward. She writes the memo. The memo is the plot.</p>
</div>
</section>
<!-- ================================================================ -->
<section class="sec sources">
<h4>Sources & further anchors</h4>
<ul>
<li><a href="https://arxiv.org/abs/1205.6497" target="_blank" rel="noopener">Degrassi <em>et al.</em> (2012)</a>, <em>Higgs mass and vacuum stability in the Standard Model at NNLO</em>, and <a href="https://arxiv.org/abs/1307.3536" target="_blank" rel="noopener">Buttazzo <em>et al.</em> (2013)</a> on near-criticality (with many refinements since) — the \((m_H, m_t)\) phase diagram and the ~10¹⁶¹ yr lifetime estimate.</li>
<li><a href="https://arxiv.org/abs/1503.07331" target="_blank" rel="noopener">Gregory, Moss & Burda (2014–15)</a> — black holes as bubble nucleation seeds; the resulting bound on light primordial black holes below ~10⁹ kg.</li>
<li><a href="https://doi.org/10.1103/PhysRevD.21.3305" target="_blank" rel="noopener">Coleman & De Luccia (1980)</a> — vacuum decay with gravity; the bubble interior as an open FRW universe. Followed by the open-inflation literature (Bucher–Goldhaber–Turok; Linde) for curvature inside a bubble.</li>
<li><a href="https://arxiv.org/abs/1807.06209" target="_blank" rel="noopener">Planck 2018</a> + BAO — curvature bound |Ω_k| ≲ 0.002. <a href="https://arxiv.org/abs/1012.1995" target="_blank" rel="noopener">Feeney <em>et al.</em> (2011)</a> and successors — searches for bubble-collision signatures in WMAP/Planck maps (null).</li>
<li><a href="https://arxiv.org/abs/2503.14738" target="_blank" rel="noopener">DESI DR2 BAO (2025)</a> with CMB and supernova compilations — the \((w_0, w_a)\) preference over ΛCDM at ~3–4σ, and the compilation dependence of that significance.</li>
<li><a href="https://doi.org/10.1103/PhysRevLett.59.2607" target="_blank" rel="noopener">Weinberg (1987)</a> — the anthropic bound on Λ from structure formation, the standard mundane reading of Exhibit B.</li>
<li><a href="https://arxiv.org/abs/astro-ph/0512204" target="_blank" rel="noopener">Tegmark & Bostrom (2005)</a> — using survival to bound catastrophe rates; <a href="https://doi.org/10.1038/302508a0" target="_blank" rel="noopener">Hut & Rees (1983)</a> for the cosmic-ray version. <a href="https://arxiv.org/abs/2102.01522" target="_blank" rel="noopener">Hanson <em>et al.</em> (2021)</a> — grabby aliens and the earliness argument.</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, and the assumption stack this chapter is testing.</li>
</ul>
</section>
<nav class="chapter-nav">
<a class="card c-harbour" href="evolution.html"><span class="dir">← Prev · Chapter IV</span><span class="card-title">Evolutionary Cosmology</span></a>
<a class="card c-terminal next" href="fiction.html"><span class="dir">Next · Chapter VI →</span><span class="card-title">Story Engines</span></a>
</nav>
</main>
</div>
<footer class="site-footer">
<p>THE VACUUM GAME · CHAPTER V — THE SUSPICIOUS UNIVERSE</p>
</footer>
</body>
</html>