Henstock–Kurzweil Gauge Integral in the Non-Gaussian Regime: A Machine-Verified Construction
Author: Yuri N. Berdinsky, Saint Petersburg State University
Summary (Overview)
- The paper develops a rigorous mathematical framework for non-Gaussian functional integrals using the Henstock–Kurzweil (HK) gauge integral, avoiding the standard detours of Wick rotation, Wiener measure, ζ-regularisation, and analytic continuation.
- The central result concerns the one-mode quartic integral , proven to be finite, strictly positive, monotone in , and in the coupling on —despite having a divergent perturbative (Taylor) series.
- The -mode influence functional is shown to factorise into one-mode integrals and is bounded above by its Gaussian value.
- A Chernoff/Lie–Trotter product formula handles the non-commutativity of free and non-Gaussian generators for bounded operators.
- All results are formally machine-checked in Lean 4 with Mathlib (file
HkNonGaussian.lean), containing nosorryand using only standard axioms.
Introduction and Theoretical Foundation
Motivation: Beyond Gaussian Integrals
The paper begins with the fundamental finite-dimensional Gaussian integral, which underpins virtually all explicit computations in quantum field theory, statistical mechanics, and mathematical finance:
When the action acquires a quartic self-interaction,
the standard perturbative expansion has zero radius of convergence—it is purely asymptotic, with factorially growing coefficients.
The Classical Route (Five Analytic Detours)
The paper carefully recalls the standard physicist's approach to real-time path integrals:
- Formal measure: The symbol denotes "uniform measure on paths"—but Cameron's theorem shows no such countably additive complex measure exists on .
- Wick rotation: Substitute , turning into with Wiener measure .
- Cameron–Martin obstruction: Wiener measure is supported on nowhere-differentiable paths; the kinetic term is almost surely infinite.
- ζ-regularisation: Define and by analytic continuation.
- Analytic continuation back to real time.
Each arrow is a nontrivial analytic step; Steps 2 and 5 are unavailable for general non-Gaussian actions with complex or time-dependent couplings.
The Gauge Route (Direct Construction)
The HK approach (developed for path integrals by Muldowney, and placed in the Kuelbs–Steadman framework by Gill–Zachary and Esposito–Gill) replaces this chain by a single real-time construction:
- Cylindrical intervals: Sets with a finite-rank projection and a bounded interval.
- Gauge: A strictly positive function on the space of tags.
- δ-fine partitions: Cells must be small in the sense prescribed by at their own tag.
The integral is the limit of Riemann sums over δ-fine partitions as the gauge is refined. Cousin's lemma guarantees δ-fine partitions exist for every gauge.
Methodology
Definitions
Definition 2.1 (Cylindrical interval): A set where is a finite-rank orthogonal projection and is a bounded interval.
Definition 2.2 (Gauge and δ-fine partition): A gauge is . A tagged partition is δ-fine if each base is contained in the ball of radius around .
Definition 2.3 (HK integral): A functional is HK-integrable with value if for every there is a gauge such that
for every δ-fine tagged partition.
Key Theorems
Theorem 2.5 (Gaussian gauge integral):
Theorem 3.1 (Existence and finiteness): For , , , , the function is absolutely integrable. All moments
are finite.
Proof sketch: Since and completing the square gives , the weight is dominated by , integrable against a Gaussian.
Proposition 3.2 (Positivity and monotonicity): For :
Theorem 3.3 (Differentiation under the integral sign) — the technical heart:
- For every and : .
- Consequently is on with .
- At the boundary point , the one-sided derivative exists:
Proof of (1): Fix , work on the ball where . The derivative is dominated uniformly by , integrable by Theorem 3.1. Dominated convergence applies.
Proof of (3): The interior argument fails at (two-sided neighbourhoods contain negative couplings). Using for :
Example 3.5: For , : , hence
with remainder controlled by .
M-Mode Results
Theorem 4.1 (Factorisation): In the eigenmode basis,
Theorem 4.2 (Bounds and smoothness):
and is on with one-sided derivatives at .
Chernoff Splitting
Theorem 5.2 (Strong Chernoff/Lie–Trotter splitting): For (bounded operators on a complex Hilbert space), for every and :
The proof shows is a Chernoff family (, ) and applies the norm-topology Chernoff theorem.
Empirical Validation / Results
Machine Verification (Lean 4)
The formal development uses Mathlib with six files:
| File | Role |
|---|---|
HkFreeField.lean | Gaussian HK integral, determinant formula, two-point function |
HkPathIntegral.lean | HK path integral on Kuelbs–Steadman spaces |
HkTrotter.lean | Trotter product formula and slicing estimates |
HkChernoffBounded.lean | Chernoff theorem for bounded generators (norm topology) |
HkChernoffStrong.lean | Strong (SOT) Chernoff and Lie–Trotter formulas |
HkNonGaussian.lean | This work: non-Gaussian one-mode and M-mode results |
Verification status: The file compiles without errors, contains no occurrence of sorry or admit, introduces no axioms of its own, and depends only on the three standard Lean kernel axioms (propext, Classical.choice, Quot.sound).
Representative Lean Excerpts
def oneModeWeight (om j lam x : R) : R :=
Real.exp(-(om / 2) * x ^ 2 + j * x - lam * x ^ 4)
def nonGaussianOneModeIntegral (om j lam : R) : R :=
∫ x : R, oneModeWeight om j lam x
theorem nonGaussianOneModeFinite (om j lam : R) (hom : 0 < om) (hlam : 0 ≤ lam) :
Integrable (oneModeWeight om j lam)
theorem nonGaussianOneModeDifferentiable (om j : R) (hom : 0 < om) {lam : R} (hlam : 0 ≤ lam) :
HasDerivWithinAt (fun l => nonGaussianOneModeIntegral om j l)
(-oneModeMoment om j lam 4) (Ici 0) lam
Four Illustrative Applications
-
Duffing oscillator: has stationary distribution . The first anharmonic correction to the variance is (variance reduction for a stiffening spring).
-
Local volatility (CEV) in finance: Replacing constant by produces a quartic weight with . The first-order smile correction is , a convergent expression.
-
Wilson–Cowan neural fields: The sigmoidal transfer function generates a term in the effective action, i.e., .
-
Non-Gaussian quantum reservoirs: A two-level system coupled to anharmonic modes with Hamiltonian . Theorem 4.2 guarantees finite decoherence rates bounded by the harmonic case.
Theoretical and Practical Implications
Key Conceptual Insight
The paper's central message: the failure of perturbative series is a failure of method, not of the object. The map is not analytic at (its formal Taylor series diverges for every ), yet it is on in the sense of one-sided derivatives. Smoothness and analyticity are different notions, and only the first is needed for physics.
The theorem produces the numbers but makes no claim that converges—it does not. What one obtains is a function with prescribed derivatives, i.e., exactly the information that Borel summation or rigorous asymptotic analysis needs as input.
Practical Advantages
- Direct real-time construction: No Wick rotation, no Wiener measure, no ζ-regularisation, no analytic continuation.
- Compatibility with Lebesgue: For absolutely convergent integrands (all those in Sections 3–4), the gauge value equals the Lebesgue value—which is why the Lean formalisation uses Mathlib's Bochner integral without loss of rigour.
- Machine verification: All four main statements (A)–(D) are formally verified, providing unprecedented reliability.
Conclusion
The Henstock–Kurzweil gauge integral combined with Chernoff product approximations provides a rigorous, machine-verified route to non-Gaussian functional integrals for finitely many bosonic modes. The resulting integrals are finite, positive, factorising, and smooth in the coupling—with smoothness obtained by differentiation under the integral sign rather than by a divergent perturbative series.
Future Directions
- Continuum limit: Passing from modes to a field requires uniform control of constants in Theorem 4.2 as , with the ζ-regularised determinant reappearing as the limit of finite products.
- Fermionic analogue: Grassmann variables have no positivity, but their integrals are finite sums; a gauge formulation combining both sectors would cover supersymmetric models.
- Complex couplings: For with , the HK integral is natural since absolute integrability is not required.
- Fully non-perturbative regimes: Instanton-dominated situations make the smoothness-vs-analyticity distinction physically visible.
The strong Chernoff theorem is formulated for abstract complex Hilbert spaces without finite-dimensionality assumptions, so the principal barrier to the continuum limit lies in constructing an infinite-dimensional cylindrical HK measure and proving existence of the non-absolutely convergent limit of as —for which the present finite-dimensional theory supplies all necessary projective bounds.
Related papers
- SMELT: Scaling Laws for Compute-Matched MoE Looped Transformers
The SMELT architecture, looping the middle half of MoE layers twice, beats matched baselines by saving 6.8-18% of training compute.
- DART: Decoded Attention over Recurrent States for Efficient Long-Context Sequence Modeling
DART augments Mamba-2 with attention-style key-value retrieval over compressed recurrent states, achieving 75% cache memory savings while substantially improving long-range recall and retrieval tasks.
- Deriving Scaling Laws for OpenEuroLLM Models: Learning Rate, Batch Size and Loss
The Skaling law, with its N-D interaction exponent, predicts held-out LLM losses three times more accurately than Chinchilla, while optimal learning rate and batch size scale as N^-0.417 D^0.086 and N^0.145 D^0.460.