Encyclopedia Gravity Gravity Black Hole Echoes Si Echo Damping Ratio Si Lt One

ARTICLE 3 claims 3 theorems

Gravity Black Hole Echoes Si Echo Damping Ratio Si Lt One

A formal proof that a certain echo damping ratio is less than one, and what that does and does not mean for real black holes.

The damping ratio

In the study of black holes, an echo is a hypothetical repeating signal that might follow the main gravitational-wave burst from a merger. The damping ratio, a number that describes how quickly each successive echo fades, is a key property of such a model. The Recognition Science library contains a machine-checked theorem, echoDampingRatio_SI_lt_one, which proves that this ratio is strictly less than one. The proof is a direct consequence of the definition of the ratio as the reciprocal of the golden ratio φ, where φ = (1 + √5)/2 ≈ 1.618, so the damping ratio is exactly 1/φ ≈ 0.618.

This number is not arbitrary. The library also proves that the damping ratio lies in a narrow band between 0.617 and 0.622. The physical picture is of a signal that bounces back and forth inside a cavity, losing a fixed fraction of its amplitude on each traversal. A ratio below one means the echoes get quieter over time, which is the expected behavior for any passive system. The theorem echoDampingRatio_SI_lt_one is the formal statement that this model is self-consistent: the echoes do not grow without bound.

The declaration is part of a larger module that converts a native unit system into SI units. The damping ratio itself is dimensionless, so the conversion does not change its value. The module also defines the bounce radius and echo delay in meters and seconds, using the Planck length and time as base units. These definitions are built on the SI-2019 exact values for the speed of light and the reduced Planck constant, and on a single CODATA measurement for the gravitational constant.

What the theorem does not claim is equally important. It does not prove that real black holes produce echoes. The library's own documentation states that the physical mechanism for horizon-consistent exterior echoes is open, and that the old event-horizon escape mechanism is rejected. The SI formulas are not a falsifier for LIGO or Virgo until such a mechanism exists. The damping ratio being less than one is a property of a mathematical model, not a measurement of nature.

In plain terms, this is a check on the internal consistency of a model, not a claim about the cosmos. The value 0.618 is a consequence of the golden ratio appearing in the model's structure. The theorem confirms that this structure does not produce a runaway signal. It is a small, precise piece of a much larger framework, and its significance is exactly that precision.

THEOREM echoDampingRatio_SI_lt_one · IndisputableMonolith/Gravity/BlackHoleEchoesSI.lean
echoDampingRatio_SI_lt_one · IndisputableMonolith/Gravity/BlackHoleEchoesSI.lean:231
theorem echoDampingRatio_SI_lt_one : echoDampingRatio_SI < 1 :=
  echoDampingRatio_lt_one
THEOREM echoDampingRatio_SI_eq · IndisputableMonolith/Gravity/BlackHoleEchoesSI.lean
theorem echoDampingRatio_SI_eq : echoDampingRatio_SI = 1 / phi := rfl
THEOREM echoDampingRatio_SI_band · IndisputableMonolith/Gravity/BlackHoleEchoesSI.lean
theorem echoDampingRatio_SI_band :
    (0.617 : ℝ) < echoDampingRatio_SI ∧ echoDampingRatio_SI < 0.622 :=
  echoDampingRatio_band

What this page does not claim

It does not prove that real black holes emit echoes. It does not establish a falsifiable prediction for LIGO or Virgo. It does not claim the damping ratio is a measured quantity.

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