Encyclopedia Astrophysics Astrophysics Neutron Star Mass3 From Jcost Nsnsmerge3 Cert
ARTICLE 3 claims 2 theorems 1 measured
Astrophysics Neutron Star Mass3 From Jcost Nsnsmerge3 Cert
A machine-checked certificate about neutron star mergers proves three general facts about a cost formula, but says nothing specific about stars.
A certificate's true scope
Neutron stars are the collapsed cores of massive stars that exploded as supernovas. When two of them orbit ever closer and finally merge, astronomers measure the ratio of the lighter star's mass to the heavier one's mass. For the 2017 event GW170817, that mass ratio q was measured between 0.73 and 0.89. The Recognition Science framework defines a cost function cost, a measure of how far a ratio sits from a preferred value, and then wraps three proved facts about that cost into a single package called NSNSMerge3Cert.
The three facts are general properties of the cost formula J(x) = (x + 1/x)/2 - 1, not claims about neutron stars. First, when the two masses are equal, so the ratio is 1, the cost is exactly 0. Second, for any two positive masses, the cost is never negative. Third, the golden ratio phi (about 1.618) minus 3/2 is a positive number. These are all true for any positive real numbers plugged into the formula. The framework's own documentation says plainly that it proves nothing specific to neutron stars, because the cost is defined as J(m/e) without any reference to what m and e represent.
The framework's research note records where the idea was meant to go: the optimal mass ratio for a neutron star merger would be phi^(-1), about 0.618, which sits at the low end of the measured GW170817 range. But that note is not a theorem. It is a research aspiration. What would make this certificate a theorem about its subject is a definition of m and e in the subject's own terms, tying the abstract cost to actual astrophysical masses. Without that link, the certificate is a shell: it certifies the cost formula's behavior, not any fact about merging stars.
The distinction matters because the certificate's name sounds specific. A reader seeing NSNSMerge3Cert might think it establishes something about neutron star mergers. It does not. It establishes three facts about a mathematical function that could apply to any ratio of positive numbers. The framework's own documentation makes this explicit, and the certificate inherits that limitation. In Recognition Science, the framework models the cost as a forced quantity, but this particular certificate stops at the abstract level; the bridge to astrophysics remains unbuilt.
THEOREM domainCost_at_eq · domainCost_nonneg · canonicalThreshold_pos · IndisputableMonolith/Astrophysics/Neutron_Star_Mass3_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 (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 : 0 < canonicalThreshold := by
unfold canonicalThreshold; linarith [phi_gt_onePointFive]
THEOREM domainCost · IndisputableMonolith/Astrophysics/Neutron_Star_Mass3_FromJCost.lean
def domainCost (m e : ℝ) : ℝ := Jcost (m / e)
MEASURED NSNSMerge3Cert · IndisputableMonolith/Astrophysics/Neutron_Star_Mass3_FromJCost.lean
structure NSNSMerge3Cert where
cost_at_eq : ∀ r : ℝ, r ≠ 0 → domainCost r r = 0
cost_nonneg : ∀ m e : ℝ, 0 < m → 0 < e → 0 ≤ domainCost m e
threshold_pos : 0 < canonicalThreshold
What this page does not claim
The certificate does not claim any specific fact about neutron star mergers or the GW170817 event. The certificate does not claim that phi^(-1) is the actual mass ratio of any observed merger. The certificate does not claim that the cost formula has been derived from astrophysical principles.
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_Mass3_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:
- What physical definition of m and e would make the cost formula a theorem about actual neutron star masses?
- Does the measured mass ratio range for GW170817 constrain the framework's optimal ratio phi^(-1) in any way?
- What other astrophysical ratios could the same abstract cost formula be applied to?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM domainCost_at_eq · domainCost_nonneg · canonicalThreshold_pos · IndisputableMonolith/Astrophysics/Neutron_Star_Mass3_FromJCost.lean
theorem domainCost_at_eq (r : ℝ) (h : r ≠ 0) : domainCost r r = 0 := by unfold domainCost; rw [div_self h]; exact Jcost_unit0theorem 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 : 0 < canonicalThreshold := by unfold canonicalThreshold; linarith [phi_gt_onePointFive]The certificate proves three general properties of the cost formula J(x) = (x + 1/x)/2 - 1: zero cost at equal masses, nonnegative cost for positive masses, and positivity of phi minus 3/2. domainCost_at_eq · domainCost_nonneg · canonicalThreshold_pos · IndisputableMonolith/Astrophysics/Neutron_Star_Mass3_FromJCost.leanTHEOREM domainCost · IndisputableMonolith/Astrophysics/Neutron_Star_Mass3_FromJCost.lean
def domainCost (m e : ℝ) : ℝ := Jcost (m / e)The framework's own documentation states it proves nothing specific to neutron stars because domainCost is defined as Jcost (m / e) without reference to one. domainCost · IndisputableMonolith/Astrophysics/Neutron_Star_Mass3_FromJCost.leanMEASURED NSNSMerge3Cert · IndisputableMonolith/Astrophysics/Neutron_Star_Mass3_FromJCost.lean
structure NSNSMerge3Cert where cost_at_eq : ∀ r : ℝ, r ≠ 0 → domainCost r r = 0 cost_nonneg : ∀ m e : ℝ, 0 < m → 0 < e → 0 ≤ domainCost m e threshold_pos : 0 < canonicalThresholdThe measured mass ratio q for GW170817 was between 0.73 and 0.89. NSNSMerge3Cert · IndisputableMonolith/Astrophysics/Neutron_Star_Mass3_FromJCost.lean