Encyclopedia Cosmology Cosmology Dark Energy Dark Energy Eos
ARTICLE 2 claims 1 theorem 1 model
Cosmology Dark Energy Dark Energy Eos
Dark energy's equation of state is a single number, w, that tells whether the universe's expansion is accelerating. The Recognition Science framework defines it as exactly -1.
Equation of state
In cosmology, dark energy is the unknown agent driving the universe's accelerating expansion. Its essential property is the equation of state, a number written w that relates the energy density of a substance to its pressure. For a cosmological constant, the energy density is fixed in space and time, and the pressure is exactly the negative of the energy density, so w equals -1. This value makes the expansion accelerate rather than slow down. The leading measurements from supernovae and the cosmic microwave background are consistent with w = -1, though not yet precise enough to rule out small deviations.
Within the Recognition Science framework, the declaration dark_energy_eos establishes that the framework's model of dark energy has this same equation of state. The framework defines a quantity called equationOfState and sets it to -1. The theorem dark_energy_eos then proves, by direct computation, that this definition is correct: the equation of state equals -1. This is a formal statement in the framework's machine-checked library of formal theorems, not a new physical measurement. The framework models dark energy as emerging from what it calls ledger tension, a discrete record of events that must balance globally while the universe expands, creating new space for entries. The residual cost of maintaining that balance is the cosmological constant.
The framework's claim is that its model reproduces the standard cosmological constant value of w = -1. It does not claim to have measured this value, nor does it claim that the framework's derivation of dark energy itself is complete. The declaration is a definitional step: it states what the framework's model predicts, and that prediction matches the standard picture. The framework also defines a cosmological constant that scales as the square of the Hubble constant, and it asserts that dark energy dominates the universe's energy budget, but these are separate definitions and claims, not part of what dark_energy_eos itself establishes.
THEOREM dark_energy_eos · IndisputableMonolith/Cosmology/DarkEnergy.lean
/-- **THEOREM**: Dark energy has w = -1 (cosmological constant). -/
theorem dark_energy_eos : equationOfState = -1 := rfl
MODEL equationOfState · IndisputableMonolith/Cosmology/DarkEnergy.lean
/-- The dark energy equation of state: w = P/ρ. -/
noncomputable def equationOfState : ℝ := -1
What this page does not claim
The framework has measured w = -1 from astronomical data. The framework has a complete derivation of dark energy's origin. The framework's equation of state is a new prediction distinct from the standard cosmological constant model.
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/Cosmology/DarkEnergy.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:
- How does the framework derive the value of the cosmological constant from ledger tension?
- What observations could falsify the framework's prediction that w equals exactly -1?
- How does the framework's dark energy model relate to the measured value of the Hubble constant?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM dark_energy_eos · IndisputableMonolith/Cosmology/DarkEnergy.lean
/-- **THEOREM**: Dark energy has w = -1 (cosmological constant). -/ theorem dark_energy_eos : equationOfState = -1 := rflThe theorem dark_energy_eos proves that the framework's equationOfState equals -1. dark_energy_eos · IndisputableMonolith/Cosmology/DarkEnergy.leanMODEL equationOfState · IndisputableMonolith/Cosmology/DarkEnergy.lean
/-- The dark energy equation of state: w = P/ρ. -/ noncomputable def equationOfState : ℝ := -1The framework defines equationOfState as -1. equationOfState · IndisputableMonolith/Cosmology/DarkEnergy.lean