Encyclopedia Physics Physics Thermochemistry From Rs
ARTICLE 3 claims 3 theorems
Physics Thermochemistry From Rs
Thermochemistry's five classical energy functions are counted, not assumed, and its equilibrium state is the zero point of a universal cost.
Five potentials, one ledger
Thermochemistry is the study of heat and energy in chemical reactions and phase changes. Its working vocabulary is a set of energy functions: internal energy U, enthalpy H, Helmholtz free energy F, Gibbs free energy G, and the grand potential Ω. Each one tracks a different way a system can exchange energy with its surroundings, for example at constant pressure versus constant volume. These five are the standard toolkit of any chemist or chemical engineer.
The five potentials have a long history. Josiah Willard Gibbs consolidated much of this framework in the 1870s, giving chemistry a unified way to ask whether a reaction will proceed. The Helmholtz free energy was introduced by Hermann von Helmholtz in 1882, and the grand potential emerged from statistical mechanics in the early twentieth century. Each potential is a Legendre transform of the others, a mathematical operation that changes which variables are held fixed. The set is closed: these five, and only these five, are the ones that appear throughout classical thermodynamics.
In Recognition Science, the framework models this classical set as a single discrete record of recognition events, called the ledger, a discrete record of events with a forced cost. The framework proves that the number of canonical thermodynamic potentials equals the configurational dimension D = 5, matching the classical list exactly. The machine-checked library of formal theorems, a collection of verified mathematical statements, establishes this count as a theorem, not a convention.
The framework also identifies the cost, the forced price of recognition, with the thermodynamic driving force. At chemical equilibrium, the cost is zero: the free energy is at its minimum, and no work is needed to maintain the state. The theorem states Jcost 1 = 0, where the argument 1 represents the ratio at which recognition is perfectly matched. Away from equilibrium, for any positive ratio other than 1, the cost is strictly positive: work is required to push the system toward equilibrium. This is the framework's way of saying that spontaneous change is the ledger moving toward its zero-cost state.
What this establishes in plain language is a structural identity. The five potentials are not an arbitrary list; they are the complete set that the framework's counting forces. The equilibrium condition is not a separate postulate; it is the zero of the same universal cost function that governs recognition everywhere. The module thus derives the shape of thermochemistry from the same forcing chain that produces the golden ratio and three spatial dimensions, making chemistry one more consequence of a single underlying ledger.
THEOREM thermodynamicPotentialCount · IndisputableMonolith/Physics/ThermochemistryFromRS.lean
theorem thermodynamicPotentialCount : Fintype.card ThermodynamicPotential = 5 := by decide
THEOREM chemical_equilibrium · IndisputableMonolith/Physics/ThermochemistryFromRS.lean
/-- Chemical equilibrium: J = 0. -/
theorem chemical_equilibrium : Jcost 1 = 0 := Jcost_unit0
THEOREM nonequilibrium_cost · IndisputableMonolith/Physics/ThermochemistryFromRS.lean
/-- Non-equilibrium: J > 0. -/
theorem nonequilibrium_cost {r : ℝ} (hr : 0 < r) (hne : r ≠ 1) :
0 < Jcost r := Jcost_pos_of_ne_one r hr hne
What this page does not claim
The framework does not derive the numerical values of thermodynamic quantities like entropy or heat capacity. This module does not prove the Legendre transform relations between the potentials; it only counts them. The identification of the five potentials with configurational dimension is a framework-internal result, not a statement about conventional physics.
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/Physics/ThermochemistryFromRS.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 Legendre transform structure that connects the five potentials?
- What physical interpretation does the argument r of the cost function carry in a chemical context?
- How does the framework's equilibrium condition relate to the second law of thermodynamics?
- Does the framework predict any sixth thermodynamic potential beyond the classical five?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM thermodynamicPotentialCount · IndisputableMonolith/Physics/ThermochemistryFromRS.lean
theorem thermodynamicPotentialCount : Fintype.card ThermodynamicPotential = 5 := by decideThe framework proves that the number of canonical thermodynamic potentials equals the configurational dimension D = 5, matching the classical list exactly. thermodynamicPotentialCount · IndisputableMonolith/Physics/ThermochemistryFromRS.leanTHEOREM chemical_equilibrium · IndisputableMonolith/Physics/ThermochemistryFromRS.lean
/-- Chemical equilibrium: J = 0. -/ theorem chemical_equilibrium : Jcost 1 = 0 := Jcost_unit0At chemical equilibrium, the cost is zero: the free energy is at its minimum, and no work is needed to maintain the state. chemical_equilibrium · IndisputableMonolith/Physics/ThermochemistryFromRS.leanTHEOREM nonequilibrium_cost · IndisputableMonolith/Physics/ThermochemistryFromRS.lean
/-- Non-equilibrium: J > 0. -/ theorem nonequilibrium_cost {r : ℝ} (hr : 0 < r) (hne : r ≠ 1) : 0 < Jcost r := Jcost_pos_of_ne_one r hr hneAway from equilibrium, for any positive ratio other than 1, the cost is strictly positive: work is required to push the system toward equilibrium. nonequilibrium_cost · IndisputableMonolith/Physics/ThermochemistryFromRS.lean