Encyclopedia Gravity Gravity Qgchannel Rung Derivation Cassini Correction Value Pos

ARTICLE 3 claims 3 theorems

Gravity Qgchannel Rung Derivation Cassini Correction Value Pos

A machine-checked theorem states that the framework's correction to Cassini's Shapiro delay is a positive number, a small but necessary step in a larger derivation.

The Cassini correction

The Shapiro delay is the extra time a light signal takes to travel past a massive body, a classic test of general relativity. The Cassini spacecraft measured this delay to high precision during its 2002 solar conjunction, and the result matched Einstein's prediction. In the Recognition Science framework, a ledger, a discrete record of physical events, assigns each length scale a rung number on a golden-ratio ladder. The framework's correction to the Cassini delay is defined as three times the golden ratio raised to the power of minus the strong-field rung, which is set at 44.

The declaration cassiniCorrectionValue_pos is a theorem in the framework's machine-checked library of formal theorems. It proves that this correction value is greater than zero. This is a structural result: it confirms the correction is a positive real number, not zero and not negative. The proof is a direct consequence of the golden ratio being positive and the definition of the correction as a product of positive factors. The theorem is part of a larger certificate that also proves four derived channel corrections, including the Cassini one, share the same rung 44.

What the theorem does not claim is any empirical agreement with the measured Cassini delay. The framework derives a correction value; it does not prove that this value matches the experimental result. The connection to the actual measurement is a separate empirical check, not a theorem. The theorem also does not establish that the physical Shapiro delay itself is positive, only that the framework's correction term is. The physical bridge from the framework's rung algebra to the measured delay remains an open problem, not a proved result.

The value of the theorem is internal consistency. It shows the framework's derivation is mathematically sound at this step: the correction is a well-formed positive number. This is necessary for any further work comparing the framework's predictions to data. Without this positivity, the correction could be zero or negative, which would break the derivation. The theorem is a small but load-bearing piece of the framework's gravitational-wave channel predictions.

THEOREM cassiniCorrectionValue_pos · IndisputableMonolith/Gravity/QGChannelRungDerivation.lean
theorem cassiniCorrectionValue_pos : 0 < cassiniCorrectionValue :=
  mul_pos (by norm_num) (zpow_pos phi_pos _)
THEOREM cassiniCorrectionValue_pos · IndisputableMonolith/Gravity/QGChannelRungDerivation.lean
theorem cassiniCorrectionValue_pos : 0 < cassiniCorrectionValue :=
  mul_pos (by norm_num) (zpow_pos phi_pos _)
THEOREM four_channels_share_rung_44 · IndisputableMonolith/Gravity/QGChannelRungDerivation.lean
/-- Four of five derived channels share rung 44 (the strong-field rung). -/
theorem four_channels_share_rung_44 :
    ptaDerived.rung = 44 ∧
    ehtDerived.rung = 44 ∧
    sStarDerived.rung = 44 ∧
    cassiniDerived.rung = 44 := ⟨rfl, rfl, rfl, rfl⟩

What this page does not claim

The theorem does not claim any empirical agreement with the measured Cassini delay. The theorem does not prove that the physical Shapiro delay itself is positive. The theorem does not establish the physical bridge from rung algebra to the measured delay.

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/Gravity/QGChannelRungDerivation.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