Encyclopedia Cosmology Cosmology Dark Energy Theta Status Implied Theta Band

ARTICLE 3 claims 3 theorems

Cosmology Dark Energy Theta Status Implied Theta Band

A machine-checked theorem pins the dark energy amplitude to a narrow positive band, while the exact value remains an open target.

The implied theta band

In the Recognition Science framework, the dynamic dark-energy amplitude is written as δw0 = θ · J(φ), where J(φ) is a fixed constant derived from the framework's core cost function and θ is a dimensionless attenuation fraction. The declaration impliedTheta_band establishes a sharp bound on the observationally implied value of θ: it is strictly greater than 0 and strictly less than 1/6. This is a proved theorem in the framework's machine-checked library of formal theorems, meaning the bound is not a numerical fit but a logical consequence of prior definitions and proved envelope theorems.

The theorem does not derive the exact value of θ from first principles. That remains an open target, stated as a theorem-shaped structure called ThetaFromFirstPrinciples, which any future derivation must satisfy: a positive real number no greater than 1. The current implied value is explicitly labeled a data-envelope value, an observational constraint, not a derivation. What the framework proves is conditional: once such a first-principles θ is supplied within [0,1], all amplitude obligations reduce to already proved envelope theorems, guaranteeing a positive amplitude below the J(φ) ceiling.

The practical consequence is a clean separation between what is known and what is sought. The framework proves the amplitude is positive and bounded above, and it proves the implied θ is admissible as an attenuation fraction. But the exact dynamic occupancy fraction itself, the precise number that would complete the dark-energy account, is not claimed. That is the open question the theorem-shaped target is designed to receive.

THEOREM impliedTheta_band · IndisputableMonolith/Cosmology/DarkEnergyThetaStatus.lean
/-- The current sharp implied theta lies in the admissible positive sub-saturation band. -/
theorem impliedTheta_band :
    0 < impliedOccupancy ∧ impliedOccupancy < (1 : ℝ) / 6 :=
  ⟨impliedOccupancy_pos, impliedOccupancy_lt_one_sixth⟩
THEOREM impliedThetaAttenuation · IndisputableMonolith/Cosmology/DarkEnergyThetaStatus.lean
/-- The observationally implied theta can be packaged as an admissible attenuation fraction.
This is explicitly an envelope value, not a first-principles derivation. -/
def impliedThetaAttenuation : AmplitudeAttenuation where
  theta := impliedOccupancy
  theta_nonneg := le_of_lt impliedOccupancy_pos
  theta_le_one := impliedTheta_le_one
THEOREM thetaDerived_amplitude_pos · thetaDerived_amplitude_le_ceiling · IndisputableMonolith/Cosmology/DarkEnergyThetaStatus.lean
/-- Any first-principles theta derivation gives a positive amplitude. -/
theorem thetaDerived_amplitude_pos (T : ThetaFromFirstPrinciples) :
    0 < attenuatedAmplitude T.theta := by
  unfold attenuatedAmplitude
  exact mul_pos T.theta_pos Constants.Jcost_phi_pos
thetaDerived_amplitude_le_ceiling · IndisputableMonolith/Cosmology/DarkEnergyThetaStatus.lean:62
/-- Any first-principles theta derivation keeps the amplitude below the `J(φ)` ceiling. -/
theorem thetaDerived_amplitude_le_ceiling (T : ThetaFromFirstPrinciples) :
    attenuatedAmplitude T.theta ≤ Cost.Jcost phi :=
  attenuatedAmplitude_le_ceiling T.toAmplitudeAttenuation

What this page does not claim

The exact value of θ is not derived from first principles. The bound on θ is not a prediction of a specific physical mechanism. The framework does not claim the implied θ is the true cosmological constant.

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