Encyclopedia Chemistry Chemistry Rs Chem Module 003 Rschem003 Cert

ARTICLE 4 claims 4 theorems

Chemistry Rs Chem Module 003 Rschem003 Cert

A machine-checked certificate in the Recognition Science library proves three general facts about a cost function, but it does not prove anything about carbon ionization.

What the certificate proves

In the Recognition Science framework, a ledger, a discrete record of recognition events, assigns a cost to comparing two quantities. The declaration RSChem003Cert is a machine-checked certificate that bundles three proved facts about that cost function. First, when the two quantities are equal and nonzero, the cost is zero. Second, for any two positive quantities, the cost is never negative. Third, the number phi minus 1.5 is greater than zero, where phi is the golden ratio, about 1.618.

These three facts are general properties of the framework's cost function, written as J(x) = (x + 1/x)/2 - 1. The certificate proves them for any positive real inputs. It does not define what those inputs mean. The declaration's name suggests chemistry, and a research note in the module records an intended application: carbon ionization energy at roughly phi to the fifth power electron volts, about 11.09 eV, compared with a measured value near 11.26 eV, about 1.5 percent off. That comparison is a research note, not a proved result.

What would make the module a theorem about chemistry is a definition of the two quantities in chemical terms, such as an electron mass and a carbon nucleus property. The certificate does not supply that definition. It proves the three general facts about the cost function and nothing specific to this subject. The same body of text is shared verbatim with 2383 sibling modules, each with a different subject name in its title.

In Recognition Science, the framework models the cost of recognition as forced by the five conditions that lead to J. The certificate's three facts follow from that forcing. The carbon ionization note is where the idea was meant to go, not a result. The machine-checked library proves the general facts; the chemical application remains a target for a future definition.

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

What this page does not claim

The certificate does not prove that carbon ionization energy equals phi to the fifth power electron volts. The certificate does not define what m and e mean in chemical terms. The certificate does not claim the 1.5 percent agreement with measured carbon ionization 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/Chemistry/RS_Chem_Module_003.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