Encyclopedia Gravity Gravity Qgobservable Signal Models Ringdown Channel Status Not Physical Witness
ARTICLE 3 claims 2 theorems 1 model
Gravity Qgobservable Signal Models Ringdown Channel Status Not Physical Witness
A machine-checked theorem records that one gravitational-wave formula is kept but not trusted as physics, until a missing mechanism is derived.
The ringdown quarantine
Gravitational-wave ringdown echoes are a proposed observational signal: after two black holes merge, the remnant is expected to ring like a struck bell, and some models predict a repeating train of faint echoes after the main pulse. In the Recognition Science framework, this signal appears in a typed table of observational channels, each carrying a predicted value, a comparison baseline, and a proof that the two differ. The declaration ringdownChannelStatus_not_physical_witness records a precise status for the ringdown channel in that table: the formula for the echo amplitude ratio is kept, the channel is explicitly not part of the physical strong-field witness, and the mechanism that would make the formula physically consistent remains open.
The theorem states three boolean facts together. First, the channel still carries the phi-ratio formula, a successive-amplitude ratio near 0.618 derived from the framework's golden-ratio ladder. Second, the channel's status as a physical strong-field witness is false: it is not used as evidence for the framework's strong-field gravity predictions. Third, the flag for a horizon-consistent mechanism is true, meaning the framework acknowledges that no such mechanism has been derived. The proof is a trivial computation on the definition; the content is the deliberate exclusion, not the algebra.
The reason for the quarantine is documented in the surrounding source. An older mechanism that bounced signals through the event horizon was rejected, and no replacement exterior mechanism has been derived. Until one exists, the ringdown formula is treated as algebraic content only, not as a theorem-grade black-hole prediction. The physical strong-field witness instead uses three other channels: the Event Horizon Telescope shadow, S-star orbits near Sagittarius A*, and Cassini Shapiro delay.
What the declaration does not claim is as important as what it proves. It does not assert that ringdown echoes do not exist, nor that the phi-ratio formula is wrong. It does not claim that the three active channels are correct; it only records that their predictions are separated from the general-relativity baseline. And it does not prove that a horizon-consistent mechanism is impossible; it marks that question as open. The theorem is a bookkeeping statement, a formal way of saying: this item is on the shelf, not in the argument.
THEOREM ringdownChannelStatus_not_physical_witness · IndisputableMonolith/Gravity/QGObservableSignalModels.lean
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 · 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⟩
MODEL ringdownChannel · IndisputableMonolith/Gravity/QGObservableSignalModels.lean
/-- Quarantined ringdown echo algebra channel: the φ-rung model carries the
formula `φ^(-1) ≈ 0.618` for a successive-amplitude ratio. This is not
currently a theorem-grade black-hole prediction, because the old
bounce-through-event-horizon mechanism has been rejected and no replacement
exterior mechanism has been derived. -/
noncomputable def ringdownChannel : ObservationChannelSignalModel where
channelName := "Ringdown echo algebra (quarantined)"
observable := "formal echo amplitude ratio A_{n+1}/A_n"
rsPrediction := Constants.phi⁻¹
nullBaseline := 0
rsPrediction_ne_null := by
intro h
have hpos : (0 : ℝ) < Constants.phi⁻¹ := inv_pos.mpr phi_pos
linarith
separation_pos := by
have hpos : (0 : ℝ) < Constants.phi⁻¹ := inv_pos.mpr phi_pos
simp only [sub_zero, abs_of_pos hpos]
exact hpos
What this page does not claim
The declaration does not assert that ringdown echoes do not exist or that the phi-ratio formula is incorrect. It does not prove that a horizon-consistent mechanism is impossible; it only marks that question as open. It does not claim that the three active channels' predictions are physically realized, only that they are algebraically separated from baseline.
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:
- What exterior mechanism could make ringdown echoes horizon-consistent?
- How would the ringdown channel's status change if such a mechanism were derived?
- What distinguishes the three active strong-field channels from the quarantined ringdown channel?
- What is the empirical status of ringdown echo searches as of 2026?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM ringdownChannelStatus_not_physical_witness · IndisputableMonolith/Gravity/QGObservableSignalModels.lean
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⟩The declaration ringdownChannelStatus_not_physical_witness records that the ringdown channel keeps its phi-ratio formula, is not part of the physical strong-field witness, and has no horizon-consistent mechanism derived. ringdownChannelStatus_not_physical_witness · IndisputableMonolith/Gravity/QGObservableSignalModels.leanTHEOREM strongFieldSignalModelWitness · 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 physical strong-field witness uses the EHT, S-star, and Cassini channels, deliberately excluding ringdown. strongFieldSignalModelWitness · IndisputableMonolith/Gravity/QGObservableSignalModels.leanMODEL ringdownChannel · IndisputableMonolith/Gravity/QGObservableSignalModels.lean
/-- Quarantined ringdown echo algebra channel: the φ-rung model carries the formula `φ^(-1) ≈ 0.618` for a successive-amplitude ratio. This is not currently a theorem-grade black-hole prediction, because the old bounce-through-event-horizon mechanism has been rejected and no replacement exterior mechanism has been derived. -/ noncomputable def ringdownChannel : ObservationChannelSignalModel where channelName := "Ringdown echo algebra (quarantined)" observable := "formal echo amplitude ratio A_{n+1}/A_n" rsPrediction := Constants.phi⁻¹ nullBaseline := 0 rsPrediction_ne_null := by intro h have hpos : (0 : ℝ) < Constants.phi⁻¹ := inv_pos.mpr phi_pos linarith separation_pos := by have hpos : (0 : ℝ) < Constants.phi⁻¹ := inv_pos.mpr phi_pos simp only [sub_zero, abs_of_pos hpos] exact hposThe ringdown formula is quarantined because the old bounce-through-event-horizon mechanism was rejected and no replacement exterior mechanism has been derived. ringdownChannel · IndisputableMonolith/Gravity/QGObservableSignalModels.lean