Encyclopedia Cosmology Cosmology Ptastochastic Gwstructural Pta Stochastic Gwstructural Cert Inhabited
ARTICLE 3 claims 3 theorems
Cosmology Ptastochastic Gwstructural Pta Stochastic Gwstructural Cert Inhabited
A machine-checked proof certifies that a proposed signature for a cosmic gravitational-wave background is strictly positive, not that the signature matches any telescope's data.
The structural certificate
Pulsar timing arrays, networks of millisecond pulsars whose radio pulses arrive with remarkable regularity, search for a faint background hum of gravitational waves rippling through spacetime. The Recognition Science framework, which derives physical structure from a ledger of recognition events, a discrete record of interactions, predicts a particular spectral signature for this background. The declaration ptaStochasticGWStructuralCert_inhabited is a machine-checked proof, verified in the framework's library of formal theorems, that this signature is strictly positive. It certifies that the number log φ, approximately 0.481, is greater than zero, where φ is the golden ratio.
The proof establishes a structural distinction. Standard inflationary cosmology, the leading theory of the universe's earliest moments, predicts a tensor tilt, a measure of how the gravitational-wave spectrum slopes, that is very close to zero. The framework's signature, by contrast, is strictly positive and orders of magnitude larger. The certificate therefore proves that the two predictions are formally distinct. It does not, however, claim that the framework's signature matches the data from NANOGrav or EPTA, the pulsar timing arrays that have reported evidence for a background. That empirical match remains a separate, unproven obligation.
The certificate also serves a bookkeeping role within the framework's master theorem, a large conditional result. It provides a witness, a concrete object satisfying a hypothesis, for one of the theorem's five assumptions. This retires that assumption, leaving four others unproven. The declaration is axiom-clean, containing zero unproven assumptions and zero framework-specific axioms. It is a theorem about the algebraic structure of the prediction, not about the physical universe.
What the certificate changes is the status of the framework's claim. It converts a bare prediction into a proved structural fact, one that cleanly separates the framework's prediction from a standard inflationary baseline. The next question, whether the predicted signature actually appears in the pulsar timing data, remains open.
THEOREM ptaStochasticGWStructuralCert_inhabited · IndisputableMonolith/Cosmology/PTAStochasticGWStructural.lean
theorem ptaStochasticGWStructuralCert_inhabited :
Nonempty PTAStochasticGWStructuralCert :=
⟨ptaStochasticGWStructuralCert⟩
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
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
What this page does not claim
The certificate does not prove the framework's prediction matches any observed pulsar timing array data. The certificate does not derive the specific spectral shape of the gravitational-wave background. The certificate does not prove the framework's master theorem, which still has four other unproven hypotheses.
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:
- Does the framework's predicted spectral signature match the NANOGrav and EPTA data?
- What is the exact spectral shape the framework predicts for the gravitational-wave background?
- What are the four other unproven hypotheses in the framework's master theorem?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM ptaStochasticGWStructuralCert_inhabited · IndisputableMonolith/Cosmology/PTAStochasticGWStructural.lean
theorem ptaStochasticGWStructuralCert_inhabited : Nonempty PTAStochasticGWStructuralCert := ⟨ptaStochasticGWStructuralCert⟩The declaration ptaStochasticGWStructuralCert_inhabited is a machine-checked proof, verified in the framework's library of formal theorems, that this signature is strictly positive. ptaStochasticGWStructuralCert_inhabited · 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 proof establishes a structural distinction. rs_pta_distinct_inflation_prop_holds · 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_phiIt does not, however, claim that the framework's signature matches the data from NANOGrav or EPTA. rs_pta_phi_signature_pos · IndisputableMonolith/Cosmology/PTAStochasticGWStructural.lean