Encyclopedia Chemistry Chemistry Acidic Strength From Phi Ladder Acid Strength Cert

ARTICLE 5 claims 5 theorems

Chemistry Acidic Strength From Phi Ladder Acid Strength Cert

A machine-checked certificate packages three arithmetic facts about a cost function, but it contains no chemistry: the acid story remains a research note.

The acid certificate

Acid strength in water is measured by pKa, the negative logarithm of the acid dissociation constant. Formic acid has pKa 3.75, acetic acid 4.76, and benzoic acid 4.20; smaller values mean stronger acids. A homologous series of carboxylic acids differs by one CH2 group per step, and adjacent members often differ in pKa by roughly 0.5 units.

The Recognition Science framework models a ledger, a discrete record of recognition events, with a cost function J(x) = (x + 1/x)/2 - 1. The framework's library, a machine-checked collection of formal theorems, proves J vanishes at x = 1, is nonnegative for positive inputs, and that the golden ratio φ satisfies φ - 3/2 > 0. These three facts are packaged into a structure called AcidStrengthCert.

In Recognition Science, the declaration AcidStrengthCert establishes exactly three general facts. First, the cost function J(m/e) equals zero when m equals e. Second, J(m/e) is never negative when both m and e are positive. Third, the threshold φ - 3/2 is positive. The certificate is inhabited, meaning a proof exists that these three facts hold together.

The certificate contains no chemistry. The cost function is defined as J(m/e) without any definition of m and e in terms of acid molecules, protons, or solvent. The pKa values and the proposed relation pKa differences ≈ J(φ) = 0.118 per inductive step appear only in a research note in the source file, not in any proved theorem. The module proves nothing specific to acids; the same three facts appear verbatim in 2383 sibling modules.

What the certificate does establish is a reusable template. Any domain that defines m and e in its own terms can inherit the three proved facts. For acid strength, that definition does not yet exist. The certificate is a scaffold waiting for chemistry, not a result about chemistry.

THEOREM domainCost_at_eq · IndisputableMonolith/Chemistry/AcidicStrengthFromPhiLadder.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/AcidicStrengthFromPhiLadder.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/AcidicStrengthFromPhiLadder.lean
theorem canonicalThreshold_pos : 0 < canonicalThreshold := by
  unfold canonicalThreshold; linarith [phi_gt_onePointFive]
THEOREM cert_inhabited · IndisputableMonolith/Chemistry/AcidicStrengthFromPhiLadder.lean
theorem cert_inhabited : Nonempty AcidStrengthCert := ⟨cert⟩
THEOREM domainCost · IndisputableMonolith/Chemistry/AcidicStrengthFromPhiLadder.lean
def domainCost (m e : ℝ) : ℝ := Jcost (m / e)

What this page does not claim

The certificate does not prove any relation between pKa values and the golden ratio. The certificate does not define m or e in chemical terms. The certificate does not establish that adjacent acids differ by approximately 0.5 pKa units.

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