Encyclopedia Cosmology Cosmology Dark Energy Evolution Structure Dark Energy Implies Ne Zero

ARTICLE 3 claims 3 theorems

Cosmology Dark Energy Evolution Structure Dark Energy Implies Ne Zero

In the Recognition Science account, dark energy cannot be exactly zero: a formal theorem forces its density to lie strictly between nothing and everything.

The nonzero bound

Dark energy is the name cosmologists give to the unknown something that makes the expansion of the universe accelerate. In the standard picture it is often described by a density parameter, written ΩΛ, which measures how much of the universe's total energy budget sits in this mysterious component. The parameter can in principle take any value from zero, meaning no dark energy at all, up to one, meaning dark energy is all there is. Observations say the real value is somewhere in between, around 0.7, but the question of whether it could ever be exactly zero is a structural one, not just a numerical one.

The Recognition Science framework, which derives physical structure from a forced accounting of recognition events, formalizes this question in a small machine-checked library of formal theorems. Its starting point for cosmology is a resolution of the cosmological constant problem: a theorem, omega_lambda_bounded, proves that the framework's dark-energy density is positive and less than one. From that single bound the library extracts two endpoint exclusions. One theorem, dark_energy_implies_ne_zero, takes the hypothesis that dark-energy evolution structure holds and concludes that ΩΛ ≠ 0. A companion theorem, dark_energy_implies_ne_one, concludes the same for the upper endpoint, ΩΛ ≠ 1.

What the nonzero theorem actually establishes is narrow and precise. It does not compute a value for dark energy, and it does not say how dark energy changes over time. It says only that within the framework, a universe with exactly zero dark energy is a degenerate endpoint that the structure excludes. The proof is a simple logical step: if the density is positive, then it is not zero. The content lives in the premise, the boundedness theorem that rules out the zero endpoint in the first place.

The declaration also does not claim that dark energy is constant. Its name, dark_energy_evolution_structure, is a placeholder for effective equation-of-state evolution; the library marks the derivation status as started, not finished. The evolution question remains open. What is closed is the endpoint exclusion: in this account, the ledger cannot balance with no dark energy at all.

THEOREM omega_lambda_bounded · IndisputableMonolith/Cosmology/DarkEnergyEvolutionStructure.lean
/-- Baseline RS dark-energy density is positive and subunitary. -/
theorem omega_lambda_bounded :
    0 < EarlyUniverse.omega_lambda ∧ EarlyUniverse.omega_lambda < 1 :=
  EarlyUniverse.cosmological_constant_resolution
THEOREM dark_energy_implies_ne_zero · IndisputableMonolith/Cosmology/DarkEnergyEvolutionStructure.lean
/-- Dark-energy structure excludes the degenerate `Ω_Λ = 0` endpoint. -/
theorem dark_energy_implies_ne_zero (h : dark_energy_evolution_from_ledger) :
    EarlyUniverse.omega_lambda ≠ 0 :=
  ne_of_gt h.1
THEOREM dark_energy_implies_ne_one · IndisputableMonolith/Cosmology/DarkEnergyEvolutionStructure.lean
/-- Dark-energy structure excludes the degenerate `Ω_Λ = 1` endpoint. -/
theorem dark_energy_implies_ne_one (h : dark_energy_evolution_from_ledger) :
    EarlyUniverse.omega_lambda ≠ 1 :=
  ne_of_lt h.2

What this page does not claim

The theorem does not compute a numerical value for ΩΛ or predict how it changes over time. The framework does not yet derive the equation-of-state evolution of dark energy; that derivation is marked started, not finished. The theorem does not say dark energy is constant, only that it is nonzero and less than one.

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/DarkEnergyEvolutionStructure.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