Encyclopedia Chemistry Chemistry Acid Base Theories From Config Dim Acid Base Theory

ARTICLE 2 claims 1 theorem 1 model

Chemistry Acid Base Theories From Config Dim Acid Base Theory

Chemistry recognizes five classical acid-base theories; a machine-checked library shows their count follows from a single structural dimension.

The five canonical theories

Acid-base chemistry has developed through five canonical theories, each broadening the definition of what counts as an acid. The Arrhenius theory (1884) defines an acid as a substance that releases hydrogen ions in water. The Brønsted-Lowry theory (1923) generalizes this to any proton donor, removing the requirement of an aqueous solution. The Lewis theory (1923) further widens the definition to any electron-pair acceptor. The Usanovich theory (1939) extends the concept to include electron, cation, and anion transfer. Finally, the Pearson HSAB principle (1963) classifies acids and bases as hard or soft based on charge density and polarizability.

These five theories form a natural ladder of increasing generality. Each successive theory subsumes its predecessor: every Arrhenius acid is a Brønsted-Lowry acid, every Brønsted-Lowry acid is a Lewis acid, and so on. Chemists use whichever theory fits the problem at hand, from simple aqueous titrations to organometallic catalysis. The historical progression shows a field steadily expanding its central concept while retaining earlier frameworks as special cases.

In Recognition Science, the framework models this historical progression as a structural fact. Its machine-checked library of formal theorems defines an acid-base theory as one of exactly five named types, and proves that the count is exactly five. The framework derives this count from a single configuration dimension set to five, treating the five theories as the complete set of canonical formulations. The proof is checked by computer, with no unverified assumptions.

The framework's contribution is not a new acid-base theory. It does not predict a sixth theory, nor does it rank the five by correctness. Its claim is structural: given the framework's starting point, the number five is forced, not chosen. This matches the historical record, where five theories emerged independently over nearly a century. The framework provides a formal explanation for why the list is complete, rather than a new chemical insight.

MODEL AcidBaseTheory · IndisputableMonolith/Chemistry/AcidBaseTheoriesFromConfigDim.lean
inductive AcidBaseTheory where
  | arrhenius
  | bronstedLowry
  | lewis
  | usanovich
  | pearsonHSAB
  deriving DecidableEq, Repr, BEq, Fintype
THEOREM acidBaseTheory_count · IndisputableMonolith/Chemistry/AcidBaseTheoriesFromConfigDim.lean
theorem acidBaseTheory_count : Fintype.card AcidBaseTheory = 5 := by decide

What this page does not claim

The framework does not rank the five theories by correctness or usefulness. The framework does not predict the existence of a sixth acid-base theory. The framework does not provide new chemical predictions beyond the count of five.

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