Encyclopedia Astrophysics Astrophysics Pulsar Spindown From Jcost

ARTICLE 5 claims 4 theorems 1 model

Astrophysics Pulsar Spindown From Jcost

A pulsar's clock slows as it radiates energy; Recognition Science asks whether that slowdown follows a universal cost rule.

Pulsar aging and the cost function

A pulsar is a rotating neutron star that emits beams of radiation. As it spins, it loses rotational energy, and its spin period P increases over time. The rate of change, P-dot, is a measurable quantity. The characteristic spin-down age τ is defined as P divided by twice P-dot, and it estimates how long the pulsar has been slowing down. For a typical millisecond pulsar, the standard formula gives τ ≈ 122 billion years, a value far older than the universe.

Recognition Science models the spin-down process using its core cost function, a measure of the forced expense of recognition events. The framework defines a domain cost as Jcost(m/e), where m and e are real numbers representing two quantities in the pulsar system. The framework proves three general facts about this cost: it equals zero when m equals e, it is never negative for positive inputs, and the golden ratio minus 1.5 is positive. These facts are general properties of the cost function, not specific to pulsars.

The framework's own documentation is explicit that it proves nothing specific to pulsar spin-down. The cost function is defined without reference to pulsar physics, and the three theorems hold for any positive real numbers. The pulsar formula in the notes, τ = φ^k × τ₀, is a research idea, not a derived result. What would make this a theorem about pulsars is a definition of m and e in terms of pulsar quantities like moment of inertia or magnetic field strength.

The framework does establish a certificate structure that packages the three general facts. This certificate is inhabited, meaning the facts are consistent and provable. In plain language, the framework shows that the cost function has the basic properties one would want for a physical model: it is zero at equality, nonnegative, and has a positive threshold. But the bridge from these abstract properties to the observed spin-down of actual pulsars remains open.

MODEL domainCost · IndisputableMonolith/Astrophysics/PulsarSpindownFromJCost.lean
def domainCost (m e : ℝ) : ℝ := Jcost (m / e)
THEOREM domainCost_at_eq · IndisputableMonolith/Astrophysics/PulsarSpindownFromJCost.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/PulsarSpindownFromJCost.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/PulsarSpindownFromJCost.lean
theorem canonicalThreshold_pos : 0 < canonicalThreshold := by
  unfold canonicalThreshold; linarith [phi_gt_onePointFive]
THEOREM domainCost · IndisputableMonolith/Astrophysics/PulsarSpindownFromJCost.lean
def domainCost (m e : ℝ) : ℝ := Jcost (m / e)

What this page does not claim

The framework derives the pulsar spin-down formula τ = φ^k × τ₀ from the cost function. The framework proves that any observed pulsar follows the cost function's predictions. The framework establishes a physical connection between the abstract cost and electromagnetic radiation. The golden ratio threshold φ - 3/2 is shown to correspond to a specific pulsar property.

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