Encyclopedia Astrophysics Astrophysics Binary Pulsar Gw From Jcost

ARTICLE 4 claims 4 theorems

Astrophysics Binary Pulsar Gw From Jcost

A binary pulsar's orbit shrinks as it radiates gravitational waves, and one framework asks whether a single cost function can account for that measured decay.

Binary pulsar decay and the cost function

A binary pulsar is a pair of neutron stars, one of which is a pulsar, a rotating star that beams radio waves like a lighthouse. As the two stars orbit each other, general relativity predicts they lose energy by emitting gravitational waves, ripples in spacetime. That energy loss makes their orbits shrink. The Hulse-Taylor binary, PSR 1913+16, discovered in 1974, is the classic test: its orbital period decays by about 76 microseconds per year, matching general relativity's prediction closely.

Recognition Science, a framework built on a single forced cost function, asks whether its own cost can reproduce that decay. The framework's cost function, written J(x), measures the price of recognition events and is forced by five plain conditions to equal (x + 1/x)/2 - 1. The idea, recorded in a research note, is that the binary's decay rate might equal J(φ) times the orbital period times the general-relativity prediction, where φ is the golden ratio. The note reports a numerical agreement: J(φ) times the theoretical rate gives 0.118 times the expected value.

What the module actually proves is narrower and fully general. The machine-checked library of formal theorems proves three facts about J(m/e), where m and e are positive real numbers. First, the cost vanishes when m equals e. Second, the cost is never negative for positive inputs. Third, the quantity φ - 3/2 is positive, a threshold that stays above zero. These three facts are true for any positive inputs, not for any particular binary pulsar.

The module defines a structure, BinaryPulsarGWCert, that packages these three facts into a certificate, and proves the certificate exists. But the certificate says nothing about pulsars. The definition of the cost function, domainCost, is J(m/e) with no reference to a binary system. To make this a theorem about PSR 1913+16, the framework would need to define m and e in the pulsar's own terms, as measured masses or energies. That step is absent. The docstring states plainly that the module proves nothing specific to this subject.

In plain language: the framework has a general cost function with proved properties, and a research note records an intended application to binary pulsars with a reported numerical match. The formal module proves the general properties, not the application. The gap between the two is the missing definition of m and e for a real binary system. Until that definition exists, the pulsar claim remains a research note, not a theorem.

THEOREM domainCost_at_eq · IndisputableMonolith/Astrophysics/BinaryPulsarGW_FromJCost.lean
theorem domainCost_at_eq (r : ℝ) (h : r ≠ 0) : domainCost r r = 0 := by
  unfold domainCost; rw [div_self h]; exact Jcost_unit0
THEOREM domainCost_nonneg · IndisputableMonolith/Astrophysics/BinaryPulsarGW_FromJCost.lean
theorem domainCost_nonneg (m e : ℝ) (hm : 0 < m) (he : 0 < e) : 0 ≤ domainCost m e := by
  unfold domainCost; exact Jcost_nonneg (div_pos hm he)
THEOREM canonicalThreshold_pos · IndisputableMonolith/Astrophysics/BinaryPulsarGW_FromJCost.lean
theorem canonicalThreshold_pos : 0 < canonicalThreshold := by
  unfold canonicalThreshold; linarith [phi_gt_onePointFive]
THEOREM domainCost · IndisputableMonolith/Astrophysics/BinaryPulsarGW_FromJCost.lean
def domainCost (m e : ℝ) : ℝ := Jcost (m / e)

What this page does not claim

No theorem in this module proves the binary pulsar decay rate. No definition connects the cost function's inputs to measured pulsar masses or energies. No claim is made that the framework's cost function replaces general relativity's prediction.

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