Encyclopedia Physics Physics Gravitational Wave Sources From Config Dim

ARTICLE 3 claims 2 theorems 1 measured

Physics Gravitational Wave Sources From Config Dim

Gravitational wave observatories listen for five distinct kinds of cosmic events, from colliding black holes to the faint echo of the early universe.

Gravitational wave source classes

Gravitational wave astronomy divides its quarry into five canonical source classes. The first is the compact binary inspiral-merger-ringdown, the collision of two dense objects such as black holes or neutron stars. The second is the core-collapse supernova, the explosive death of a massive star. The third is continuous emission from a rapidly rotating neutron star with a slight asymmetry. The fourth is the stochastic background, a faint superposition of many unresolved sources. The fifth is memory, a permanent displacement of spacetime left behind after a wave passes.

These five classes span a wide frequency range. Space-based observatories such as LISA listen in the millihertz band, where supermassive black hole mergers and certain continuous sources live. Ground-based detectors such as LIGO operate in the kilohertz band, where stellar-mass compact binaries and supernovae emit. The stochastic background and memory signals appear across both regimes. Each class has its own waveform shape, its own rate of occurrence, and its own astrophysical meaning.

In Recognition Science, the framework models this fivefold division as a consequence of its underlying structure. Its machine-checked library of formal theorems defines an inductive type with exactly five constructors, one for each source class, and proves that the count is five. The proof is a direct computation, with no axioms beyond the standard logical ones and no unfinished proofs. This establishes, within the framework, that the five classes form a complete and distinct set rather than an arbitrary list.

The framework's claim is not that it predicts the existence of gravitational waves or their sources. That work belongs to general relativity and decades of observational astronomy. The framework's contribution is narrower: given the recognition-based derivation of spacetime structure, the same forcing chain that fixes three spatial dimensions also yields five source classes. The count matches the empirical taxonomy that LIGO, Virgo, and LISA use, but the match is a structural coincidence the framework registers, not a new prediction.

What this means for a working astronomer is modest but concrete. The five classes are not a convention that could have been four or six; within the framework, they are forced. The classification therefore carries a formal warrant that the usual phenomenological list does not have. For a theorist, the result links the taxonomy of gravitational wave sources to the deep structure of recognition cost, the same cost function that fixes the golden ratio and the dimensionality of space.

MEASURED GWSourceClass · IndisputableMonolith/Physics/GravitationalWaveSourcesFromConfigDim.lean
inductive GWSourceClass where
  | compactBinary
  | coreCollapse
  | continuous
  | stochasticBackground
  | memory
  deriving DecidableEq, Repr, BEq, Fintype
THEOREM GWSourceClass · gwSourceClass_count · IndisputableMonolith/Physics/GravitationalWaveSourcesFromConfigDim.lean
inductive GWSourceClass where
  | compactBinary
  | coreCollapse
  | continuous
  | stochasticBackground
  | memory
  deriving DecidableEq, Repr, BEq, Fintype
theorem gwSourceClass_count : Fintype.card GWSourceClass = 5 := by decide
THEOREM gwSourcesCert · IndisputableMonolith/Physics/GravitationalWaveSourcesFromConfigDim.lean
def gwSourcesCert : GWSourcesCert where
  five_classes := gwSourceClass_count

What this page does not claim

The framework does not predict the existence of gravitational waves or their sources. The five classes are not claimed to be exhaustive in an astrophysical sense beyond the empirical taxonomy. The frequency bands are descriptions of current observatories, not framework-derived quantities.

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/Physics/GravitationalWaveSourcesFromConfigDim.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