Encyclopedia Astrophysics Astrophysics Gravitational Wave From Jcost Strain At Rung

ARTICLE 3 claims 2 theorems 1 model

Astrophysics Gravitational Wave From Jcost Strain At Rung

A formal definition in the Recognition Science library says that gravitational wave strain ratios between adjacent source classes follow the golden ratio, but it does not by itself predict any measured waveform.

The phi-decay law for wave strain

Gravitational wave strain is the fractional stretching of space that a passing wave produces, measured as h = ΔL/L, where L is the distance between two test masses and ΔL is the change that the wave causes. For binary mergers, the peak strain scales with the masses and distance as h ~ M^(5/3) / D. The Recognition Science library contains a small formal theory that arranges the five canonical source categories, neutron star pairs, black hole with neutron star, black hole pairs, supermassive black holes, and stochastic background, into a discrete ladder of strain amplitudes.

The central definition, strainAtRung, assigns to each integer rung k the value phi^k, where phi is the golden ratio (1 + √5)/2 ≈ 1.618. The library proves that the ratio of strain at one rung to the strain at the next lower rung is exactly phi. In plain terms, adjacent source classes differ in peak strain by a factor of the golden ratio, a phi-decay law. This is a theorem inside the framework: the machine-checked library of formal theorems verifies the ratio statement with zero axioms beyond the standard logical ones.

The framework's claim is narrow. It does not say that any particular binary merger produces a strain that equals phi^k in absolute terms. It does not derive the overall amplitude scale h_max from first principles, and it does not predict the measured waveform of any specific event such as GW150914. The definition is a relative statement: given a ladder of categories, the ratios follow the golden ratio. The absolute scale, the mapping of categories to real masses and distances, and the connection to observed signals are all left open.

What the definition does establish is a structural claim about the framework's own models. If the five categories are accepted as the right partition of gravitational wave sources, then the strain ratios are forced by the same phi-ladder that appears elsewhere in the framework. This is a consistency result, not a detection claim. A reader should take it as a formal property of a mathematical object, one that could in principle be compared to catalog data, but the comparison itself is not part of the theorem.

THEOREM strainRatio · IndisputableMonolith/Astrophysics/GravitationalWaveFromJCost.lean
theorem strainRatio (k : ℕ) :
    strainAtRung (k + 1) / strainAtRung k = phi := by
  unfold strainAtRung
  have hpos := pow_pos phi_pos k
  rw [pow_succ]; field_simp [hpos.ne']
MODEL GWSourceCategory · IndisputableMonolith/Astrophysics/GravitationalWaveFromJCost.lean
inductive GWSourceCategory where
  | nsNS | bhNS | bhBH | smbh | stochastic
  deriving DecidableEq, Repr, BEq, Fintype
THEOREM gwSourceCount · IndisputableMonolith/Astrophysics/GravitationalWaveFromJCost.lean
theorem gwSourceCount : Fintype.card GWSourceCategory = 5 := by decide

What this page does not claim

The absolute strain amplitude h_max is not derived from the phi-ladder. No specific observed event, such as GW150914, is predicted by this definition. The mapping from rung numbers to real masses and distances is not established.

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/Astrophysics/GravitationalWaveFromJCost.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