Encyclopedia Astrophysics Astrophysics Neutron Star Spin3 From Jcost Nspin3 Cert

ARTICLE 4 claims 4 theorems

Astrophysics Neutron Star Spin3 From Jcost Nspin3 Cert

A machine-checked certificate about neutron star spin periods proves three general facts about a cost function, but says nothing specific about neutron stars.

What the certificate proves

Neutron stars are the collapsed cores of massive stars, and their spin periods range from about one millisecond for recycled pulsars to roughly eight seconds for young ones, a ratio near eight thousand. A ledger, a discrete record of recognition events, assigns a cost to comparing two quantities. The declaration NSPin3Cert packages three facts about that cost when it is applied to a ratio of two real numbers.

The first fact is that the cost is zero when the two quantities are equal. The second is that the cost is never negative for positive inputs. The third is that a certain threshold, phi minus 1.5, is positive, where phi is the golden ratio. These are general properties of the cost function J(x) = (x + 1/x)/2 - 1, not results about spinning stars.

The machine-checked library of formal theorems proves these three statements as a bundled certificate. The certificate is inhabited, meaning a proof exists. But the definition of the cost function uses a ratio m/e with no connection to neutron star mass or spin period. The research note attached to the module records an intended application, comparing observed spin periods to a phi-power ladder, but that application is not formalized.

In Recognition Science, the framework models physical structure through forced cost functions. The certificate is a small, correct piece of that program. It does not establish that neutron star spin periods follow a phi ladder, nor that the ratio 8000 matches phi to the eighteenth power. Those claims remain outside the formal proof.

What the certificate does is demonstrate that the core cost function behaves sensibly: it penalizes mismatch, vanishes at equality, and has a positive threshold tied to the golden ratio. That is a foundation for further work, not a discovery about neutron stars.

THEOREM domainCost_at_eq · IndisputableMonolith/Astrophysics/Neutron_Star_Spin3_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/Neutron_Star_Spin3_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/Neutron_Star_Spin3_FromJCost.lean
theorem canonicalThreshold_pos : 0 < canonicalThreshold := by
  unfold canonicalThreshold; linarith [phi_gt_onePointFive]
THEOREM cert_inhabited · IndisputableMonolith/Astrophysics/Neutron_Star_Spin3_FromJCost.lean
theorem cert_inhabited : Nonempty NSPin3Cert := ⟨cert⟩

What this page does not claim

No claim that neutron star spin periods follow a phi ladder. No claim that the ratio 8000 equals phi to the eighteenth power. No claim that the certificate says anything specific about neutron stars beyond the general cost properties.

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/Neutron_Star_Spin3_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