Encyclopedia Cosmology Cosmology Ptastochastic Gwstructural Rs Pta Distinct Inflation Prop
ARTICLE 3 claims 3 theorems
Cosmology Ptastochastic Gwstructural Rs Pta Distinct Inflation Prop
A machine-checked theorem states that a specific number derived from the golden ratio is positive, a fact its authors use to distinguish their model from standard inflation, though the physical prediction itself remains unproven.
The structural discriminator
Pulsar timing arrays like NANOGrav and EPTA have gathered evidence for a stochastic gravitational wave background, a faint sea of ripples in spacetime. In standard cosmology, the leading explanation is inflation, a brief period of exponential expansion in the early universe. Inflation makes a specific, testable prediction: the spectrum of these gravitational waves should be nearly flat, with a tilt very close to zero.
Recognition Science (RS) proposes a different origin for this background. Its framework models the early universe as a discrete structure built on the golden ratio, φ ≈ 1.618. The key quantity is the per-rung phase delay, defined as the natural logarithm of φ, which is approximately 0.481. The declaration rs_pta_distinct_inflation_prop is a formal statement that this RS signature is strictly greater than zero. The accompanying theorem proves this is true, since φ is greater than 1.
This positivity is the entire content of the discriminator. It establishes a structural difference: the RS signature is a positive number, while the inflationary prediction is approximately zero. The formal theorem does not, however, claim that this number matches any observed data. The empirical match against NANOGrav or EPTA datasets is explicitly a separate, future obligation. The declaration is a statement about the framework's own internal consistency, not a measurement of the universe.
In the framework's larger project, this theorem serves a specific purpose. It provides a formal witness that satisfies one of the hypotheses in a conditional master theorem about quantum gravity. By proving this structural point, the framework retires one of the five open hypotheses, but it explicitly does not claim the full discovery. Four other hypotheses remain unproven.
THEOREM rs_pta_distinct_inflation_prop · IndisputableMonolith/Cosmology/PTAStochasticGWStructural.lean
/-- The structural discriminator proposition: the RS PTA signature is
strictly positive, distinct from the inflationary slow-roll prediction
of approximately zero. -/
def rs_pta_distinct_inflation_prop : Prop :=
0 < rs_pta_phi_signature
THEOREM rs_pta_phi_signature_pos · IndisputableMonolith/Cosmology/PTAStochasticGWStructural.lean
theorem rs_pta_phi_signature_pos : 0 < rs_pta_phi_signature := by
unfold rs_pta_phi_signature
exact Real.log_pos one_lt_phi
THEOREM rs_pta_distinct_inflation_prop_holds · IndisputableMonolith/Cosmology/PTAStochasticGWStructural.lean
theorem rs_pta_distinct_inflation_prop_holds :
rs_pta_distinct_inflation_prop :=
rs_pta_phi_signature_pos
What this page does not claim
The theorem does not claim any empirical match with pulsar timing array data. The theorem does not derive the exact spectral tilt of the RS gravitational wave background. The theorem does not prove that inflation is wrong, only that the RS signature is positive.
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/PTAStochasticGWStructural.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 specific spectral shape does the RS framework predict for the stochastic gravitational wave background?
- What would the falsifier band look like for the RS prediction against NANOGrav data?
- What are the four other unproven hypotheses in the master theorem?
- How does the per-rung phase delay arise from the golden-ratio structure of the early universe?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM rs_pta_distinct_inflation_prop · IndisputableMonolith/Cosmology/PTAStochasticGWStructural.lean
/-- The structural discriminator proposition: the RS PTA signature is strictly positive, distinct from the inflationary slow-roll prediction of approximately zero. -/ def rs_pta_distinct_inflation_prop : Prop := 0 < rs_pta_phi_signatureThe declaration rs_pta_distinct_inflation_prop is a formal statement that the RS signature, defined as the natural logarithm of the golden ratio, is strictly greater than zero. rs_pta_distinct_inflation_prop · IndisputableMonolith/Cosmology/PTAStochasticGWStructural.leanTHEOREM rs_pta_phi_signature_pos · IndisputableMonolith/Cosmology/PTAStochasticGWStructural.lean
theorem rs_pta_phi_signature_pos : 0 < rs_pta_phi_signature := by unfold rs_pta_phi_signature exact Real.log_pos one_lt_phiThe accompanying theorem proves that the RS signature is strictly positive, since the golden ratio is greater than 1. rs_pta_phi_signature_pos · IndisputableMonolith/Cosmology/PTAStochasticGWStructural.leanTHEOREM rs_pta_distinct_inflation_prop_holds · IndisputableMonolith/Cosmology/PTAStochasticGWStructural.lean
theorem rs_pta_distinct_inflation_prop_holds : rs_pta_distinct_inflation_prop := rs_pta_phi_signature_posThe empirical match against NANOGrav or EPTA datasets is explicitly a separate, future obligation. rs_pta_distinct_inflation_prop_holds · IndisputableMonolith/Cosmology/PTAStochasticGWStructural.lean