Encyclopedia Cosmology Cosmology Dark Energy Theta Status Theta Derived Amplitude Le Ceiling
ARTICLE 4 claims 3 theorems 1 open
Cosmology Dark Energy Theta Status Theta Derived Amplitude Le Ceiling
Dark energy's strength in this framework has a hard upper bound, and a new theorem shows any future derivation must respect it.
The amplitude ceiling
Dark energy is the name for the unknown force that appears to be accelerating the expansion of the universe. In the Recognition Science framework, its strength is written as a small number called the amplitude, and that amplitude takes a specific form: the product of a fraction θ and a fixed scale J(φ). The fixed scale comes from the framework's core cost function, which is proved to be J(x) = (x + 1/x)/2 - 1. The fraction θ is meant to measure how much of that full scale actually appears in the cosmos, a number between zero and one.
The key fact about this amplitude is that it cannot exceed the fixed scale J(φ). The theorem thetaDerived_amplitude_le_ceiling proves exactly that: for any valid θ in the range from zero to one, the resulting amplitude is always less than or equal to J(φ). This is not a guess or a numerical fit. It is a formally checked result, meaning a machine has verified the logical steps. The practical consequence is a ceiling: no matter how the exact value of θ is eventually derived, the dark energy amplitude in this framework will never overshoot this bound.
The theorem also guarantees the amplitude is positive, since both θ and J(φ) are positive. So the framework does not allow dark energy to vanish or become negative. The amplitude sits strictly between zero and the ceiling, a definite band rather than an open possibility.
What the theorem does not do is tell you what θ actually is. The exact value of θ remains an open problem, a target for future work. The framework currently has an implied value drawn from observational data, and that value is positive and below one-sixth. But that implied number is explicitly labeled as a data envelope, not a first-principles derivation. The theorem's role is to set the rules of the game: once a true derivation of θ arrives, the amplitude will automatically fall in the correct range. It is a guarantee about the future, not a statement about the present.
In Recognition Science, this ceiling matters because it ties dark energy to the same cost structure that produces other constants. The framework models the universe as holding a discrete record of recognition events, where each event carries a forced cost. The dark energy amplitude inherits its bound from that cost. The theorem closes a logical gap: it shows the remaining unknown, θ, is the only piece missing, and that the rest of the amplitude story is already settled.
THEOREM thetaDerived_amplitude_le_ceiling · IndisputableMonolith/Cosmology/DarkEnergyThetaStatus.lean
/-- 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
THEOREM thetaDerived_amplitude_pos · 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
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⟩
What this page does not claim
The exact numerical value of θ is not derived or predicted by this theorem. The implied θ value from data is not a first-principles derivation. The theorem does not say the amplitude equals the ceiling, only that it cannot exceed it.
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:
- What physical process determines the exact value of θ from first principles?
- How does the amplitude ceiling relate to the observed acceleration rate of the universe?
- What observational data fixes the current implied value of θ?
- Does the framework predict a specific dark energy equation of state?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM thetaDerived_amplitude_le_ceiling · IndisputableMonolith/Cosmology/DarkEnergyThetaStatus.lean
/-- 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.toAmplitudeAttenuationThe theorem thetaDerived_amplitude_le_ceiling proves that for any valid θ in the range from zero to one, the resulting amplitude is always less than or equal to J(φ). thetaDerived_amplitude_le_ceiling · IndisputableMonolith/Cosmology/DarkEnergyThetaStatus.leanTHEOREM thetaDerived_amplitude_pos · 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_posThe theorem also guarantees the amplitude is positive, since both θ and J(φ) are positive. thetaDerived_amplitude_pos · IndisputableMonolith/Cosmology/DarkEnergyThetaStatus.lean- OPENThe exact value of θ remains an open problem, a target for future work.
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⟩The framework currently has an implied value drawn from observational data, and that value is positive and below one-sixth. impliedTheta_band · IndisputableMonolith/Cosmology/DarkEnergyThetaStatus.lean