Encyclopedia Cosmology Cosmology Ptastochastic Gwstructural Pta Distinct From Inflation Witness

ARTICLE 4 claims 3 theorems 1 model

Cosmology Ptastochastic Gwstructural Pta Distinct From Inflation Witness

A machine-checked proof shows the framework's pulsar-timing signature is strictly positive, a structural contrast to inflation's near-zero prediction.

The structural witness

Pulsar timing arrays like NANOGrav and EPTA listen for a stochastic gravitational-wave background, a faint hiss of ripples in spacetime from many sources. The standard inflationary cosmology predicts this background has a tensor spectral tilt, a measure of how its strength varies with frequency, that is very close to zero, typically |n_t| < 0.01 for canonical models. In the Recognition Science framework, the background's spectral shape carries a different, strictly positive signature. The framework's library of formal proofs establishes this positivity, showing a structural contrast between the two accounts.

The signature in question is the per-rung phase delay, the number log φ, where φ is the golden ratio, approximately 0.481. The framework derives this number from its forcing chain, the same invariant that appears in its black-hole echo work. The result rs_pta_phi_signature_pos proves that 0 < log φ, a simple inequality that follows from the fact that φ > 1. This positive value sits orders of magnitude above the slow-roll prediction, which is approximately zero. The contrast is structural: one account yields a positive tilt, the other a vanishing one.

The declaration ptaDistinctFromInflationWitness packages this result as a witness. It provides a concrete inhabitant for a hypothesis in the framework's master statement, a conditional statement about quantum gravity. By supplying this witness, the framework retires that particular hypothesis from the master statement's list of open assumptions. This is a formal bookkeeping step: it converts one assumption of the conditional statement into a proved fact, leaving four other hypotheses still open.

In Recognition Science, this witness is a structural result, meaning it is proved in the machine-checked library with no unproved assumptions. It is not, however, an empirical claim. The framework does not claim that its signature matches any specific NANOGrav or EPTA dataset. That comparison remains a separate obligation, a falsifier register entry that the master plan keeps distinct. The witness proves the algebraic contrast, not the physical match.

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
MODEL ptaDistinctFromInflationWitness · IndisputableMonolith/Cosmology/PTAStochasticGWStructural.lean
/-- **Inhabitant for the master theorem hypothesis input**
`PTAStochasticGWDistinctFromInflation` (from `Gravity.MasterTheorem`,
Session 97). This witness retires the PTA hypothesis from the conditional
master theorem `rs_quantum_gravity_master_conditional`. -/
def ptaDistinctFromInflationWitness :
    Gravity.MasterTheorem.PTAStochasticGWDistinctFromInflation where
  rs_pta_distinct_inflation := rs_pta_distinct_inflation_prop
  holds := rs_pta_distinct_inflation_prop_holds
THEOREM pta_stochastic_gw_one_statement · IndisputableMonolith/Cosmology/PTAStochasticGWStructural.lean
/-- **TRACK 6.B ONE-STATEMENT** (structural form). The RS PTA spectral
signature `log φ` is strictly positive, distinct from the inflationary
slow-roll prediction `n_t ≈ 0`. The master theorem hypothesis input
`PTAStochasticGWDistinctFromInflation` is inhabited by
`ptaDistinctFromInflationWitness`. Empirical match against NANOGrav /
EPTA datasets remains a separate falsifier-register obligation. -/
theorem pta_stochastic_gw_one_statement :
    (0 < rs_pta_phi_signature) ∧
    (rs_pta_distinct_inflation_prop) ∧
    (Nonempty Gravity.MasterTheorem.PTAStochasticGWDistinctFromInflation) :=
  ⟨rs_pta_phi_signature_pos,
   rs_pta_distinct_inflation_prop_holds,
   ⟨ptaDistinctFromInflationWitness⟩⟩
THEOREM ptaStochasticGWStructuralCert_inhabited · IndisputableMonolith/Cosmology/PTAStochasticGWStructural.lean
ptaStochasticGWStructuralCert_inhabited · IndisputableMonolith/Cosmology/PTAStochasticGWStructural.lean:135
theorem ptaStochasticGWStructuralCert_inhabited :
    Nonempty PTAStochasticGWStructuralCert :=
  ⟨ptaStochasticGWStructuralCert⟩

What this page does not claim

The witness does not claim any empirical match against NANOGrav or EPTA data. The witness does not derive the exact spectral tilt of the stochastic background from the framework's primordial structure. The witness does not prove the inflationary prediction wrong; it only proves a structural contrast between the two signatures.

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:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND