Encyclopedia Cosmology Cosmology Omega Matter3 From Jcost Omega Matter3 Cert

ARTICLE 2 claims 2 theorems

Cosmology Omega Matter3 From Jcost Omega Matter3 Cert

A formal certificate in the Recognition Science library proves three general facts about a cost function, but it says nothing about the universe's matter density.

What the certificate proves

The matter density parameter Omega_m is the fraction of the universe's energy density that comes from ordinary and dark matter. The Planck 2018 satellite data put it at about 0.315 of the critical density. In the Recognition Science framework, which starts from the idea that reality keeps a discrete record of recognition events, a structure named OmegaMatter3Cert appears in the machine-checked library of formal theorems. The name suggests a cosmological claim, but the certificate itself is far narrower.

What the certificate actually establishes is three general facts about a function called domainCost, which is defined as Jcost(m/e), where J is the framework's forced cost function. First, when the two inputs m and e are equal, the cost is zero. Second, for positive inputs, the cost is never negative. Third, the number phi minus 3/2 is positive, where phi is the golden ratio. These are the three fields of the certificate structure, and the library proves each one. The certificate is inhabited, meaning a proof exists that the structure is not empty.

The main limitation is that the certificate never defines what m and e mean in cosmology. The declaration sets domainCost as Jcost(m/e) without reference to any physical quantity. The three proved facts hold for any positive real numbers, so they are theorems about the cost function, not about the universe. The docstring records a research note where the author intended to connect this to Omega_m, including a structural guess that Omega_m / Omega_Lambda equals 2, but that note is explicitly marked as not a result. The code proves nothing specific to cosmology.

In plain terms, the certificate is a reusable lemma package. It says: for any two positive numbers, the cost of their ratio is nonnegative, vanishes when they are equal, and a certain golden-ratio threshold is positive. What it does not say is that this ratio equals the observed matter density. The observed value 0.315 and the framework's speculative value of about -0.971 do not even agree in sign, because the units differ. The certificate is honest about this gap: it proves the general facts and leaves the physical identification as an open target.

THEOREM domainCost_at_eq · domainCost_nonneg · canonicalThreshold_pos · IndisputableMonolith/Cosmology/OmegaMatter3_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/Cosmology/OmegaMatter3_FromJCost.lean
def domainCost (m e : ℝ) : ℝ := Jcost (m / e)

What this page does not claim

This answer does not claim that the certificate derives the observed matter density of the universe. This answer does not claim that the three proved facts about domainCost apply to any specific physical system. This answer does not claim that the research note's structural guess about Omega_m / Omega_Lambda is a proved result.

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/Cosmology/OmegaMatter3_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