Encyclopedia Cosmology Cosmology Dark Energy Wof Zstructural Falsifier Threshold At Redshift One

ARTICLE 3 claims 3 theorems

Cosmology Dark Energy Wof Zstructural Falsifier Threshold At Redshift One

A machine-checked theorem sets the exact precision at which a dark-energy measurement would rule out the Recognition Science prediction.

A precise falsification band

In cosmology, the dark-energy equation of state w(z) describes how the pressure of dark energy relates to its density as the universe expands. The standard cosmological model, ΛCDM, treats this as a constant: w = -1. Recognition Science (RS) proposes a specific departure from this constant, one that grows with redshift z, the measure of how much the universe has stretched since the light we see was emitted. At redshift 1, the framework's prediction is w = -1 + φ⁻⁴⁴, where φ is the golden ratio, making the deviation about 6.38 × 10⁻¹⁰.

The declaration falsifierThreshold_at_redshift_one establishes the precision needed to distinguish this prediction from ΛCDM. It proves that the threshold, the absolute difference between the two models' predictions at redshift 1, is exactly φ⁻⁴⁴. This is a theorem in the machine-checked library of formal theorems. The practical meaning is clear: a measurement of w at redshift 1 with an uncertainty smaller than 6.38 × 10⁻¹⁰ could, in principle, decide between the two models. Any measurement that lands within that band cannot be the RS prediction, and any measurement outside it would be consistent with the RS placeholder form.

The theorem is deliberately narrow. It concerns only the algebraic discriminator, the size of the gap between the two predictions, and not the specific functional form of how w varies with redshift. The linear-in-z placeholder is just that, one possible form among many that would satisfy the structural inequality. The proof does not claim that the placeholder is the true physical law, nor does it establish the dynamical derivation that would produce the actual z-dependence. That remains a target for future work.

What this means for a reader is that the framework has produced a clean, checkable number: the precision at which its dark-energy prediction becomes falsifiable at redshift 1. It is a concrete, testable consequence of the framework's internal structure, even if the full cosmological dynamics behind it are not yet derived.

THEOREM falsifierThreshold_at_redshift_one · IndisputableMonolith/Cosmology/DarkEnergyWofZStructural.lean
falsifierThreshold_at_redshift_one · IndisputableMonolith/Cosmology/DarkEnergyWofZStructural.lean:234
/-- Falsifier threshold at `z = 1.0`. -/
theorem falsifierThreshold_at_redshift_one :
    falsifierThreshold redshift_one = phi_neg_44 := by
  unfold falsifierThreshold redshift_one
  ring
THEOREM w_RS_linear_at_redshift_one · IndisputableMonolith/Cosmology/DarkEnergyWofZStructural.lean
/-- RS structural prediction at `z = 1.0`. -/
theorem w_RS_linear_at_redshift_one :
    w_RS_linear redshift_one = -1 + phi_neg_44 := by
  unfold w_RS_linear redshift_one
  ring
THEOREM measured_near_LCDM_not_RS_linear · IndisputableMonolith/Cosmology/DarkEnergyWofZStructural.lean
measured_near_LCDM_not_RS_linear · IndisputableMonolith/Cosmology/DarkEnergyWofZStructural.lean:180
/-- A measurement closer to ΛCDM than the RS structural separation
cannot equal the RS structural prediction. This is the formal falsifier
band used by the dataset row. -/
theorem measured_near_LCDM_not_RS_linear
    (z : ℝ) (h : 0 < z) {w_measured : ℝ}
    (hclose : |w_measured - w_LCDM_value| < falsifierThreshold z) :
    w_measured ≠ w_RS_linear z := by
  intro h_eq
  have hdist := w_RS_linear_abs_deviation_eq_threshold z (le_of_lt h)
  rw [h_eq] at hclose
  rw [hdist] at hclose
  exact (lt_irrefl (falsifierThreshold z)) hclose

What this page does not claim

The theorem does not claim that the linear-in-z placeholder is the actual physical law for w(z). The theorem does not claim to have derived the dynamical, time-dependent evolution of dark energy from the framework's principles. The theorem does not claim that any current measurement is precise enough to test the prediction.

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