Encyclopedia Cosmology Cosmology Dark Energy Evolution Structure Dark Energy Implies Positive

ARTICLE 3 claims 3 theorems

Cosmology Dark Energy Evolution Structure Dark Energy Implies Positive

Dark energy's density is positive and less than the critical density, a machine-checked result in one cosmological framework.

A positive density

Dark energy is the name cosmologists give to the unknown agent that accelerates the expansion of the universe. Its density is usually written as ΩΛ, the ratio of the dark energy density to the critical density that would just halt expansion. A positive ΩΛ means dark energy contributes a repulsive push; a value below 1 means the universe is not dominated by it to the point of a Big Rip in the simplest models. The measured value from Planck and other surveys is about 0.685, firmly between 0 and 1.

In the Recognition Science framework, a machine-checked library of formal theorems, the same bounds are proved rather than assumed. The framework models the early universe's dark energy density as a quantity that must satisfy a structural condition called dark energy evolution from the ledger, where the ledger is a discrete record of recognition events. From that condition, a chain of theorems derives that 0 < ΩΛ and ΩΛ < 1. The specific declaration dark_energy_implies_positive states the first half: if the structural condition holds, then ΩΛ is strictly greater than zero.

The companion theorems dark_energy_implies_subunit and dark_energy_implies_ne_zero complete the picture. The subunit theorem gives the upper bound ΩΛ < 1. The nonzero theorem excludes the degenerate endpoint ΩΛ = 0, which would mean no dark energy at all. Together they rule out both a vanishing density and a density equal to the critical value. The whole chain rests on a prior result, cosmological_constant_resolution, that the framework proves from its ledger axioms.

What the declaration does not claim is just as important. It does not say how dark energy evolves over time, despite the name of the surrounding file. The structural condition is a placeholder for effective equation-of-state evolution, and the framework marks that part as STARTED, not finished. The theorem does not derive the numerical value 0.685, nor does it explain what dark energy is. It only establishes the positivity and subunity bounds within the framework's own model.

For a reader, the practical consequence is a check on consistency. If you accept the framework's ledger condition, then dark energy cannot be zero and cannot exceed the critical density. That matches the observed universe, where dark energy is real but not overwhelming. The proof is machine-checked, so the logic is airtight within its assumptions; the assumptions themselves remain a modeling choice.

THEOREM dark_energy_implies_positive · IndisputableMonolith/Cosmology/DarkEnergyEvolutionStructure.lean
/-- Dark-energy evolution structure enforces positivity of `Ω_Λ`. -/
theorem dark_energy_implies_positive (h : dark_energy_evolution_from_ledger) :
    0 < EarlyUniverse.omega_lambda :=
  h.1
THEOREM dark_energy_implies_subunit · IndisputableMonolith/Cosmology/DarkEnergyEvolutionStructure.lean
/-- Dark-energy evolution structure enforces the subunit upper bound. -/
theorem dark_energy_implies_subunit (h : dark_energy_evolution_from_ledger) :
    EarlyUniverse.omega_lambda < 1 :=
  h.2
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

What this page does not claim

The declaration does not derive the numerical value of Ω<sub>Λ</sub> or match any specific measurement. The declaration does not say how dark energy evolves over time; that part is marked STARTED in the framework. The declaration does not explain what dark energy physically is beyond its density bounds.

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