Encyclopedia Astrophysics Astrophysics Stellar Metallicity Mean Rs Stellar Metallicity Mean Cert

ARTICLE 4 claims 3 theorems 1 model

Astrophysics Stellar Metallicity Mean Rs Stellar Metallicity Mean Cert

A machine-checked certificate that a cost function has three basic properties, with no astrophysical content.

A certification, not a measurement

In astronomy, a star's metallicity is the fraction of its mass that is not hydrogen or helium, usually reported as [Fe/H], the logarithm of the iron abundance relative to the Sun's. The Milky Way's disk stars average about [Fe/H] = -0.2, meaning roughly two-thirds of the solar iron abundance. A research note in the Recognition Science library once floated the idea that this mean might equal a framework-internal quantity, about -0.118. That note is not a result. The declaration StellarMetallicityMeanCert (a machine-checked certificate, a formal object that records proved facts) proves nothing about stars.

What the certificate does establish is three general facts about a cost function (a rule that assigns a nonnegative number to a ratio of two positive quantities). The function is written J(m/e), where m and e are positive real numbers. The certificate proves, first, that when m equals e the cost is exactly zero. Second, for any two positive inputs the cost is never negative. Third, a particular constant, phi minus 3/2, is positive; phi is the golden ratio, about 1.618, so this constant is about 0.118. These are the three fields of the certificate structure, and the library supplies a proof that such a certificate exists.

The name is the trap. The module is filed under astrophysics, and its docstring mentions stellar metallicity, but the definition of the cost function never refers to iron, stars, or the Milky Way. The variables m and e are never defined as metal mass and total mass. The three proved facts hold for any positive reals whatsoever. The certificate is a template instantiated with a ratio; it would become a statement about metallicity only if someone supplied a definition of m and e in astronomical terms. No such definition appears in the pack.

In Recognition Science, this pattern is deliberate: the framework's library proves general structural facts once, and specific subjects must connect their own definitions to those facts. Here the connection is missing. The honest summary: the certificate proves a small piece of real analysis, and the astrophysical sentence in the docstring is a research aspiration, not a theorem. A reader should not take the number -0.118 as a prediction of the Milky Way's mean metallicity. It is a constant that appears in the framework's cost function, and nothing more.

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

What this page does not claim

The certificate does not measure or predict the Milky Way's mean metallicity. The number -0.118 is not derived from any astronomical data or model. The certificate does not prove that stellar metallicity follows the cost function J.

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