Encyclopedia Gravity Gravity Ptastructural
ARTICLE 3 claims 2 theorems 1 model
Gravity Ptastructural
A machine-checked proof shows the framework's predicted gravitational wave background is structurally distinct from a pure inflationary one, without claiming any observation yet.
The structural discriminator
Pulsar timing arrays are galactic-scale detectors. By monitoring the regular radio pulses of spinning neutron stars, they look for tiny, correlated delays that would signal a passing gravitational wave background, a faint sea of ripples in spacetime from many sources. In Recognition Science, the recognition ledger, a discrete record of events, forces a specific prediction for this background. The module PTAStructural establishes the algebraic, theorem-grade part of a discriminator: it proves that the framework's predicted stochastic signature is positive and therefore distinct from a zero inflation-baseline proxy.
The framework's signature is not arbitrary. It is tied to the same positive scale, phi to the power of negative 44, that appears elsewhere in its gravity and cosmology bridge. The module defines this signature, proves it is positive, and proves it is not equal to zero. It then goes further, defining an observable band around the signature and proving that the pure inflation baseline, set to zero, lies outside that band. The final theorem assembles these pieces into a single statement: the framework's predicted stochastic background is structurally distinct from the pure inflationary one.
This is a structural result, not an observational one. The module does not attach a PTA dataset, claim current observational separation, or perform spectral fitting. Those remain empirical falsifier work. What the module provides is the machine-checked algebraic inhabitant for the master theorem input PTAStochasticGWDistinctFromInflation. In plain language, it certifies that the framework's prediction is internally consistent and formally distinct from a simple inflationary baseline, setting up a test that future observations could confront.
THEOREM rs_pta_distinct_inflation_prop_holds · IndisputableMonolith/Gravity/PTAStructural.lean
theorem rs_pta_distinct_inflation_prop_holds :
rs_pta_distinct_inflation_prop :=
⟨rs_pta_stochastic_phi_signature_pos,
rs_pta_stochastic_phi_signature_ne_inflation_zero⟩
THEOREM rs_pta_distinct_inflation_observable_band_prop_holds · IndisputableMonolith/Gravity/PTAStructural.lean
theorem rs_pta_distinct_inflation_observable_band_prop_holds :
rs_pta_distinct_inflation_observable_band_prop :=
⟨rs_pta_stochastic_phi_signature_in_observable_band,
inflationary_pta_family_baseline_not_in_rs_band⟩
MODEL rs_pta_stochastic_phi_signature · IndisputableMonolith/Gravity/PTAStructural.lean
/-- Structural RS PTA stochastic-background signature at the rung-44 scale. -/
noncomputable def rs_pta_stochastic_phi_signature : ℝ :=
Constants.phi ^ (-44 : ℤ)
What this page does not claim
This module does not prove any observational detection or separation of the stochastic background. The zero inflation-baseline is a proxy, not a full model of inflationary gravitational wave production.
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 spectral shape does the rung-44 signature imply for the stochastic background?
- How would current PTA sensitivity compare to the framework's predicted observable band?
- What other inflation models produce a zero stochastic baseline, and how would they be distinguished?
- How does the rung-44 scale connect to other predictions in the gravity and cosmology bridge?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM rs_pta_distinct_inflation_prop_holds · IndisputableMonolith/Gravity/PTAStructural.lean
theorem rs_pta_distinct_inflation_prop_holds : rs_pta_distinct_inflation_prop := ⟨rs_pta_stochastic_phi_signature_pos, rs_pta_stochastic_phi_signature_ne_inflation_zero⟩The framework's predicted stochastic signature is positive and therefore distinct from a zero inflation-baseline proxy. rs_pta_distinct_inflation_prop_holds · IndisputableMonolith/Gravity/PTAStructural.leanTHEOREM rs_pta_distinct_inflation_observable_band_prop_holds · IndisputableMonolith/Gravity/PTAStructural.lean
theorem rs_pta_distinct_inflation_observable_band_prop_holds : rs_pta_distinct_inflation_observable_band_prop := ⟨rs_pta_stochastic_phi_signature_in_observable_band, inflationary_pta_family_baseline_not_in_rs_band⟩The pure inflation baseline, set to zero, lies outside the observable band around the framework's signature. rs_pta_distinct_inflation_observable_band_prop_holds · IndisputableMonolith/Gravity/PTAStructural.leanMODEL rs_pta_stochastic_phi_signature · IndisputableMonolith/Gravity/PTAStructural.lean
/-- Structural RS PTA stochastic-background signature at the rung-44 scale. -/ noncomputable def rs_pta_stochastic_phi_signature : ℝ := Constants.phi ^ (-44 : ℤ)The module does not attach a PTA dataset or claim current observational separation. rs_pta_stochastic_phi_signature · IndisputableMonolith/Gravity/PTAStructural.lean