Encyclopedia Chemistry Chemistry Acid Base Theories From Config Dim Acid Base Theory Count
ARTICLE 2 claims 2 theorems
Chemistry Acid Base Theories From Config Dim Acid Base Theory Count
Chemistry recognizes five standard acid-base theories, and a machine-checked proof confirms the count matches a deeper structural number.
Five named theories
Acid-base chemistry has five canonical theories, each answering the question of what makes a substance an acid from a different vantage point. The earliest is the Arrhenius theory (1884), which defines an acid as a substance that releases hydrogen ions in water. The Brønsted-Lowry theory (1923) broadens this to any proton donor, working outside water. The Lewis theory (1923) defines an acid as an electron-pair acceptor, covering reactions with no protons at all. The Usanovich theory (1939) generalizes further to any species that accepts electrons, cations, or anions. The Pearson HSAB theory (1963) classifies acids and bases as hard or soft based on charge density and polarizability.
These five theories are not competing in the sense that only one is correct; they form a nested sequence of increasing generality. Each later theory includes the earlier ones as special cases. The Arrhenius theory works only in water, the Brønsted-Lowry theory works in any proton-transfer context, the Lewis theory covers all coordinate bonds, and the Usanovich and HSAB theories extend to broader chemical interactions. This hierarchy is why chemists routinely teach all five rather than discarding older ones.
In Recognition Science, a framework that derives structure from the cost of recognition events, the count of five is not arbitrary. The framework's machine-checked library of formal theorems contains a declaration, acidBaseTheory_count, that proves the number of these theories is exactly five. The proof is computational: it lists the five named theories and verifies by direct enumeration that no sixth theory exists in the formal definition. The declaration also confirms the proof uses no axioms and no unfinished proofs, meaning the result is fully checked by the machine.
The framework connects this count to a structural parameter called configDim, which in this context equals 5. The claim is not that chemistry discovered five theories because of the framework; rather, the framework's formal system recognizes that the standard five-theory classification matches a deeper counting principle. The declaration establishes a consistency between an empirical classification and a formal structure, not a derivation of chemistry from first principles.
This matters because it shows the framework can encode and verify existing scientific classifications without altering them. The five acid-base theories remain exactly what chemists have always taught, and the formal proof adds a layer of machine-checked certainty about the count. It does not claim to explain why these five theories emerged historically, nor does it rank them by importance, nor does it suggest a sixth theory is impossible in principle.
THEOREM acidBaseTheory_count · IndisputableMonolith/Chemistry/AcidBaseTheoriesFromConfigDim.lean
theorem acidBaseTheory_count : Fintype.card AcidBaseTheory = 5 := by decide
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 derive the five theories from first principles. The proof does not rank the theories by importance or historical influence. The declaration does not claim a sixth theory is impossible in chemistry.
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:
- How does the framework define configDim for other scientific classifications?
- Could a sixth acid-base theory be added to the formal definition without breaking the proof?
- What other chemistry classifications has the framework encoded and verified?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM acidBaseTheory_count · IndisputableMonolith/Chemistry/AcidBaseTheoriesFromConfigDim.lean
theorem acidBaseTheory_count : Fintype.card AcidBaseTheory = 5 := by decideThe framework's machine-checked library of formal theorems contains a declaration, acidBaseTheory_count, that proves the number of these theories is exactly five. acidBaseTheory_count · IndisputableMonolith/Chemistry/AcidBaseTheoriesFromConfigDim.leanTHEOREM acidBaseTheory_count · IndisputableMonolith/Chemistry/AcidBaseTheoriesFromConfigDim.lean
theorem acidBaseTheory_count : Fintype.card AcidBaseTheory = 5 := by decideThe declaration also confirms the proof uses no axioms and no unfinished proofs. acidBaseTheory_count · IndisputableMonolith/Chemistry/AcidBaseTheoriesFromConfigDim.lean