Encyclopedia Gravity Gravity Ptastructural Rs Pta Stochastic Phi Signature In Observable Band
ARTICLE 3 claims 3 theorems
Gravity Ptastructural Rs Pta Stochastic Phi Signature In Observable Band
A machine-checked theorem places a predicted stochastic background signature inside a specific positive band, separating it from a pure inflation baseline.
The structural band
Pulsar timing arrays listen for a stochastic background, a faint wash of gravitational waves arriving from many directions at once. A key question is whether that wash comes from merging supermassive black holes or from inflation in the early universe. The Recognition Science framework contributes a structural discriminator: it identifies a specific numerical signature that its own theory predicts, and proves, in its machine-checked library of formal theorems, that this signature sits inside a defined positive band while a pure inflation baseline sits outside it.
The signature is the golden-ratio constant φ raised to the power -44, written φ^(-44). The framework's library defines this as a positive real number. The ledger, the framework's discrete record of recognition events, produces this scale through its forcing chain. The theorem rs_pta_stochastic_phi_signature_in_observable_band proves that this value lies strictly between half the signature and three halves of it, a band centered on the value itself. The library also proves that the pure inflation baseline, set to zero, cannot lie in that band. These two facts together form the observable-band discriminator: the framework's predicted signature is positive and distinct from the zero baseline, and it occupies a specific positive range.
This is a structural result, not an observational one. The library does not attach any pulsar timing array dataset, and it does not claim that current telescopes can already separate the signals. The theorem concerns the algebraic relationship between the predicted signature and the baseline. The empirical work of fitting spectral shapes to actual data remains open. The declaration provides a theorem-grade input to a larger master theorem, PTAStochasticGWDistinctFromInflation, which is a hypothesis about the physical universe, not a proven observation.
What the declaration changes is the status of the discriminator. Before this theorem, the separation between the RS signature and the inflation baseline was a hope. Now it is a proved algebraic fact, ready to be tested against data. The framework's contribution is to make the structural distinction precise and machine-checked, so that when observational sensitivity improves, the comparison is already well defined.
THEOREM rs_pta_stochastic_phi_signature_in_observable_band · IndisputableMonolith/Gravity/PTAStructural.lean
theorem rs_pta_stochastic_phi_signature_in_observable_band :
rs_pta_observable_band rs_pta_stochastic_phi_signature := by
have hpos := rs_pta_stochastic_phi_signature_pos
unfold rs_pta_observable_band
constructor <;> nlinarith
THEOREM inflationary_pta_family_baseline_not_in_rs_band · IndisputableMonolith/Gravity/PTAStructural.lean
theorem inflationary_pta_family_baseline_not_in_rs_band
(x : ℝ) (hx : inflationary_pta_family_baseline x) :
¬ rs_pta_observable_band x := by
intro hband
rcases hband with ⟨hlow, _⟩
unfold inflationary_pta_family_baseline inflation_zero_stochastic_baseline at hx
subst x
have hpos := rs_pta_stochastic_phi_signature_pos
nlinarith
THEOREM ptaStochasticGWObservableBandWitness · IndisputableMonolith/Gravity/PTAStructural.lean
/-- Master-theorem witness strengthened from nonzero structural separation to
an explicit positive observable band separated from the inflationary zero
baseline class. -/
def ptaStochasticGWObservableBandWitness :
MasterTheorem.PTAStochasticGWDistinctFromInflation where
rs_pta_distinct_inflation := rs_pta_distinct_inflation_observable_band_prop
holds := rs_pta_distinct_inflation_observable_band_prop_holds
What this page does not claim
No pulsar timing array dataset is attached to this theorem. Current observational separation of the RS signature from the inflation baseline is not claimed. The master theorem PTAStochasticGWDistinctFromInflation is a hypothesis, not a proven observation.
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/PTAStructural.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 observational sensitivity would be needed to distinguish the φ^(-44) signature from the inflation baseline in real pulsar timing array data?
- How does the rung-44 scale relate to other scales in the framework's gravity and cosmology bridge?
- What spectral shapes does the framework predict for the stochastic background within the observable band?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM rs_pta_stochastic_phi_signature_in_observable_band · IndisputableMonolith/Gravity/PTAStructural.lean
theorem rs_pta_stochastic_phi_signature_in_observable_band : rs_pta_observable_band rs_pta_stochastic_phi_signature := by have hpos := rs_pta_stochastic_phi_signature_pos unfold rs_pta_observable_band constructor <;> nlinarithThe theorem rs_pta_stochastic_phi_signature_in_observable_band proves that the RS stochastic signature lies strictly between half the signature and three halves of it. rs_pta_stochastic_phi_signature_in_observable_band · IndisputableMonolith/Gravity/PTAStructural.leanTHEOREM inflationary_pta_family_baseline_not_in_rs_band · IndisputableMonolith/Gravity/PTAStructural.lean
theorem inflationary_pta_family_baseline_not_in_rs_band (x : ℝ) (hx : inflationary_pta_family_baseline x) : ¬ rs_pta_observable_band x := by intro hband rcases hband with ⟨hlow, _⟩ unfold inflationary_pta_family_baseline inflation_zero_stochastic_baseline at hx subst x have hpos := rs_pta_stochastic_phi_signature_pos nlinarithThe library also proves that the pure inflation baseline, set to zero, cannot lie in that band. inflationary_pta_family_baseline_not_in_rs_band · IndisputableMonolith/Gravity/PTAStructural.leanTHEOREM ptaStochasticGWObservableBandWitness · IndisputableMonolith/Gravity/PTAStructural.lean
/-- Master-theorem witness strengthened from nonzero structural separation to an explicit positive observable band separated from the inflationary zero baseline class. -/ def ptaStochasticGWObservableBandWitness : MasterTheorem.PTAStochasticGWDistinctFromInflation where rs_pta_distinct_inflation := rs_pta_distinct_inflation_observable_band_prop holds := rs_pta_distinct_inflation_observable_band_prop_holdsThe declaration provides a theorem-grade input to a larger master theorem, PTAStochasticGWDistinctFromInflation. ptaStochasticGWObservableBandWitness · IndisputableMonolith/Gravity/PTAStructural.lean