Encyclopedia Chemistry Chemistry Acid Base Theories From Config Dim
Chemistry Acid Base Theories From Config Dim
Five classical acid-base theories, from Arrhenius to Pearson, form a single countable set in the Recognition Science framework.
Acid-base theories and configurational dimension
Acid-base chemistry has grown a small family of classical theories. Arrhenius, proposed in 1884, defines an acid as a substance that releases hydrogen ions in water. Brønsted-Lowry, from 1923, widens the idea: an acid is any proton donor, and a base is a proton acceptor. Lewis, also in 1923, goes further and calls an acid an electron-pair acceptor. Usanovich in 1939 treated acids as acceptors of electrons, cations, or anions. Pearson's HSAB principle, from 1963, sorts acids and bases into hard and soft categories by their preference for bonding partners. These five theories form the standard textbook progression.
In the Recognition Science framework, the number of such theories is not an accident. The framework models a ledger, a discrete record of recognition events, and derives from it a chain of structural facts. One of those facts is that a configurational dimension, a count of independent recognition axes, takes the value five for this chemical domain. The framework then treats the five classical acid-base theories as the five entries of that dimension.
The module AcidBaseTheoriesFromConfigDim in the framework's machine-checked library of formal theorems defines an inductive type with exactly those five constructors: Arrhenius, Brønsted-Lowry, Lewis, Usanovich, and Pearson HSAB. A theorem in the module proves that the number of constructors is five by direct computation. A certificate structure packages that proof as a reusable object.
The plain-language result is modest but precise: the five standard acid-base theories form a finite, decidable set, and the framework's configurational dimension for chemistry is five. The module does not rank the theories, does not say which is most fundamental, and does not derive the chemical content of any single theory. It only establishes the count and the list.
THEOREM acidBaseTheory_count · IndisputableMonolith/Chemistry/AcidBaseTheoriesFromConfigDim.lean
theorem acidBaseTheory_count : Fintype.card AcidBaseTheory = 5 := by decide
What this page does not claim
The module does not derive the chemical content of any single acid-base theory. The module does not rank the five theories by importance or correctness. The framework does not claim that exactly five acid-base theories are possible in all contexts, only that the standard set has five members.
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 derive the configurational dimension of five for chemistry from the recognition ledger?
- What physical or chemical content does each of the five acid-base theories carry in the framework beyond its label?
- Does the framework predict a sixth acid-base theory if the configurational dimension changes?
- How does the configurational dimension for chemistry relate to other domains, such as the eight-tick cycle or three spatial dimensions?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM acidBaseTheory_count · IndisputableMonolith/Chemistry/AcidBaseTheoriesFromConfigDim.lean
theorem acidBaseTheory_count : Fintype.card AcidBaseTheory = 5 := by decideThe five classical acid-base theories form a finite, decidable set, and the framework's configurational dimension for chemistry is five. acidBaseTheory_count · IndisputableMonolith/Chemistry/AcidBaseTheoriesFromConfigDim.lean