Encyclopedia Astrophysics Astrophysics Globular Cluster Metallicity From Jcost

ARTICLE 4 claims 3 theorems 1 hypothesis

Astrophysics Globular Cluster Metallicity From Jcost

Globular clusters split into two populations by metal content, and a framework built on recognition cost offers one way to see that split.

The metallicity gap

Globular clusters are dense, roughly spherical groups of stars that orbit a galaxy's halo. Astronomers sort them by metallicity, the fraction of their mass in elements heavier than helium. The distribution is famously bimodal: one population sits near [Fe/H] ≈ -1.5 and another near [Fe/H] ≈ -0.5, where [Fe/H] is the logarithmic ratio of iron to hydrogen relative to the Sun. The two peaks differ by a factor of about 10 in metal abundance, a gap that has been measured in the Milky Way and other large galaxies since the 1990s.

In Recognition Science, a framework that derives structure from the cost of recognition events, this gap finds a candidate expression. The framework defines a cost, a measure of how expensive it is to recognize one state as another, and applies it to the ratio of two metallicities. The specific module under discussion defines domainCost as the cost J(m/e), where m and e are real numbers standing for two metallicities. The framework's central result, proved in its machine-checked library of formal theorems, is that any cost function satisfying five plain conditions must equal J(x) = (x + 1/x)/2 - 1.

What the module actually proves is narrower than the astrophysical story. Its three theorems are general facts about J: the cost vanishes when the two inputs are equal, it is nonnegative for positive inputs, and the quantity phi - 3/2 is positive, where phi is the golden ratio. These hold for any positive real inputs. The module does not define m and e in terms of iron abundance or cluster populations. The docstring records a research note: the ratio of the two observed peaks, 10^(-0.5)/10^(-1.5) = 10, is close to phi^5 ≈ 11.09, and the framework's five-rung scale might separate the populations. That note is a hypothesis, not a theorem.

The gap between the proved and the hoped-for is the honest lesson. The three proved facts would be true for any two positive numbers, so they carry no astrophysical content by themselves. What would make the module a theorem about globular clusters is a definition of m and e in the subject's own terms, linking them to measured iron abundances. Until that definition exists, the framework offers a suggestive numerical coincidence, not a derivation. The reader can see the split in the data, and a framework that predicts ratios from first principles is a target worth testing, but the test remains open.

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

What this page does not claim

The module does not prove that globular cluster metallicities are bimodal. No claim is made that the framework derives the measured [Fe/H] values from first 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/GlobularClusterMetallicityFromJCost.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