Encyclopedia Chemistry Chemistry Acidic Strength From Phi Ladder

ARTICLE 3 claims 1 theorem 1 measured

Chemistry Acidic Strength From Phi Ladder

A proposed link between acid strength and a golden-ratio-based cost function, where the formal proof stops well short of the chemistry.

Acidity and the phi ladder

Acid strength is classically measured by the acid dissociation constant pKa, the negative base-10 logarithm of the equilibrium constant for an acid donating a proton to water. Lower pKa means a stronger acid. For carboxylic acids, a familiar series runs formic acid (pKa 3.75), acetic acid (4.76), and benzoic acid (4.20), with adjacent members of homologous series often differing by roughly half a pKa unit.

In Recognition Science, the framework models a discrete record of events called a ledger, and a forced cost function J(x) = (x + 1/x)/2 - 1 that measures the price of recognition between two quantities. The golden ratio phi, about 1.618, is the unique self-similar scaling in this framework, and the cost at phi is J(phi) = 0.118. The research note in the module proposes that pKa differences between adjacent acids in a homologous series follow this cost: a difference of about 0.5 pKa units, which is roughly J(phi)^(1/2) multiplied by 1.4.

The formal development, however, proves only three general facts about the cost function Jcost(m/e): it vanishes when m equals e, it is nonnegative for positive inputs, and the threshold phi - 3/2 is positive. A structure AcidStrengthCert packages these three facts, and the development proves this structure is inhabited. Nothing in the proof connects the cost function to any specific chemical quantity, because the development defines domainCost as Jcost(m/e) without defining what m and e mean for an acid. The chemistry is a research note attached to the file, not a theorem.

The development's own docstring is explicit: it proves nothing specific to acidic strength, because the cost function is defined without reference to a chemical system. The same body is shared verbatim with 2383 sibling modules, each stating the same three general facts universally quantified. What would make this development a theorem about its subject is a definition of m and e in that subject's own terms, for instance a mass or energy associated with a proton transfer. Until such a definition exists, the pKa prediction remains a hypothesis with a named falsifier: a measured pKa difference between adjacent carboxylic acids that does not fall near the predicted 0.5-unit spacing.

The consequence for a reader is a clear boundary. The framework provides a proved cost function and a golden-ratio structure, but the bridge to chemistry is unbuilt. The development establishes a template for what a chemical recognition cost would look like, not the chemical fact itself.

THEOREM domainCost_at_eq · domainCost_nonneg · canonicalThreshold_pos · 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 (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]
MODEL domainCost · IndisputableMonolith/Chemistry/AcidicStrengthFromPhiLadder.lean
def domainCost (m e : ℝ) : ℝ := Jcost (m / e)
MEASURED cert_inhabited · IndisputableMonolith/Chemistry/AcidicStrengthFromPhiLadder.lean
theorem cert_inhabited : Nonempty AcidStrengthCert := ⟨cert⟩

What this page does not claim

No theorem connects the cost function to any measured pKa value. The 0.5-unit pKa spacing is a research note, not a proved result. The module does not identify which chemical quantities m and e represent.

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