Encyclopedia Gravity Gravity Qgobservable Signal Models Qg Observable Signal Models Cert Inhabited

ARTICLE 4 claims 4 theorems

Gravity Qgobservable Signal Models Qg Observable Signal Models Cert Inhabited

A machine-checked certificate organizes five gravitational wave and black hole observations into a table where each one carries a predicted signal that differs from the standard physics baseline.

The signal model certificate

The declaration qgObservableSignalModelsCert_inhabited is a formal statement in the Recognition Science framework's machine-checked library of formal theorems. It establishes that a complete certificate exists, one that organizes five observational channels for testing quantum gravity effects. Each channel is a typed record with a name, the physical quantity measured, a predicted value from the framework, a baseline value from conventional physics, and a proof that the two are not equal.

The five channels are the pulsar timing array (PTA) stochastic gravitational wave background, the Event Horizon Telescope (EHT) shadow radius, S-star orbits near the galactic center, Cassini spacecraft time delay, and ringdown echo algebra. For the first four, the framework's prediction is a positive number, while the conventional baseline is zero. The certificate proves, for every channel in the list, that the absolute difference between prediction and baseline is strictly positive. This is a structural result: it says the signals are mathematically distinct, not that any of them has been measured.

In Recognition Science, the certificate also records the status of the ringdown channel. The ringdown formula is carried as algebraic content, but it is explicitly quarantined. The certificate states that ringdown is not part of the physical strong-field witness, because no horizon-consistent mechanism for the echo has been derived. The physical witness uses only the three horizon-exterior channels: EHT, S-star, and Cassini. The certificate proves that these three have positive deviations from the general relativity zero baseline, and that the PTA channel is distinct from the inflationary zero baseline.

The declaration itself is the final theorem: it proves that the certificate structure is inhabited, meaning a concrete instance exists. This is a theorem in the framework's library, with no unproved assumptions. What it does not claim is any empirical detection. The certificate is about the logical structure of predictions, not about data. It does not say any signal has been observed, nor does it assign a probability to the framework's predictions being correct. It also does not claim that the ringdown channel is a valid physical prediction; in fact, it explicitly denies that status.

The practical consequence is that the framework has a clear, checkable list of where its predictions differ from standard physics, and where they do not. A physicist can take the certificate, look at each channel, and see exactly what deviation the framework expects and what the baseline is. The certificate does the bookkeeping, so the empirical question is sharply posed: measure the channels, and compare.

THEOREM qgObservableSignalModelsCert_inhabited · IndisputableMonolith/Gravity/QGObservableSignalModels.lean
qgObservableSignalModelsCert_inhabited · IndisputableMonolith/Gravity/QGObservableSignalModels.lean:220
theorem qgObservableSignalModelsCert_inhabited :
    Nonempty QGObservableSignalModelsCert :=
  ⟨qgObservableSignalModelsCert⟩
THEOREM all_channels_separated · IndisputableMonolith/Gravity/QGObservableSignalModels.lean
/-- Every channel in the collection has a positive separation between RS
prediction and null baseline. -/
theorem all_channels_separated :
    ∀ c ∈ qgChannels, 0 < |c.rsPrediction - c.nullBaseline| :=
  fun c _ => c.separation_pos
THEOREM ringdownChannelStatus_not_physical_witness · IndisputableMonolith/Gravity/QGObservableSignalModels.lean
ringdownChannelStatus_not_physical_witness · IndisputableMonolith/Gravity/QGObservableSignalModels.lean:168
theorem ringdownChannelStatus_not_physical_witness :
    ringdownChannelStatus.phi_ratio_formula_carried = true ∧
    ringdownChannelStatus.physical_strong_field_witness = false ∧
    ringdownChannelStatus.horizon_consistent_mechanism_open = true :=
  ⟨rfl, rfl, rfl⟩
THEOREM strongFieldSignalModelWitness · ptaSignalModelWitness · IndisputableMonolith/Gravity/QGObservableSignalModels.lean
/-- The signal-model strong-field witness: the three horizon-exterior
strong-field channels have positive RS deviations distinct from the GR zero
baseline.  Ringdown is deliberately excluded by
`ringdownChannelStatus_not_physical_witness`. -/
noncomputable def strongFieldSignalModelWitness :
    MasterTheorem.StrongFieldTestsDistinctFromGR where
  rs_strong_field_distinct_GR_only :=
    (ehtChannel.rsPrediction ≠ ehtChannel.nullBaseline) ∧
    (sStarChannel.rsPrediction ≠ sStarChannel.nullBaseline) ∧
    (cassiniChannel.rsPrediction ≠ cassiniChannel.nullBaseline)
  holds :=
    ⟨ehtChannel.rsPrediction_ne_null,
     sStarChannel.rsPrediction_ne_null,
     cassiniChannel.rsPrediction_ne_null⟩
/-- The signal-model PTA witness: the RS PTA prediction is structurally
distinct from the inflationary zero baseline, now with a named channel
model attached. -/
noncomputable def ptaSignalModelWitness :
    MasterTheorem.PTAStochasticGWDistinctFromInflation where
  rs_pta_distinct_inflation :=
    ptaChannel.rsPrediction ≠ ptaChannel.nullBaseline ∧
    0 < |ptaChannel.rsPrediction - ptaChannel.nullBaseline|
  holds := ⟨ptaChannel.rsPrediction_ne_null, ptaChannel.separation_pos⟩

What this page does not claim

No observational data is presented; the certificate is about logical structure, not measurement. The ringdown echo formula is not a valid physical prediction until a mechanism is derived. The certificate does not assign any probability to the framework's predictions being correct.

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/QGObservableSignalModels.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