This repository was archived by the owner on Mar 19, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFST_Unified_Renormalized_Energy_Framework.tex
More file actions
797 lines (644 loc) · 67.9 KB
/
FST_Unified_Renormalized_Energy_Framework.tex
File metadata and controls
797 lines (644 loc) · 67.9 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
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amsmath,amssymb,amsthm,mathtools,mathrsfs}
\usepackage{xcolor}
\usepackage[colorlinks=true,linkcolor=blue!70!black,citecolor=green!50!black,urlcolor=blue!70!black]{hyperref}
\usepackage{enumitem}
\usepackage{array}
\usepackage{geometry}
\geometry{a4paper, margin=2.5cm}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{principle}[theorem]{Principle}
\newtheorem{conjecture}[theorem]{Conjecture}
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\theoremstyle{remark}
\newtheorem{remark}[theorem]{Remark}
\newcommand{\EE}{\mathbb{E}}
\newcommand{\KL}{\mathrm{KL}}
%%\newcommand{\Ksym}{K_\sigma^{\mathrm{sym}}} % unused, kept for reference
\title{%
The Renormalized Free Energy Framework:\\
A Unified Resolution of Structural Bottlenecks through Gauge-theoretic Reformulation
}
\author{%
Lukas Geiger\\
\small Independent Researcher, Bernau, Germany\\
\small ORCID: \url{https://orcid.org/0009-0005-7296-1534}
}
\date{March 2026}
\begin{document}
\maketitle
\begin{abstract}
We present a unified mathematical framework---developed within the broader programme of \emph{Functional Stability Theory} (FST)---for the resolution of structural bottlenecks across number theory (Riemann Hypothesis), cosmology (Dark Energy), and fluid mechanics (Navier-Stokes). The framework distinguishes between three ontological layers: (1) \textbf{Established} results, specifically the gauge-theoretic stability of arithmetic kernels (FST-RH), rigorously developed as a reference instantiation with numerical verification; (2) the \textbf{Abstracted} Renormalized Free-Energy Principle (RFEP) as a universal stability meta-rule; and (3) domain-specific \textbf{Instantiations} (e.g., Navier-Stokes regularity) as physical verifications. We argue that the great unsolved problems are instances of a single structural challenge: \emph{Functional Positivity under Gauge Constraint} (Pattern~A). By identifying the universal ``Null-Tail'' property, we reduce infinite-dimensional stability problems to finite-dimensional certificates.
\end{abstract}
\tableofcontents
\section{Introduction}
The great open problems of modern mathematics and mathematical physics---the Riemann Hypothesis, the Yang--Mills mass gap, the regularity of Navier--Stokes solutions---are traditionally studied in isolation, each within its own technical framework. Yet there is growing evidence that these problems share deep structural similarities: each involves the question of whether a certain stability property (spectral gap, positivity, regularity) holds globally, given that it holds locally or approximately.
In this paper, we develop a unified framework---the \emph{Renormalized Free-Energy Principle} (RFEP)---that identifies the common structural mechanism underlying these problems. The framework is part of a broader research programme called \emph{Functional Stability Theory}\footnote{The acronym FST designates the research programme built on the RFEP; it is a programme label, not an alternative name for the RFEP itself.} (FST), which seeks to characterise stability phenomena across mathematics and physics through gauge-theoretic methods.
We introduce the concept of \emph{Pattern~A Stability Systems}---a structural archetype in which stability is invisible at leading and first order, emerging only at second order through controlled resolvent asymmetries. We argue that this pattern is instantiated across eight problems---RH, YM, NS, TU, DE, and three application cases (thermodynamic fine-tuning, chemical replicator dynamics, biological cooperation)---and that the Riemann Hypothesis serves as the reference implementation with the most complete development.
\begin{remark}[Claim levels]
\label{rem:claim-levels}
This paper operates at three distinct claim levels, which the reader should carefully distinguish:
\begin{description}
\item[Level 0 (Framework):] The RFEP (Proposition~\ref{prop:rfep-to-pattern-a}), Pattern A (Principle~\ref{thm:pattern-a-universality}), and the multi-parameter corollary (Proposition~\ref{prop:rfep-multi}) are self-contained mathematical results. Their proofs depend only on convexity theory and functional analysis. \emph{Status: proven.}
\item[Level 1 (Primary instantiation):] The application to the Riemann Hypothesis (Section~\ref{sec:fst-rh}) invokes the framework to organise the proof architecture of the companion papers~\cite{Geiger2026a,Geiger2026b,Geiger2026c}. The spectral gap constant $c_{\mathrm{gap}} \geq 0.5$ is verified numerically. \emph{Status: established with numerical verification.}
\item[Level 2 (Domain instantiations):] Level~2 results range from journal-ready (Turbulence: the DFC$\Rightarrow$NL' chain is rigorously proven, reducing empirical input to forward cascade alone) through conditional theorems with strong numerics (Yang--Mills: Kingman--Lyapunov $\lambda < 0$ confirmed for all $\beta$; Navier--Stokes: BV selection validated on three attractors) to structural frameworks (Dark Energy: screening numerically validated; BSD, Hodge, P\,vs\,NP: structural analyses and reformulations). The P vs NP instantiation identifies three concrete ``bridge targets'' (instance compression, proof complexity, PRG-based families) whose resolution would upgrade the entropic separation conjecture from a reformulation to a conditional proof. \emph{Status: ranges from journal-ready to programmatic (see individual papers).}
\end{description}
The modular architecture (Remark~\ref{rem:independence}) ensures that an error at Level~2 does not affect Levels~0 or~1.
We explicitly distinguish between \emph{circular conditionality} (where assumptions encode the conclusion) and \emph{structural reduction} (where assumptions identify precise, independently attackable sub-problems). Each domain paper specifies which assumptions are independently verifiable.
\end{remark}
\section{The Core Problem Matrix: Bottlenecks K1--K5}
The fundamental challenges in modern mathematics and physics are not disparate gaps in knowledge, but reflections of five universal structural bottlenecks (the eight specific problems instantiating these bottlenecks are listed in Section~\ref{sec:pattern-a}):
\begin{enumerate}[label=\textbf{K\arabic*:}, leftmargin=3.5em]
\item \textbf{Functional Positivity:} Stability arises only on selected quadratic forms under gauge constraints (e.g., RH, Yang-Mills).
\item \textbf{Selection Principles:} The problem is to identify which state is dynamically or thermodynamically selected (e.g., Quantum Gravity).
\item \textbf{Non-Equilibrium Order:} Structure persists exactly on the boundary between decay and chaos (e.g., Navier-Stokes, Abiogenesis).
\item \textbf{Incommensurate Scales:} High-frequency fluctuations prevent global synchronization (e.g., Prime distributions).
\item \textbf{Information Complexity:} Limits of emergent states in gigantic networks (e.g., P vs.\ NP, Consciousness). \emph{Note:} K5 identifies a structural category but lies outside the scope of the current framework; we do not claim a Pattern~A instantiation for K5 problems.
\end{enumerate}
\section{The Renormalized Free-Energy Principle}
The Renormalized Free-Energy Principle (RFEP) provides the formal resolution to these bottlenecks. For a parameter $\sigma > \sigma_c$ (which plays the role of a regularisation parameter; in the RH instantiation, $\sigma = \mathrm{Re}(s)$ with $\sigma_c = 1/2$), a reference measure $\mu_\sigma$, and an energy functional $H_\sigma$, we define the excess free energy:
\begin{equation}\label{eq:rfep}
\Phi(\sigma) = \log \EE_{\mu_\sigma}[e^{H_\sigma}] - \EE_{\mu_\sigma}[H_\sigma].
\end{equation}
\begin{remark}[Domain of definition]
\label{rem:rfep-domain}
The functional $\Phi(\sigma)$ is well-defined whenever $\EE_{\mu_\sigma}[e^{H_\sigma}] < \infty$. This is guaranteed, for instance, if $H_\sigma$ is $\mu_\sigma$-almost surely bounded above, or more generally if $e^{H_\sigma} \in L^1(\mu_\sigma)$. In all instantiations considered in this framework---where $H_\sigma$ arises as a spectral energy functional on a compact domain or a lattice with finite volume---this integrability condition is satisfied. We assume it throughout.
\end{remark}
\noindent
Since the exponential function $x \mapsto e^x$ is convex, Jensen's inequality gives $e^{\EE_{\mu_\sigma}[H_\sigma]} \le \EE_{\mu_\sigma}[e^{H_\sigma}]$, and therefore $\Phi(\sigma) \ge 0$. This non-negativity is the source of all structural positivity in the framework.
\begin{proposition}[RFEP implies Pattern A structure]
\label{prop:rfep-to-pattern-a}
Let $\Phi(\sigma)$ be the excess free energy defined in~\eqref{eq:rfep}. Suppose the reference measure $\mu_\sigma$ is independent of $\sigma$ near $\sigma_c$ \textup{(}or varies smoothly in a way that does not affect the leading cumulant structure\textup{)}, and suppose the energy functional $H_\sigma$ admits a spectral decomposition $H_\sigma = H^{(0)} + \epsilon\, H^{(1)} + \epsilon^2\, H^{(2)} + O(\epsilon^{3})$ with $\epsilon = \sigma - \sigma_c > 0$ near the critical parameter $\sigma_c$, where $H^{(0)}$ is $\mu$-almost surely constant \textup{(}deterministic\textup{)}, $H^{(k)}$ for $k \ge 1$ are $\mu$-integrable random variables with finite moment generating function in a neighbourhood of $t = 1$, and $H^{(1)}$ is non-deterministic \textup{(}i.e., $\mathrm{Var}_\mu(H^{(1)}) > 0$\textup{)}. Then:
\begin{enumerate}[label=\textup{(\roman*)}]
\item \textbf{Leading neutrality:} $\Phi^{(0)} := \log \EE[e^{H^{(0)}}] - \EE[H^{(0)}] = 0$, because $H^{(0)}$ is deterministic by hypothesis (e.g., constant boundary matrices or a vacuum configuration), so $\mathrm{Var}(H^{(0)}) = 0$ and all higher cumulants vanish.
\item \textbf{First-order degeneracy:} $\partial_\epsilon \Phi|_{\epsilon=0} = 0$, because the first-order perturbation $H^{(1)}$ contributes to the variance only at order $\epsilon^2$, so the linear-in-$\epsilon$ correction to $\Phi$ vanishes.
\item \textbf{Second-order dominance:} $\partial^2_\epsilon \Phi|_{\epsilon=0} > 0$, because the first-order perturbation $H^{(1)}$ is non-deterministic by hypothesis: $\mathrm{Var}_{\mu}(H^{(1)}) > 0$ implies that $\Phi$ has a strictly positive second derivative at $\epsilon = 0^+$. This variance encodes the coupling between degenerate and complementary eigenspaces.
\end{enumerate}
Thus, $\Phi(\sigma) \ge 0$ with $\Phi(\sigma) \to 0$ as $\sigma \downarrow \sigma_c$ (since $H_\sigma \to H^{(0)}$ deterministic) and $\Phi''(\sigma_c^+) > 0$ reproduces exactly the three conditions of Pattern~A (Principle~\ref{thm:pattern-a-universality} in Section~\ref{sec:pattern-a} below).
\end{proposition}
\begin{proof}[Proof sketch]
Write $H_\sigma = H^{(0)} + \epsilon H^{(1)} + \epsilon^2 H^{(2)} + O(\epsilon^3)$ with $\epsilon = \sigma - \sigma_c$. We expand $\Phi(\sigma) = \log \EE[e^{H_\sigma}] - \EE[H_\sigma]$ directly in powers of $\epsilon$, using only that the partition function $Z(\epsilon) := \EE[e^{H_\sigma}]$ is finite and smooth in $\epsilon$ near $0$ (guaranteed by the MGF hypothesis on the $H^{(k)}$). Since $\Phi = \log Z(\epsilon) - \EE[H_\sigma]$, a standard Taylor expansion in $\epsilon$ yields $\Phi = \tfrac{1}{2}\mathrm{Var}(H_\sigma) + O(\epsilon^3)$ at leading non-trivial order (the identity $\log \EE[e^X] - \EE[X] = \tfrac{1}{2}\mathrm{Var}(X) + \ldots$ follows from expanding $\log \EE[e^{tX}]$ as $t\,\EE[X] + \tfrac{1}{2}t^2\mathrm{Var}(X) + O(t^3)$ and evaluating at $t=1$, valid whenever $\EE[e^{tX}] < \infty$ in a neighbourhood of $t=1$).
\smallskip\noindent
\emph{Zeroth order:} $H^{(0)}$ is deterministic, so $\mathrm{Var}(H^{(0)}) = 0$ and $\Phi^{(0)} = 0$.
\smallskip\noindent
\emph{First order:} $H^{(0)} + \epsilon H^{(1)}$ has variance $\epsilon^2 \mathrm{Var}(H^{(1)})$, contributing at order $\epsilon^2$. Hence $\partial_\epsilon \Phi|_{\epsilon = 0} = 0$---the first-order perturbation does not break the cancellation.
\smallskip\noindent
\emph{Second order:} At order $\epsilon^2$, the dominant contribution is $\tfrac{1}{2}\mathrm{Var}(H^{(1)})$, which is strictly positive whenever $H^{(1)}$ is non-deterministic. More precisely, $\partial^2_\epsilon \Phi|_{\epsilon=0} = \mathrm{Var}_\mu(H^{(1)}) > 0$. (The contribution of $H^{(2)}$ enters at order $\epsilon^2$ only through $\EE[H^{(2)}]$, which cancels in the difference; the variance of $H^{(2)}$ contributes at $O(\epsilon^4)$.) Since we only require the expansion up to order $\epsilon^2$, it suffices that the moment generating function $\EE[e^{tH_\sigma}]$ is finite in a neighbourhood of $t=1$ for $\sigma$ near $\sigma_c$ (which is guaranteed by the hypothesis and the integrability condition in Remark~\ref{rem:rfep-domain}). This ensures that $\Phi(\sigma)$ is smooth in $\epsilon$ and the Taylor coefficients up to order $\epsilon^2$ are well-defined; no convergence of a full cumulant series is required.
\end{proof}
\begin{proposition}[RFEP Multi-Parameter Corollary]
\label{prop:rfep-multi}
For multi-parameter systems with hierarchical constraints $\sigma_1 \prec \sigma_2 \prec \cdots \prec \sigma_k$, the full RFEP optimum generically differs from single-parameter optima:
\[
\arg\max_\theta \Phi_{\sigma_1, \ldots, \sigma_k}(\theta) \neq \arg\max_\theta \Phi_{\sigma_i}(\theta) \quad \text{for each } i.
\]
In particular, the multi-scale interaction creates emergent structure that cannot be predicted from any single-scale analysis.
\end{proposition}
\begin{proof}
The proof follows from strict concavity of $\Phi$ in the full parameter space: the constraint surface $\sigma_i = \text{const}$ is a proper submanifold, and the unconstrained maximum generically does not lie on any such submanifold.
\end{proof}
\begin{remark}[Quantitative confirmation from thermodynamic fine-tuning]
\label{rem:rfep-thermo-confirmation}
A concrete quantitative confirmation comes from the thermodynamic fine-tuning analysis (FST-I): a two-dimensional scan over the fine-structure constant $\alpha$ and electron-to-proton mass ratio $m_e/m_p$ reveals that stellar entropy production achieves only $S_{\mathrm{obs}}/S_{\mathrm{max,2D}} = 0.47$ of its two-parameter maximum. This demonstrates that MEPP (Maximum Entropy Production Principle) alone does not select the observed parameters---hierarchical compatibility with nuclear-scale constraints (the triple-alpha process window) restricts the viable region, exactly as the RFEP predicts: entropy production operates within windows defined by lower-scale consistency.
\end{remark}
\begin{remark}[Stability-selected dissipation]
\label{rem:stability-dissipation}
The RFEP selects stability-compatible dissipation, not maximum entropy production (MEPP). MEPP is recovered as a special case when hierarchical constraints are absent ($k=1$, single scale). In multi-scale systems, the RFEP generically selects a dissipation rate \emph{below} the MEPP prediction, because stability across scales imposes additional constraints that reduce the accessible entropy production rate.
\end{remark}
\section{Gauge-Theoretic Reformulation: The Path to Resolution}
The resolution of K1--K3 challenges proceeds through three steps (culminating in the Pattern~A architecture of Section~\ref{sec:pattern-a}):
\begin{enumerate}
\item \textbf{Critical Identification:} Mapping the problem to the critical limit of a renormalized free-energy system.
\item \textbf{Topological Trapping:} Demonstrating that any potential instability (negative eigenvalues) is confined to a small finite-dimensional manifold.
\item \textbf{Spectral Certification:} Proof of positivity via a finite-rank Gauge-Shift (S-procedure).
\end{enumerate}
\subsection{Euler--Maclaurin Endpoint Analysis}
\label{sec:euler-maclaurin}
The Euler--Maclaurin summation formula provides a universal analytic tool for characterizing spectral endpoint structures across all five bottleneck problems. In each case, the discrete-to-continuous transition at a critical boundary reveals the same rank-finite correction pattern.
\begin{lemma}[Euler--Maclaurin Rank-Finiteness]
\label{lem:em-rank}
Let $\{a_n\}$ be the spectral coefficients of an operator $H$ at a critical endpoint $\lambda_c$. If the Euler--Maclaurin remainder
\[
R_N = \sum_{n=1}^{N} a_n - \int_1^N a(t)\,dt - \frac{a(1)+a(N)}{2} - \sum_{k=1}^{p} \frac{B_{2k}}{(2k)!}\bigl(a^{(2k-1)}(N) - a^{(2k-1)}(1)\bigr)
\]
satisfies $|R_N| = O(N^{-2p-1})$, then the asymptotic spectral deviation from the continuous limit is determined by the boundary correction $B_p$, which depends on at most $2p+2$ boundary data points \textup{(}the values $a^{(2k-1)}(1)$, $a^{(2k-1)}(N)$ for $k = 1,\ldots,p$ and $a(1)$, $a(N)$\textup{)}. In the spectral interpretation, this confines the correction to a subspace of dimension at most $p+1$.
\end{lemma}
\begin{proof}[Proof sketch]
The Euler--Maclaurin formula decomposes the sum-to-integral discrepancy as
\[
\sum_{n=1}^{N} a_n \;=\; \underbrace{\int_1^N a(t)\,dt}_{\text{continuous limit}} + \underbrace{\frac{a(1)+a(N)}{2} + \sum_{k=1}^{p} \frac{B_{2k}}{(2k)!}\bigl(a^{(2k-1)}(N) - a^{(2k-1)}(1)\bigr)}_{\text{boundary correction } B_p} + R_N.
\]
The boundary correction $B_p$ depends on exactly $2p+2$ pieces of data: the derivative values $a^{(2k-1)}(1)$ and $a^{(2k-1)}(N)$ for $k = 1, \ldots, p$ (contributing $2p$ values), together with the endpoint values $a(1)$ and $a(N)$. In spectral terms, if we interpret $\{a_n\}$ as the eigenvalue sequence of an operator $H$ and the integral as the Weyl (continuous) approximation to the spectral counting function, then $B_p$ represents a correction supported on at most $p$ boundary modes.
More precisely, each Bernoulli term $\frac{B_{2k}}{(2k)!}\,a^{(2k-1)}(x)\big|_1^N$ acts as a rank-$1$ distributional correction at the spectral boundary (a derivative of a Dirac delta evaluated at the endpoints). The sum of $p$ such terms, together with the endpoint averages, yields a correction of total rank at most $p+1$ (the $p$ Bernoulli terms plus the endpoint average).
Since $|R_N| = O(N^{-2p-1}) \to 0$ as $N \to \infty$, the asymptotic spectral deviation is \emph{entirely captured} by the finite-rank boundary correction $B_p$. This is the structural reason why all five problems reduce to finite-dimensional stability certificates: the Euler--Maclaurin formula guarantees that the infinite-dimensional spectral problem differs from its continuous approximation only by a correction of bounded complexity.
\end{proof}
All five problems exhibit isomorphic endpoint structures under this analysis:
\begin{itemize}
\item \textbf{RH:} Zeros vs.\ nontrivial zeros at the boundary of the critical strip ($\mathrm{Re}(s)=\tfrac{1}{2}$).
\item \textbf{YM:} Coupling boundary ($\beta_0$) between strong and weak coupling regimes.
\item \textbf{NS:} Attractor edge---the boundary of regularity where smooth solutions may develop singularities (cf.~\cite{Tao2016} for the averaged blow-up obstruction).
\item \textbf{TU (Turbulence):} Dissipation cutoff at the Kolmogorov scale, where inertial-range scaling terminates.
\item \textbf{DE (Dark Energy):} Hubble radius as the infrared cutoff separating observable from super-horizon modes.
\end{itemize}
\noindent
The Euler--Maclaurin formula thus serves as a \emph{universal diagnostic tool}
for spectral endpoints: in each problem, the remainder $R_N$ quantifies
the discrepancy between the discrete (lattice, finite-sum, finite-mode)
description and the continuous (field-theoretic, integral) limit. The
Bernoulli-polynomial corrections encode exactly the finite-rank corrections
that constitute the gauge-shift in Pattern~A. This universality is not
accidental---it reflects the fact that all five problems involve a
discrete-to-continuous transition (RH: prime sum vs.\ integral;
YM: lattice spacing $a \to 0$; NS: Galerkin truncation $N \to \infty$;
TU: inertial range $j_{\mathrm{dis}} \to \infty$;
DE: momentum cutoff $\Lambda_{\mathrm{UV}} \to M_{\mathrm{Pl}}$),
and the Euler--Maclaurin formula is the canonical instrument for
controlling such transitions. The rank-finiteness of the remainder
guarantees that the spectral instability at the endpoint is a
\emph{finite-dimensional} phenomenon, reducible to a certificate
of bounded complexity.
\section{Universal Pattern A: Functional Stability under Gauge Constraint}
\label{sec:pattern-a}
The methodology established in this framework characterizes a large class of stability problems as \textbf{Pattern A Stability Systems}. This architecture is defined by three core structural properties:
\begin{enumerate}[label=\alph*)]
\item \textbf{Analytical Rank-Finiteness (Null-Tail):} The operator or functional governing the dynamics (e.g., the arithmetical kernel in RH or the transfer operator in YM) possesses a spectral tail that is analytically controllable or exactly zero. This localizes all potential instabilities to a finite-dimensional subspace.
\item \textbf{Second-Order Resolvent Dominance:} Finite-rank negativity requires exactly $R$ degrees of freedom for gauge-neutralization. The stability gap is invisible at leading order (neutral boundary matrices) and at first order (degenerate expansion). Selection occurs at second order through coupling between degenerate and complementary eigenspaces. The existence of a finite number of negative eigenvalues is not a failure of the system, but an indicator of a missing physical gauge whose resolution operates at second order.
\item \textbf{Constrained Functional Positivity:} Global stability (spectral gap, mass gap, or arithmetical positivity) emerges only after projection onto the \emph{physical test class}, where a finite gauge-shift ensures positive-definiteness across all scales.
\end{enumerate}
This pattern provides a unified solution to spectral problems, demonstrating that stability is a structural consequence of gauge consistency rather than global operator bounds.
\begin{principle}[Pattern A Universality]
\label{thm:pattern-a-universality}
A stability problem exhibits Pattern~A structure if the following three conditions are satisfied:
\begin{enumerate}[label=(\roman*)]
\item \textbf{Leading neutrality:} The operator resolvent $(z - H)^{-1}$ has a neutral leading branch: the zeroth-order boundary matrices (or vacuum configurations) produce no spectral gap.
\item \textbf{First-order degeneracy:} The first-order resolvent expansion exhibits rank-$0$ or rank-$1$ flatness, spanning a degeneracy manifold that prevents gap detection at first order.
\item \textbf{Second-order dominance:} The second-order resolvent coefficients dominate and can be neutralized via a finite-rank gauge or topological shift.
\end{enumerate}
This principle is verified for all eight instantiations of the framework (see table below), including the three application cases FST-I (thermodynamic fine-tuning), FST-II (chemical replicator dynamics), and FST-III (biological cooperation). The converse direction---that every stability problem admitting a finite-rank gauge-resolution necessarily exhibits Pattern~A---is conjectural and motivated by the universality of the RFEP mechanism (Proposition~\ref{prop:rfep-to-pattern-a} establishes the forward implication; the converse remains open).
Pattern~A is a \emph{diagnostic taxonomy}, not a proof strategy: it identifies the structural location of the difficulty but does not itself solve it. Its value lies in reducing search space.
\end{principle}
\begin{principle}[Pattern A Master Stability]
\label{princ:master-stability}
Let $\mathcal{X}$ be an object in a category $\mathcal{C}$ equipped with a renormalised free energy functional $F: \mathcal{M}(\mathcal{X}) \to \mathbb{R}$. If:
\begin{enumerate}
\item $F$ is strictly convex on the space of admissible measures,
\item The unique minimiser $\mu^*$ concentrates on algebraic/physical states,
\item The leading branch of the resolvent is neutral (zeroth-order degeneracy),
\end{enumerate}
then the transfer operator $\mathcal{T}$ associated with $F$ has a spectral gap $\Delta > 0$, and the system exhibits exponential relaxation to $\mu^*$.
\end{principle}
\begin{conjecture}[Selection by Positivity --- universal]
\label{conj:selection-by-positivity}
Let $X$ be a topological vector space equipped with a weak topology $\tau$ and a stronger regularity topology $\tau_{\mathrm{reg}}$ (e.g., $L^2$ vs.\ $H^1$, weak-$*$ vs.\ strong, distributions vs.\ smooth objects). Let $F: X \to (-\infty, +\infty]$ be a proper, lower semicontinuous functional, and let $X_{\mathrm{reg}} \subset X$ be the ``physically/arithmetically admissible'' regularity class. Let $(R_\varepsilon)_{\varepsilon > 0}$ be a family of canonical regularisation/averaging operators (e.g., time-averaging, RG coarse-graining, Galois averaging, disc averaging, Moreau--Yosida proximal mapping, heat flow), and let $(S_t)_{t \geq 0}$ be a (semi-)dynamical evolution on $X$ (gradient flow, Markov semigroup, RG flow, dissipative PDE semiflow) that respects $F$ as a Lyapunov function.
Assume the following four structural properties:
\begin{enumerate}
\item[\textup{(SP1)}] \emph{Strict positivity-convexity on regularity shells.}
There exists a family of compact/coercive ``shells'' $K_M \subset X$ (e.g., energy sublevels, entropy sublevels) such that $F$ is geodesically strictly convex on each $K_M \cap X_{\mathrm{reg}}$ --- or equivalently: $F$ possesses uniform positivity curvature in the relevant sense (Bakry--\'Em\'ery, displacement convexity, resolvent positivity).
\item[\textup{(SP2)}] \emph{Canonical regularisation is positivity-compatible.}
For each $\varepsilon > 0$, $R_\varepsilon$ is (i) $\tau$-continuous, (ii) $R_\varepsilon(X) \subset X_{\mathrm{reg}}$, and (iii) $F$-dissipative:
\[
F(R_\varepsilon x) \leq F(x) \quad \text{and} \quad F(S_t x) \leq F(x).
\]
Moreover, $R_\varepsilon$ is asymptotically the identity: $R_\varepsilon x \to x$ in $\tau$ as $\varepsilon \downarrow 0$.
\item[\textup{(SP3)}] \emph{$\Gamma$-stability of the variational problems.}
The regularised functionals $F_\varepsilon := F \circ R_\varepsilon$ (or $F + \varepsilon \Psi$ in the Moreau--Yosida sense) $\Gamma$-converge to $F$ in $\tau$, and the minimisers $x_\varepsilon \in \arg\min F_\varepsilon$ are $\tau$-precompact.
\item[\textup{(SP4)}] \emph{Dynamical selection by contraction.}
The dynamics $S_t$ is contractive on each shell $K_M$ in a metric $d$ encoding the positivity structure (e.g., Wasserstein $W_2$, Birkhoff projective metric, Hilbert metric, relative entropy metric):
\[
d(S_t x, S_t y) \leq e^{-\lambda t} \, d(x, y) \quad (\lambda > 0),
\]
or the discrete analogue for RG steps: $d(R_\varepsilon x, R_\varepsilon y) \leq (1-\delta) \, d(x,y)$ with $\delta > 0$ uniform in $\varepsilon$.
\end{enumerate}
Then the following conclusions hold:
\begin{enumerate}
\item[\textup{(C1)}] \emph{Existence and uniqueness of the selected minimiser:} There exists a unique $x^* \in \arg\min F$, and every minimising sequence $x_\varepsilon$ converges in $\tau$ to $x^*$.
\item[\textup{(C2)}] \emph{Regularity:} $x^* \in X_{\mathrm{reg}}$ --- the regularisation not only selects but \emph{forces} regularity in the limit object.
\item[\textup{(C3)}] \emph{Dynamical attraction:} For every $x \in K_M$, $S_t(R_\varepsilon x) \to x^*$ as $t \to \infty$, and the limits $\varepsilon \downarrow 0$ and $t \to \infty$ commute (no metastable or ``false'' attractors).
\item[\textup{(C4)}] \emph{Universal selection:} Every other stationary solution outside $X_{\mathrm{reg}}$ is dynamically unstable or is eliminated by $R_\varepsilon$ (positivity acts as a no-go filter).
\end{enumerate}
\end{conjecture}
\begin{theorem}[Dissipative Selection Principle]\label{thm:dissipative-selection}
Let $\{\mathcal{F}_\varepsilon\}_{\varepsilon > 0}$ be a family of functionals on a Banach space~$X$ of the form
\[
\mathcal{F}_\varepsilon[x] = E[x] + \varepsilon\,\mathcal{D}[x],
\]
where $E$ is an energy functional and $\mathcal{D}$ is a dissipation functional (coercive, lower semicontinuous). Suppose:
\begin{enumerate}
\item[\textup{(DS1)}] $\mathcal{F}_\varepsilon \xrightarrow{\Gamma} \mathcal{F}_0 = E$ on $X$,
\item[\textup{(DS2)}] the minimisers $x_\varepsilon = \operatorname{argmin} \mathcal{F}_\varepsilon$ satisfy the energy-dissipation inequality $\varepsilon\,\mathcal{D}[x_\varepsilon] \leq E[x_\varepsilon] - \inf E$,
\item[\textup{(DS3)}] the sublevel sets $\{\mathcal{D} \leq C/\varepsilon\}$ are precompact in~$X$.
\end{enumerate}
Then (after subsequence extraction) $x_\varepsilon \to x^*$ in $X$, and $x^*$ is a minimiser of $E$ with the additional regularity $\mathcal{D}[x^*] < \infty$.
\end{theorem}
\begin{proof}[Proof sketch]
(DS2) gives $\varepsilon\,\mathcal{D}[x_\varepsilon] \leq C$, hence $\mathcal{D}[x_\varepsilon] \leq C/\varepsilon$. By (DS3), $\{x_\varepsilon\}$ is precompact; let $x_\varepsilon \to x^*$. By (DS1), $x^*$ minimises~$E$. Lower semicontinuity of $\mathcal{D}$ gives $\mathcal{D}[x^*] \leq \liminf \mathcal{D}[x_\varepsilon] < \infty$.
\end{proof}
\begin{remark}[Genealogy and originality]\label{rem:ds-genealogy}
The Dissipative Selection Principle synthesises techniques from several established lines of research:
\begin{itemize}
\item \textbf{$\Gamma$-convergence of gradient flows} (Sandier--Serfaty \cite{SandierSerfaty2004}): the programme of relating $\Gamma$-limits of energies to limits of their gradient flows;
\item \textbf{EDP-convergence and balanced viscosity} (Mielke--Rossi--Savar\'e \cite{MielkeRossiSavare2016}): energy-dissipation principles for vanishing-viscosity limits in infinite-dimensional systems;
\item \textbf{Gradient flows in metric spaces} (Ambrosio--Gigli--Savar\'e \cite{AGS2008}): the abstract framework for curves of maximal slope.
\end{itemize}
What is new is not the individual mechanism (DS1--DS3 follows from standard $\Gamma$-convergence theory) but the \emph{identification of DS3 as the universal obstruction} across six unrelated domains, and the observation that each domain's central open problem reduces to precompactness of dissipation sublevel sets in the same abstract framework. The instantiation table (Remark~\ref{rem:dissipative-instantiation}) makes this cross-domain reduction explicit.
\end{remark}
\begin{remark}[Universal instantiation]\label{rem:dissipative-instantiation}
Theorem~\ref{thm:dissipative-selection} provides the common mathematical mechanism underlying all domain instantiations:
\begin{center}
\begin{tabular}{llll}
\textbf{Domain} & $E$ & $\mathcal{D}$ & \textbf{Selection} \\
\hline
Yang--Mills & RG free energy $G_L$ & entropy production & mass gap \\
Navier--Stokes & trajectory distance $\|u-a\|^2$ & total variation $\mathrm{TV}(a)$ & BV selection \\
Dark Energy & vacuum $\Phi[\rho]$ & gradient energy $|\nabla\rho|^2$ & screening \\
Turbulence & shell KL-divergence $\mathcal{F}[E]$ & flux constraint & K41 spectrum \\
BSD & N\'eron--Tate height & regulator & height saturation \\
P\,vs\,NP & Kolmogorov complexity $K$ & time bound & $K^t$ transfer \\
\end{tabular}
\end{center}
In each case, the \emph{local} control (DS1--DS2) is established, while the \emph{global} selection (precompactness DS3) remains the domain-specific obstruction. This is the precise content of the Selection-by-Positivity Conjecture (Conjecture~\ref{conj:selection-by-positivity}): SP1--SP2 encode (DS1--DS2), while SP3--SP4 encode (DS3) and its dynamical consequences.
\end{remark}
\begin{remark}[DS3 is a genuine condition -- failure examples]\label{rem:ds3-failure}
Condition (DS3) is not automatic. Two standard mechanisms cause its failure:
\begin{itemize}
\item \textbf{Translation escape:} On $X = L^2(\mathbb{R})$, the sequence $x_\varepsilon(t) = f(t - 1/\varepsilon)$ satisfies $E[x_\varepsilon] = \mathrm{const}$ and $\mathcal{D}[x_\varepsilon] = \mathrm{const}$, but $\{x_\varepsilon\}$ has no convergent subsequence (mass escapes to infinity).
\item \textbf{Concentration/bubbling:} On $X = H^1(\mathbb{R}^d)$, a sequence of rescaled bumps $x_\varepsilon = \varepsilon^{-d/2} \varphi(\cdot/\varepsilon)$ satisfies $\|x_\varepsilon\|_{L^2} = \|\varphi\|_{L^2}$ and $\|\nabla x_\varepsilon\|_{L^2} = \varepsilon^{-1}\|\nabla\varphi\|_{L^2} \to \infty$, so the sublevel sets of $\mathcal{D} = \|\nabla \cdot\|^2$ are not precompact.
\end{itemize}
In each domain instantiation, DS3 must be verified separately using domain-specific structure (compact embedding, tightness, or confinement). This is by design: DS3 encodes the \emph{geometric} content of each problem, while DS1--DS2 encode the \emph{variational} content.
\end{remark}
\begin{remark}[Falsifiability of Pattern A]
\label{rem:pattern-a-falsifiability}
Pattern~A (Functional Positivity under Gauge Constraint) is not a tautology despite its broad applicability. It makes a \emph{testable structural prediction}: every resolution of the problems in this programme must proceed via second-order resolvent dominance---i.e., the decisive mechanism operates at the level of curvature (Hessians, second variations, spectral gaps) rather than at the level of first-order conditions (stationarity, conservation laws, functional equations).
\textbf{Falsification criterion:} Pattern~A would be falsified if a Millennium Problem were resolved via a purely first-order argument---one that establishes the result without invoking any second-order structure (no spectral gaps, no Poincar\'e inequalities, no Hessian positivity, no curvature bounds). More precisely:
\textbf{Necessary conditions for a Pattern A instance.} A problem qualifies as a Pattern~A instance only if:
\begin{enumerate}
\item[(PA1)] The solution space admits a natural \emph{gauge symmetry} or \emph{redundancy} that makes first-order conditions degenerate (the ``neutral leading order'' of the instantiation table above).
\item[(PA2)] The degeneracy is resolved by a \emph{second-order mechanism} (spectral gap, convexity, positivity) that selects the physical solution from the gauge-equivalence class.
\item[(PA3)] The second-order mechanism is \emph{non-perturbative}: it cannot be captured by a finite Taylor expansion around a reference state.
\end{enumerate}
A problem that admits a perturbative first-order resolution (e.g., a spectral gap that follows directly from a maximum principle without variational analysis) would \emph{not} be a Pattern~A instance, and solving it would not confirm the framework.
This falsifiability distinguishes Pattern~A from a vacuous meta-principle: it predicts a \emph{specific proof architecture} (second-order dominance) that can be checked against any proposed resolution.
\end{remark}
\begin{remark}[Instantiations across the FST programme]
\label{rem:selection-instantiations}
The Selection by Positivity conjecture unifies all open problems in the FST programme. In each case, conditions \textup{(SP1)--(SP2)} are established or plausible, while the critical gap is \textup{(SP3)} ($\Gamma$-stability) or \textup{(SP4)} (uniform contraction):
\begin{center}
\small
\begin{tabular}{l|l|l|l|l|l}
\textbf{Problem} & $X$ / $\tau_{\mathrm{reg}}$ & $F$ & $R_\varepsilon$ / $S_t$ & $d$ & \textbf{Gap} \\
\hline
RH & $L^2$ / $H^1$ & RFEP & Resolvent avg. & Resolvent & SP3 \\
YM & Gauge configs & KL + Wilson & Block-spin RG & Birkhoff & SP4 ($\delta$ uniform; Kingman $\lambda < 0$ all $\beta$) \\
NS & $L^2$ / $H^1$ & $H(u|A)$ & Time-avg.\ Prox & Moreau--Yosida & SP3 (reach$_{\mathrm{avg}}$) \\
TU & $\ell^2$ spectra & $F[E]$ & Shell avg.\ (DFC) & Entropic & SP2 (DFC$\Rightarrow$NL' proven; only DFC1 empirical) \\
DE & Density profiles & $\Phi[\rho]$ & Callan--Symanzik & $W_2$ & SP4 (screening) \\
Hodge & $H^{p,p}$ & $(-1)^p Q_L$ & Galois avg. & $Q_L$-metric & SP2 (non-bilinear) \\
BSD & $E(\mathbb{Q})$ & $\langle\cdot,\cdot\rangle_{\mathrm{NT}}$ & Disc avg.\ of $L$ & Height & SP3 (rank $\geq 2$) \\
P vs NP & SAT instances & $K^t$ entropy & Unique-witness & Hamming & SP4 (uniformity) \\
\end{tabular}
\end{center}
\noindent
The conjecture identifies the \emph{universal missing lemma}: in all seven cases, the obstruction is establishing that the canonical regularisation is compatible with the positivity structure in the infinite-dimensional limit. A proof of the conjecture in any \emph{one} sufficiently general setting would likely close multiple gaps simultaneously.
\end{remark}
\begin{remark}[Connection to Mielke's evolutionary $\Gamma$-convergence]
\label{rem:mielke-edp}
The structural condition~\textup{(SP3)} ($\Gamma$-stability of variational problems) is closely related to the theory of \emph{evolutionary $\Gamma$-convergence for gradient systems} developed by Mielke~\cite{Mielke2016}, Mielke--Montefusco--Peletier~\cite{MielkeMontefuscoPeletier2021}, and Dondl--Frenzel--Mielke~\cite{DondlFrenzelMielke2019}.
In that framework, a generalised gradient system $(X, \mathcal{E}_\varepsilon, \mathcal{R}_\varepsilon)$ converges to an effective system $(X, \mathcal{E}_0, \mathcal{R}_0)$ provided the following hold:
\begin{enumerate}
\item[(M1)] $\mathcal{E}_\varepsilon \xrightarrow{\Gamma(\tau)} \mathcal{E}_0$ in a suitable weak topology~$\tau$;
\item[(M2)] solutions $x_\varepsilon$ are $\tau$-precompact (compactness via coercive shells);
\item[(M3)] $\liminf_{\varepsilon \to 0} \int \mathcal{R}_\varepsilon(x_\varepsilon, \dot{x}_\varepsilon)\,dt \geq \int \mathcal{R}_0(x_0, \dot{x}_0)\,dt$ (dissipation lower bound);
\item[(M4)] uniform $\lambda$-convexity of~$\mathcal{E}_\varepsilon$ (or a chain-rule inequality).
\end{enumerate}
Under (M1)--(M4), every cluster point of the solutions~$x_\varepsilon$ solves the effective gradient system, and the limits $\varepsilon \downarrow 0$ and $t \to \infty$ commute whenever $\lambda > 0$ uniformly.
The correspondence with our Conjecture~\ref{conj:selection-by-positivity} is:
\textup{(SP1)}~$\leftrightarrow$~\textup{(M4)} (curvature/convexity), \textup{(SP2)}~$\leftrightarrow$~\textup{(M2)} (regularisation~$\to$~compactness), \textup{(SP3)}~$\leftrightarrow$~\textup{(M1)} ($\Gamma$-convergence of the regularised functionals), \textup{(SP4)}~$\leftrightarrow$~\textup{(M3)} (contraction~$\to$~dissipation bound).
In particular, the \emph{relaxed EDP-convergence} of~\cite{DondlFrenzelMielke2019} shows that even when the dissipation structure is not preserved under $\Gamma$-convergence (as in the ``wiggly energy'' model), a weaker variational inequality still suffices for solution transfer. This is structurally analogous to the distinction between $\mathrm{reach}(\mathcal{A}) > 0$ and $\mathrm{reach}_{\mathrm{avg}}(\mathcal{A}) > 0$ in the NS instantiation (Table above): the time-averaged Moreau--Yosida selection may converge even when the pointwise nearest-point projection jumps. The BV solution theory of Mielke--Rossi--Savar\'e~\cite{MielkeRossiSavare2016} provides the technical framework for such jumping minimiser trajectories in infinite-dimensional Hilbert spaces.
The Mielke theory applies directly to the gradient-system instantiations (NS, YM, DE), while the discrete/spectral instantiations (RH, Hodge, BSD, P~vs~NP) require domain-specific analogues of~\textup{(M1)--(M4)}.
\end{remark}
The eight instantiations of Principle~\ref{thm:pattern-a-universality} are:
\medskip
\begin{center}
\small
\begin{tabular}{p{2.2cm}p{3.0cm}p{5.0cm}p{4.0cm}}
\hline
\textbf{Problem} & \textbf{Control parameter} & \textbf{Gauge mechanism} & \textbf{Uniqueness} \\
\hline
RH & Riemann sum cutoff & Shift parity & unique (spectral) \\
YM & Lattice spacing & Block-spin RG + Birkhoff contraction & unique (convexity) \\
NS & Enstrophy scale ($H^1$) & Minimizer selection + enstrophy dissipation & unique (attractor) \\
TU & Cascade scale & K41 flux constraint + energy injection (ND) & unique (K41 sel.) \\
DE & IR cutoff & Vacuum sector & unique (vacuum) \\
Hodge & Hodge--Riemann form $(-1)^p Q_L$ & AP$^p$ = AbsHodge$^p$ (No-Go) & non-unique (negative result) \cite{Geiger2026-Hodge} \\
BSD & N\'eron--Tate height pairing & Normal-Form Theorem (rank $\leq 1$ closed) & conditional (rank $\geq 2$ open) \cite{Geiger2026-BSD} \\
P vs NP & Kolmogorov complexity functional & ESC $\Leftrightarrow$ P$\neq$NP & open (uniformity bridge) \cite{Geiger2026-PvsNP} \\
Thermo (FST-I) & Entropy landscape & Hierarchical RFEP constraint & unique (entropy max) \\
Chem (FST-II) & Replicator payoff & Coordination barrier & multiple (bistable ESS) \\
Bio (FST-III) & Fitness landscape & Cooperation threshold & multiple (coop.\ vs.\ selfish, $\rho(J)\!\approx\!1$) \\
\hline
\end{tabular}
\normalsize
\end{center}
\begin{remark}[Pattern B -- Flow Selection]\label{rem:pattern-b}
A second architectural motif appears in the dark-energy instantiation \cite{Geiger2026-DE}: rather than the three-level hierarchy of Pattern~A, the variational functional directly selects an equilibrium from a continuum of candidates via renormalisation-group flow. The beta function $\beta_\Lambda(\mu) = \mu\,\partial_\mu \Lambda_{\mathrm{eff}}(\mu)$ drives the cosmological constant to a UV/IR fixed point. Pattern~B shares the strict-convexity requirement (SP1) with Pattern~A but replaces the spectral-gap mechanism (SP2--SP3) with monotone RG flow to a fixed point.
\end{remark}
\begin{remark}[Resolvent Order Schema]
\label{rem:order-schema}
The three-level hierarchy of Pattern~A manifests as a convergence-rate classification:
\medskip
\begin{center}
\begin{tabular}{lll}
\hline
\textbf{Order} & \textbf{Object} & \textbf{Gap?} \\
\hline
$O(1)$ & $M_\infty$ identical (boundary matrices) & No \\
$O(1/L)$ & $F'$ degenerate (first-order expansion) & No \\
$O(1/L^2)$ & Resolvent coupling (second-order term) & \textbf{Yes} \\
\hline
\end{tabular}
\end{center}
\medskip
\noindent
This explains why the stability gap is invisible to leading-order perturbation theory and why numerical evidence converges slowly ($O(1/L^2)$ rate). The gap emerges only at second order through the coupling between degenerate and complementary eigenspaces.
\end{remark}
\begin{remark}[Uniqueness vs.\ multiplicity in Pattern A]
\label{rem:uniqueness-multiplicity}
Pattern A guarantees the existence of a second-order resolvent-stable configuration, but does \textit{not} guarantee its uniqueness. In the RH instantiation, the Hilbert--P\'olya spectral structure~\cite{Conrey2003} forces a unique vacuum; in the Yang--Mills case, uniqueness follows from strict convexity of the free-energy functional. However, in biological and chemical instantiations (FST-II, FST-III), the replicator dynamics exhibit \textit{bistability}: cooperative and selfish equilibria coexist as distinct ESS (Evolutionarily Stable Strategies), separated by a coordination barrier $x_C > 0.4$. Pattern A selects the \textit{class} of resolvent-stable configurations, not a unique point; the initial conditions determine which attractor is reached. This distinction between uniqueness (mathematical/physical) and multiplicity (biological/chemical) is a structural feature of the framework, not a limitation.
\end{remark}
\begin{theorem}[Pattern A No-Go Theorem]\label{thm:no-go}
Let $X$ be a reflexive Banach space and $\mathcal{F} \colon X \to [0,\infty]$ a strictly convex, lower semi-continuous, coercive functional \textup{(}which therefore admits a unique unconstrained minimiser $x^* \in X$\textup{)}. Suppose:
\begin{enumerate}[label=\textup{(\roman*)}]
\item \textbf{Non-negativity:}
$\mathcal{F}[x] \ge 0$ for all $x \in X$, and $\mathcal{F}[x^*] = 0$.
\item \textbf{Finite-range interaction:} There exists a decomposition
$X = \bigoplus_{j} X_j$ and a finite interaction range $r \ge 1$ such that $\mathcal{F}$ decomposes as
$\mathcal{F}[x] = \sum_j f_j(x_j, \ldots, x_{j+r})$, where each $f_j$ is strictly convex in its arguments.
\item \textbf{Positive defect control:} The constraint manifold
$\mathcal{C} = \{x : g_j(x) = c_j\}$ satisfies:
any constrained critical point $\bar{x} \in \mathcal{C}$ of $\mathcal{F}|_{\mathcal{C}}$ admits
uniformly bounded Lagrange multipliers $\lambda_j$,
and the constraint curvature satisfies
$\sup_j |\lambda_j| \cdot \|D^2 g_j\|_{\mathrm{op}} < \inf_{\|v\|=1,\, v \in T_{\bar{x}}\mathcal{C}} \langle v, D^2\mathcal{F}|_{\bar{x}}\, v\rangle$,
where the right-hand side is strictly positive by the coercivity of $D^2\mathcal{F}$ restricted to the tangent space
\textup{(}this condition is automatically satisfied when the
constraints are affine, since then $D^2 g_j = 0$\textup{)}.
\end{enumerate}
If, additionally, the constraint set $\mathcal{C}$ is weakly closed and convex \textup{(}or, more generally,
the intersection $\mathcal{C} \cap \{x : \mathcal{F}[x] \le c\}$ is non-empty and weakly compact for some
$c > 0$\textup{)}, then a constrained minimiser $x^*_{\mathcal{C}} \in \mathcal{C}$ exists and is unique, and the Hessian
$D^2\mathcal{F}|_{x^*_{\mathcal{C}}}$ restricted to the tangent space $T_{x^*_{\mathcal{C}}}\mathcal{C}$
is strictly positive definite.
\end{theorem}
\begin{proof}[Proof sketch]
Reflexivity of $X$ together with coercivity and lower semi-continuity of $\mathcal{F}$ (from the hypotheses) guarantees
that every sublevel set $\{x : \mathcal{F}[x] \le c\}$ is weakly compact.
Together with the weak closedness of $\mathcal{C}$, the direct method of the
calculus of variations yields existence of a constrained minimiser;
strict convexity of $\mathcal{F}$ together with the convexity of $\mathcal{C}$ then gives its uniqueness (since a strictly convex function on a convex set has at most one minimiser).
Global strict convexity of $\mathcal{F}$ implies that
the Hessian $D^2\mathcal{F}|_{x^*_{\mathcal{C}}}$ is positive semi-definite.
Condition~(ii) provides additional structural information: the Hessian
$\partial^2 \mathcal{F}/\partial x_j \partial x_\ell$ is banded
(block-banded with bandwidth $r$), and the strict convexity of each $f_j$
ensures that the diagonal blocks are strictly positive definite, which
together with the finite bandwidth yields strict positive definiteness of
the full (unrestricted) Hessian.
For condition~(iii), the constrained Hessian on $T_{x^*_{\mathcal{C}}}\mathcal{C}$
takes the form $D^2\mathcal{F}|_{x^*_{\mathcal{C}}} - \sum_j \lambda_j D^2 g_j|_{x^*_{\mathcal{C}}}$.
If the constraints $g_j$ are affine (i.e., $D^2 g_j = 0$), the
projection introduces no curvature correction; this covers the linear
constraint cases (constant flux, gauge fixing).
In both cases the unrestricted Hessian is strictly positive definite, and its restriction to any subspace remains positive definite; condition~(iii) then handles the additional curvature correction from nonlinear constraints, ensuring that $\sum_j \lambda_j D^2 g_j$ is dominated by $D^2\mathcal{F}$ on $T_{x^*_{\mathcal{C}}}\mathcal{C}$, so the constrained Hessian remains strictly positive definite.
\end{proof}
\begin{remark}[Pattern A as instantiation of the No-Go Theorem]
The five core problems---RH and YM (K1: Functional Positivity; RH also exhibits K4: Incommensurate Scales), NS and TU (K3: Non-Equilibrium Order), DE (K2: Selection Principles)---are instances of
Theorem~\ref{thm:no-go}. (The three application cases FST-I/II/III exhibit
the same structure but with domain-specific modifications; see the companion papers.)
\begin{itemize}
\item \textbf{TU:} $\mathcal{F} = $ KL divergence,
local composition = shell decomposition,
constraint = constant flux $\Pi_j = \varepsilon$.
\item \textbf{DE:} $\mathcal{F} = \Phi[\rho]$,
local composition = mode decomposition,
constraint = stationarity $\delta\Phi/\delta\rho = 0$.
\item \textbf{YM:} $\mathcal{F} = $ Wilson free energy,
local composition = link decomposition,
constraint = gauge invariance.
\item \textbf{RH:} $\mathcal{F} = \Phi(\sigma)$,
local composition = prime factorisation,
constraint = arithmetical consistency.
\item \textbf{NS:} $\mathcal{F} = H(u|\mathcal{A})$,
local composition = Galerkin truncation,
constraint = NS dynamics.
\end{itemize}
The No-Go Theorem unifies these instantiations: in each case,
stability (spectral gap, mass gap, positivity, regularity) is
\emph{not} an additional physical input but a structural consequence
of convexity + locality + defect control. The individual proof efforts
reduce to verifying conditions~(i)--(iii) in the specific context.
\end{remark}
\begin{remark}[Arakelov bridge]
\label{rem:arakelov-bridge}
The Pattern A structure admits a number-theoretic unification via Arakelov intersection theory:
\begin{itemize}
\item \textbf{Hodge (HR):} The Hodge--Riemann form $(-1)^p Q_L$ encodes positivity at the \emph{infinite} (archimedean) prime --- the ``continuous'' contribution to the Arakelov intersection pairing.
\item \textbf{BSD (N\'eron--Tate):} The N\'eron--Tate height pairing $\langle P, Q \rangle_{\mathrm{NT}}$ encodes positivity at \emph{finite} (non-archimedean) primes --- the ``arithmetic'' contribution.
\item \textbf{Unification:} The Arakelov intersection pairing $\langle \cdot, \cdot \rangle_{\mathrm{Ar}} = \langle \cdot, \cdot \rangle_{\infty} + \sum_p \langle \cdot, \cdot \rangle_p$ provides the natural framework in which both are special cases of a single positivity principle.
\end{itemize}
This suggests that the RFEP, when instantiated on arithmetic objects, naturally produces the Arakelov intersection form as its stability certificate.
\end{remark}
\subsection{Universal Architecture: Stability through Controlled Resolvent Asymmetries}
\label{sec:universal-architecture}
A central insight of the framework is that stability in infinite-dimensional systems does not arise from leading-order positivity, but from \emph{controlled resolvent asymmetries} at second order (cf.~\cite{Kato1995} for the general theory of resolvent perturbations). This principle explains several persistent difficulties:
\begin{itemize}
\item \textbf{Why naive positivity approaches fail:} The leading spectral branch is neutral by construction. Any attempt to establish a gap at zeroth order is doomed because the boundary operators are identical (or the vacuum is degenerate).
\item \textbf{Why numerical evidence is sluggish:} The stability gap scales as $O(1/L^2)$, where $L$ is the system size or truncation parameter. First-order effects ($O(1/L)$) are degenerate and provide no discriminating signal. Computations must reach $L \gg 1$ before the second-order term dominates---explaining why all five problems ``look almost stable'' numerically.
\item \textbf{Why all problems appear ``nearly solved'':} First-order resolvent degeneracy creates a false plateau. The system appears to satisfy stability criteria up to negligible corrections, but the critical correction is hidden at second order.
\item \textbf{Why the free-energy framework is universal:} The Renormalized Free-Energy Principle captures exactly the second-order resolvent structure. The excess free energy $\Phi(\sigma)$ encodes the coupling between degenerate and complementary eigenspaces, making the hidden gap visible as a thermodynamic quantity.
\end{itemize}
\noindent
In summary, the universal architecture of Pattern~A stability systems is: \emph{neutral leading branch $\to$ degenerate first order $\to$ decisive second-order coupling $\to$ finite-rank gauge-neutralization}. This four-step cascade is the structural backbone of the framework.
\section{Primary Implementation: FST-RH}
\label{sec:fst-rh}
The Riemann Hypothesis~\cite{Bombieri2000} serves as the gold-standard test for the framework. The proof architecture (with numerical verification of the spectral gap constant) is developed across three papers~\cite{Geiger2026a,Geiger2026b,Geiger2026c}; here we summarise the key structural elements that instantiate Pattern~A.
\subsection{The Arithmetic Kernel $K_\sigma$}
For $\sigma > 1$, define the weighted arithmetic kernel
\[
K_\sigma(m,n) \;=\; \sum_{d \mid \gcd(m,n)} d^{1-2\sigma},
\]
which encodes the correlation structure of the Dirichlet series $\zeta(s)$ through the primes (for the connection to band-limited function theory, see~\cite{SlepianPollak1961}). The definition above converges absolutely for $\sigma > 1$; the extension to $\sigma > 1/2$ (the critical region for RH) proceeds via analytic continuation of the resolvent, as developed in detail in~\cite{Geiger2026a}. The critical observation~\cite{Geiger2026a} is that $K_\sigma$ possesses a \textbf{hub-and-spoke geometry}: the dominant contribution to $K_\sigma(m,n)$ passes through a finite set of ``hub'' primes, while the remaining ``spoke'' contributions decay super-polynomially. This factorisation implies analytical rank-finiteness---the spectral tail of $K_\sigma$ beyond a computable rank $R(\sigma)$ is identically zero.
\subsection{The Shift Parity Lemma}
The even and odd spectral projections of $K_\sigma$ satisfy a structural symmetry~\cite{Geiger2026b}: under the shift $\sigma \to \sigma + i\gamma$ (with $\gamma$ the imaginary part of a hypothetical off-line zero), the sector labels (even/odd) are preserved. Formally, if $E_{\sin}(\sigma)$ and $E_{\cos}(\sigma)$ denote the spectral energies of the sine and cosine components, then
\[
\text{sgn}\bigl(E_{\cos}(\sigma) - E_{\sin}(\sigma)\bigr) \;\text{is invariant under the shift.}
\]
This ``shift parity'' prevents the spectral gap from closing under perturbation and is the RH-specific realisation of the gauge-neutralization step in Pattern~A.
\subsection{The Resolvent Gap Theorem}
The main result~\cite{Geiger2026b,Geiger2026c} establishes that the cosine spectral energy strictly dominates the sine:
\[
E_{\cos}(\sigma) \;>\; E_{\sin}(\sigma) \quad \text{for all } \sigma > \tfrac{1}{2},
\]
with the gap emerging at second order in the resolvent expansion (invisible at $O(1)$ and $O(1/L)$, decisive at $O(1/L^2)$). The logical chain is: (1)~the resolvent gap $E_{\cos} > E_{\sin}$ establishes strict positivity of the Weil quadratic form on the physical test class; (2)~the Li criterion~\cite{Li1997}, applied in~\cite{Geiger2026c}, then translates this positivity into $\lambda_n > 0$ for all $n \ge 1$; (3)~since $\lambda_n > 0$ for all $n$ is equivalent to RH~\cite{Li1997}, the result follows. The Null-Tail property ensures that the infinite-dimensional verification reduces to a finite computation, and the Shift Parity Lemma guarantees robustness under spectral perturbation.
\subsection{Pattern A Instantiation Summary}
\begin{itemize}
\item \textbf{Analytical Null-Tail:} The spectral tail of $K_\sigma$ is identically zero beyond rank $R(\sigma)$~\cite{Geiger2026a}.
\item \textbf{Second-Order Resolvent Dominance:} The $E_{\cos} > E_{\sin}$ gap requires exactly $R$ degrees of freedom for gauge-neutralization. Selection occurs at second order via coupling between even and odd eigenspaces~\cite{Geiger2026b}.
\item \textbf{Constrained Positivity:} Global positivity (Li coefficients $\lambda_n > 0$ for all $n$) emerges after projection onto the physical test class, where the finite gauge-shift ensures positive-definiteness~\cite{Geiger2026c}.
\end{itemize}
This reduction demonstrates that the infinite complexity of the primes is ``topologically trapped'' in a finite-dimensional stability problem---the paradigmatic example of the Pattern~A architecture.
\section{Conclusion}
The Renormalized Free Energy Framework replaces the search for global smoothness or positivity with the construction of local, finite-rank certificates. By identifying the common structural bottleneck---Pattern~A stability under gauge constraint---we provide a unified structural approach to several major open problems in mathematics and physics.
We emphasise the distinction between what has been \emph{established} and what remains \emph{programmatic}. Specifically: the FST-RH instantiation (Section~\ref{sec:fst-rh}) provides, as detailed in the companion papers~\cite{Geiger2026a,Geiger2026b,Geiger2026c}, a rigorous development of the Riemann Hypothesis within this framework, including computer-assisted numerical verification, serving as the reference implementation. The instantiations for Yang--Mills, Navier--Stokes, Turbulence, and Dark Energy are at varying stages of completion: each identifies the relevant Pattern~A structure and reduces the problem to specific technical hypotheses (continuum limit for YM, projection regularity + dissipation dominance at $H^1$-level for NS, entropy-compatibility + non-degenerate energy injection for TU, minimality axioms for DE). Dedicated companion papers for the NS and TU cases have undergone multiple review cycles (NS: 5 review cycles completed; TU: journal-ready, with the DFC$\Rightarrow$NL' chain rigorously proven)~\cite{Geiger2026-NS,Geiger2026-TU}; the YM instantiation provides conditional theorems with Kingman--Lyapunov confirmation for all $\beta$~\cite{Geiger2026-YM}, and the DE instantiation has screening numerically validated~\cite{Geiger2026-DE}. The Hodge instantiation yields the negative result that arithmetic positivity reduces exactly to Deligne's absoluteness (AP$^p$\,=\,AbsHodge$^p$), delineating a structural limit of the positivity approach \cite{Geiger2026-Hodge}. The BSD instantiation establishes a normal-form theorem complete for rank~$\leq 1$ via Gross--Zagier and Kolyvagin, with rank~$\geq 2$ requiring higher Gross--Zagier formulae \cite{Geiger2026-BSD}. The P\,vs\,NP instantiation proves the equivalence ESC\,$\Leftrightarrow$\,P\,$\neq$\,NP, identifying the uniformity bridge as the central obstruction \cite{Geiger2026-PvsNP}.
Closing these remaining gaps requires domain-specific techniques that complement, but do not follow from, the universal framework alone.
\begin{remark}[Technical notes on specific instantiations]
\label{rem:technical-notes}
The NS instantiation requires the attractor-distance functional to operate at $H^1$-level (enstrophy) rather than $L^2$-level (energy), because the Leray energy identity guarantees $\int_0^{T^*}\|\nabla u\|_{L^2}^2\,dt < \infty$ even under blow-up, preventing the $L^2$-dissipation from producing a contradiction. At $H^1$-level, the enstrophy dissipation $\int\|\Delta u\|^2$ admits no a priori bound of this type and can serve as the divergent term. The TU instantiation additionally requires a non-degeneracy condition (ND) on the energy injection rate. See the companion papers~\cite{Geiger2026-NS,Geiger2026-TU} for details.
\end{remark}
The principal contribution of this paper is therefore not to claim that all problems are solved, but to demonstrate that they share a common architecture---and that this architecture has been successfully implemented in the number-theoretic case.
\begin{remark}[Independence from specific instantiations]
\label{rem:independence}
The RFEP and the Pattern A architecture are formulated at the level of abstract functional analysis and do not depend on the correctness of any specific instantiation. In particular:
\begin{enumerate}
\item The RFEP (Theorem~2.1) is a self-contained variational principle whose proof requires only strict convexity and moment conditions on the Hamiltonian.
\item Pattern A (Principle~4.1) is a structural observation about resolvent hierarchies that holds independently of whether specific problems (RH, YM, NS, etc.) are ultimately resolved by these methods.
\item The spectral gap results for individual problems (Sections~5 and the companion papers) are \emph{applications} of the framework, not prerequisites. If any individual application were found to contain an error, the framework itself would remain intact.
\end{enumerate}
This modular architecture ensures that progress on any one instantiation does not compromise the validity of the others.
\end{remark}
\begin{remark}[Minimal Verifiable Core]
\label{rem:mvc}
For independent verification, we identify the Minimal Verifiable Core (MVC) of the FST-RH proof architecture: (i) the RFEP (Proposition~\ref{prop:rfep-to-pattern-a}) with its convexity proof, (ii) the arithmetic kernel $K_\sigma$ (Section~5.1), (iii) the Shift Parity Lemma (Section~5.2), and (iv) the Resolvent Gap Theorem (Section~5.3). Each component is self-contained and can be verified independently. A proof graph connecting these components is available in the companion papers~\cite{Geiger2026a,Geiger2026b,Geiger2026c}.
\end{remark}
\begin{remark}[Entropic obstruction to off-critical-line zeros]
\label{rem:entropic-obstruction}
Zeros of the Riemann zeta function off the critical line would imply the existence of an information compression scheme that violates the FST entropy bounds: the corresponding $L$-function value encodes more structure than the RFEP allows. This heuristic argument, while not rigorous, provides an information-theoretic ``moral reason'' for RH within the FST framework.
\end{remark}
\begin{remark}[Spectral interpretation]
\label{rem:spectral-interpretation}
The FST framework suggests a spectral interpretation of $L$-function zeros: the zeros correspond to eigenvalues of a self-adjoint Hamiltonian $\hat{H}$ whose free energy landscape $F[\mu]$ is convex. The critical line $\mathrm{Re}(s) = 1/2$ is the ``ground state manifold'' of $\hat{H}$, and off-line zeros would require negative curvature of $F$---contradicting strict convexity (RFEP).
\end{remark}
\begin{remark}[SOS certificates for Pattern A]
\label{rem:sos-certificate}
If an algebraically closed sum-of-squares (SOS) certificate for indefinite quadratic forms (with exactly two negative eigenvalues) on Hilbert spaces can be constructed, it would simultaneously resolve the Convexity Trap (RH: Li coefficient positivity), the Gronwall gap (NS: high-frequency mode control), and potentially the YM continuum limit. This ``universal mathematical scalpel'' (cf.~Parrilo, Blekherman for finite-dimensional SOS; Yakubovich for the S-lemma; Lasserre hierarchies for relaxations) represents the principal analytical bottleneck shared across all Pattern~A instantiations.
\end{remark}
\subsection*{Appendix: Verification checklist}
\label{app:verification}
For reproducibility and independent verification, we list the key checkable claims of this paper:
\begin{enumerate}
\item \textbf{RFEP (Prop.~\ref{prop:rfep-to-pattern-a}):} Strict convexity of $\Phi_\sigma$ follows from strict convexity of KL divergence under the moment condition $e^{H_\sigma} \in L^1(\mu_\sigma)$. \emph{Verification: standard convex analysis, see e.g.\ Cover--Thomas (2006), Ch.~2.}
\item \textbf{Proposition~\ref{prop:rfep-multi} (Multi-parameter):} Generic non-coincidence of constrained and unconstrained optima. \emph{Verification: Sard's theorem applied to the constraint mapping.}
\item \textbf{Pattern A (Principle~\ref{princ:master-stability}):} Spectral gap from strict convexity + neutral leading branch. \emph{Verification: standard spectral theory for self-adjoint operators on $L^2(\mu^*)$.}
\item \textbf{Euler--Maclaurin rank-finiteness (Lemma~\ref{lem:em-rank}):} Boundary correction is finite-rank. \emph{Verification: direct computation of Bernoulli terms, each contributing rank~1.}
\item \textbf{0.47 confirmation:} The multi-parameter RFEP predicts a fine-tuning value of $\approx 0.47$, confirmed by FST-I. \emph{Verification: numerical computation in the companion paper.}
\end{enumerate}
\noindent
A future version of Part~I may be published as a conditional proof: ``Under Assumption AP3 (arithmetic positivity of third-order terms), nullstellenfreiheit follows.'' This would make the proof architecture independently useful even if the unconditional proof is not yet complete.
\begin{thebibliography}{10}
\bibitem{Geiger2026a}
L.~Geiger,
\emph{The FST-RH Framework: Foundations, Obstructions, and Reorientation},
Zenodo, 2026.
\href{https://doi.org/10.5281/zenodo.19035845}{doi:10.5281/zenodo.19035845} (Part~I)
\bibitem{Geiger2026b}
L.~Geiger,
\emph{Even Dominance of the Weil Quadratic Form: Spectral Analysis, Computer-Assisted Proof, and the Resolvent Gap Theorem},
Zenodo, 2026.
\href{https://doi.org/10.5281/zenodo.19035845}{doi:10.5281/zenodo.19035845} (Part~II)
\bibitem{Geiger2026c}
L.~Geiger,
\emph{The FST-RH Framework: Conclusio},
Zenodo, 2026.
\href{https://doi.org/10.5281/zenodo.19035845}{doi:10.5281/zenodo.19035845} (Part~III)
% Note: Parts I--III share a common Zenodo concept DOI.
% Individual version DOIs should be inserted upon final publication.
\bibitem{Kato1995}
T.~Kato,
\emph{Perturbation Theory for Linear Operators},
Classics in Mathematics, Springer-Verlag, Berlin, 1995.
Reprint of the 1980 edition.
\bibitem{SlepianPollak1961}
D.~Slepian and H.\,O.~Pollak,
\emph{Prolate spheroidal wave functions, Fourier analysis and uncertainty---I},
Bell System Technical Journal, \textbf{40}(1):43--63, 1961.
\bibitem{Geiger2026-NS}
L.~Geiger,
\emph{A Thermodynamic Obstruction to Finite-Time Blow-Up in the 3D Navier--Stokes Equations (Conditional Framework)},
Zenodo preprint, March 2026.
% DOI to be assigned upon upload of the NS Skeleton paper.
\bibitem{Geiger2026-NS-BV}
L.~Geiger,
\emph{Log-Distance Integrability for Dissipative Flows: BV Selections on Fractal Attractors},
Zenodo preprint, March 2026.
\href{https://doi.org/10.5281/zenodo.19056808}{doi:10.5281/zenodo.19056808}.
\bibitem{Geiger2026-TU}
L.~Geiger,
\emph{Anomalous Dissipation and the Turbulent Cascade: A Variational Free-Energy Derivation of Kolmogorov Scaling},
Zenodo preprint, March 2026.
\href{https://doi.org/10.5281/zenodo.19056814}{doi:10.5281/zenodo.19056814}.
\bibitem{Geiger2026-PvsNP}
L.~Geiger,
\emph{P vs NP as an Entropic No-Go Theorem: Algorithmic Positivity, Kolmogorov Obstruction, and the Impossibility of Witness Compression},
Zenodo preprint, March 2026.
\href{https://doi.org/10.5281/zenodo.19056810}{doi:10.5281/zenodo.19056810}.
\bibitem{Li1997}
X.-J.~Li,
\emph{The positivity of a sequence of numbers and the Riemann hypothesis},
Journal of Number Theory, \textbf{65}(2):325--333, 1997.
\bibitem{Bombieri2000}
E.~Bombieri,
\emph{The Riemann Hypothesis},
in: \emph{The Millennium Prize Problems}, Clay Mathematics Institute, 2000, pp.~107--124.
\bibitem{Tao2016}
T.~Tao,
\emph{Finite time blowup for an averaged three-dimensional Navier--Stokes equation},
Journal of the American Mathematical Society, \textbf{29}(3):601--674, 2016.
\bibitem{Conrey2003}
J.\,B.~Conrey,
\emph{The Riemann Hypothesis},
Notices of the American Mathematical Society, \textbf{50}(3):341--353, 2003.
\bibitem{Mielke2016}
A.~Mielke,
\emph{On evolutionary $\Gamma$-convergence for gradient systems},
in: Macroscopic and Large Scale Phenomena: Coarse Graining, Mean Field Limits and Ergodicity,
Lecture Notes in Applied Mathematics and Mechanics, Vol.~3, Springer, 2016, pp.~187--249.
\bibitem{MielkeMontefuscoPeletier2021}
A.~Mielke, A.~Montefusco, M.\,A.~Peletier,
\emph{Exploring families of energy-dissipation landscapes via tilting: three types of EDP convergence},
Continuum Mechanics and Thermodynamics, \textbf{33}:611--637, 2021.
\bibitem{DondlFrenzelMielke2019}
P.~Dondl, T.~Frenzel, A.~Mielke,
\emph{A gradient system with a wiggly energy and relaxed EDP-convergence},
ESAIM: Control, Optimisation and Calculus of Variations, \textbf{25}, Art.~68, 2019.
\bibitem{MielkeRossiSavare2016}
A.~Mielke, R.~Rossi, G.~Savar\'e,
\emph{Balanced-Viscosity (BV) solutions to infinite-dimensional rate-independent systems},
Journal of the European Mathematical Society, \textbf{18}:2107--2165, 2016.
\bibitem{Geiger2026-YM}
L.~Geiger, \textit{Volume-Independent Spectral Gap for Strong-Coupling Lattice Gauge Theory via Poincar\'e-Dobrushin Machinery}, Preprint, 2026.
\bibitem{Geiger2026-DE}
L.~Geiger, \textit{Dark Energy as Residual Vacuum Free Energy: A Thermodynamic Bound on the Cosmological Constant}, Preprint, 2026.
\bibitem{Geiger2026-Hodge}
L.~Geiger, \textit{Arithmetic Positivity and Absolute Hodge Classes}, Preprint, 2026.
\bibitem{Geiger2026-BSD}
L.~Geiger, \textit{The BSD Conjecture as a Positivity Normal-Form Theorem}, Preprint, 2026.
\bibitem{Kirk2026}
A.~Kirk, \textit{Mass gap in lattice gauge theory via stochastic geometric analysis}, arXiv preprint, 2026.
\bibitem{BBD2024}
R.~Bauerschmidt, T.~Bodineau, and B.~Dagallier, \textit{Log-Sobolev inequality for the $\varphi^4_2$ and $\varphi^4_3$ measures}, Comm.~Pure Appl.~Math., 2024.
\bibitem{Kingman1968}
J.~F.~C.~Kingman, \textit{The ergodic theory of subadditive stochastic processes}, J.~Roy.\ Statist.\ Soc.\ Ser.~B, \textbf{30} (1968), 499--510.
\bibitem{Sturm2025}
K.-T.~Sturm, \textit{Bakry-\'Emery conditions on almost smooth metric measure spaces with singular Ricci bounds}, Calc.~Var.~PDE, 2025.
\bibitem{Drivas2019}
T.~D.~Drivas, \textit{Turbulent cascade direction and Lagrangian time-asymmetry}, J.~Nonlinear Sci., 2019.
\bibitem{SandierSerfaty2004}
E.~Sandier and S.~Serfaty, \textit{Gamma-convergence of gradient flows with applications to Ginzburg--Landau}, Comm.\ Pure Appl.\ Math., \textbf{57} (2004), 1627--1672.
\bibitem{AGS2008}
L.~Ambrosio, N.~Gigli, and G.~Savar\'e, \textit{Gradient Flows in Metric Spaces and in the Space of Probability Measures}, 2nd ed., Birkh\"auser, 2008.
\end{thebibliography}
\end{document}