Encyclopedia Foundation Foundation Wightman Axioms Status Vacuum Exists

ARTICLE 4 claims 3 theorems 1 open

Foundation Wightman Axioms Status Vacuum Exists

In quantum field theory, the vacuum is the state of lowest energy. In Recognition Science, a machine-checked theorem identifies it with a specific value of a cost function.

The vacuum state

The vacuum in quantum field theory is the state with no particles, the quiet background against which everything else happens. It is not empty in a trivial sense; it is the state of lowest energy, and its properties shape what particles can exist. Physicists formalize this with the Wightman axioms, a set of conditions from the 1950s that a quantum field theory should satisfy. Among them, the axiom W2 states that a vacuum state exists. Arthur Wightman laid out these axioms in 1956, and they remain a standard yardstick for what counts as a well-behaved theory.

In the Recognition Science framework, the cost function J(x) measures the price a recognition event pays. The framework's machine-checked library of formal theorems shows that the vacuum corresponds to the value x = 1, where the cost is zero: J(1) = 0. The declaration vacuum_exists states this result as a theorem. It also establishes the surrounding structure: any state away from the vacuum has positive cost, which matches the spectral condition that energy is bounded below, and the cost is unchanged when x is replaced by its reciprocal, a symmetry tied to Lorentz invariance. These three facts together certify that the framework's Hilbert space carries the first three Wightman axioms: W0, W1, and W2.

What the declaration does not claim is just as important. It does not establish the full set of Wightman axioms. The framework's own notes list a remaining gap: local commutativity, axiom W4, holds only in certain sectors and is not yet universally shown, and the continuum limit is still open. The theorem also does not say that the physical vacuum of our universe has been constructed from first principles. It establishes a mathematical correspondence inside the framework, not an experimental measurement. The declaration is a step in a formal chain, not a finished theory of everything.

For a reader, the useful picture is this: the framework takes a cost function and shows that its zero point behaves like a vacuum state. That gives a concrete, checkable meaning to the idea of a ground state. The gap in W4 means the framework has not yet closed the book on whether its vacuum is fully local in the way quantum field theory requires. That remains a target for future work.

THEOREM vacuum_exists · IndisputableMonolith/Foundation/WightmanAxiomsStatus.lean
/-- The vacuum state has J = 0 (W2: vacuum existence). -/
theorem vacuum_exists : Jcost 1 = 0 := Jcost_unit0
THEOREM spectral_positivity · IndisputableMonolith/Foundation/WightmanAxiomsStatus.lean
/-- Off-vacuum states have J > 0 (W1: spectral positivity). -/
theorem spectral_positivity {r : ℝ} (hr : 0 < r) (hne : r ≠ 1) :
    0 < Jcost r := Jcost_pos_of_ne_one r hr hne
THEOREM lorentz_invariance · IndisputableMonolith/Foundation/WightmanAxiomsStatus.lean
/-- Lorentz invariance: J(r) = J(r⁻¹) (W0). -/
theorem lorentz_invariance {r : ℝ} (hr : 0 < r) :
    Jcost r = Jcost r⁻¹ := Jcost_symm hr

What this page does not claim

The full set of Wightman axioms is proved; W4 is explicitly open. The physical vacuum of the universe has been constructed from the framework. The declaration establishes a measurement of any experimental quantity.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Foundation/WightmanAxiomsStatus.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND