Encyclopedia Chemistry Chemistry Phase Coexistence From Jcost
ARTICLE 3 claims 2 theorems 1 model
Chemistry Phase Coexistence From Jcost
Phase coexistence is the physics of matter settling into distinct states, such as liquid and vapor, and this page explains how a single cost function gates the five classical shapes of that settling.
Phase coexistence
Phase coexistence is the condition in which two or more distinct states of matter, such as liquid and vapor, or solid and liquid, exist in equilibrium with each other. The classical picture is the phase diagram: a plot of pressure against temperature, or of temperature against composition, divided into regions where one phase is stable, with curves marking where two phases coexist and points where three or more meet. The shapes of those curves and points are the topology of phase coexistence, and they are few in number. A binary mixture, for instance, shows a two-phase binodal curve, a three-phase eutectic point, a four-phase peritectic point, an azeotrope where liquid and vapor have the same composition, and a tricritical point where three phases become identical. These five are the canonical topologies of classical phase diagrams.
In Recognition Science, a framework that derives physical structure from a single forced cost function, these five topologies are not an empirical list but a counted set. The framework's machine-checked library of formal theorems proves that the number of canonical phase-coexistence topologies is exactly five, and it names them: binodal, eutectic, peritectic, azeotrope, and tricritical. The proof is a theorem in the library, with no unproved assumptions, and it derives the count from the same cost function J that forces other physical constants. The cost function, a measure of recognition cost between two states, takes the form J(x) = (x + 1/x)/2 - 1, and its curvature gates the binodal curve. The framework models the chemical-potential ratio as the variable x, and the shape of the coexistence curve follows from the cost band.
The practical consequence is a structural law: phase diagrams are not arbitrary; their topologies are constrained by the same mathematics that produces the golden ratio and the number of spatial dimensions. The framework proves that the five topologies are exactly the ones that can appear, and it certifies this count in a formal structure. This means a chemist reading a phase diagram is seeing a consequence of a deeper cost principle, not just a catalog of observations. The framework's contribution is to show that the five shapes are forced, not chosen, and that the binodal curvature is gated by the cost function's band.
The framework does not claim to predict the precise location of a phase boundary in a specific material, nor does it derive the full thermodynamics of mixtures. It establishes the count and the gating of the binodal shape. The classical science of phase diagrams remains the source of measured values and material-specific behavior; the framework adds a structural explanation for why the topology is what it is. The proof is complete in the library, and the five topologies are the ones a student of classical thermodynamics already knows from the standard diagrams.
THEOREM phaseTopology_count · PhaseCoexistenceTopology · IndisputableMonolith/Chemistry/PhaseCoexistenceFromJCost.lean
theorem phaseTopology_count : Fintype.card PhaseCoexistenceTopology = 5 := by decide
inductive PhaseCoexistenceTopology where
| binodal
| eutectic
| peritectic
| azeotrope
| tricritical
deriving DecidableEq, Repr, BEq, Fintype
THEOREM PhaseCoexistenceCert · IndisputableMonolith/Chemistry/PhaseCoexistenceFromJCost.lean
structure PhaseCoexistenceCert where
five_topologies : Fintype.card PhaseCoexistenceTopology = 5
MODEL PhaseCoexistenceCert · IndisputableMonolith/Chemistry/PhaseCoexistenceFromJCost.lean
structure PhaseCoexistenceCert where
five_topologies : Fintype.card PhaseCoexistenceTopology = 5
What this page does not claim
This page does not claim that the framework predicts the precise location of a phase boundary in any specific material. This page does not claim that the framework derives the full thermodynamics of mixtures, including all equations of state. This page does not claim that the five topologies are the only possible shapes in all conceivable phase diagrams, only that they are the canonical set in the framework's count.
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/PhaseCoexistenceFromJCost.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 cost function J arise from the five plain conditions of reciprocal symmetry, zero cost at unity, composition, calibration, and continuity?
- What is the physical recognition-to-linking bridge that connects the cost function to thermodynamic phase behavior?
- How does the binodal curvature gate the shape of the two-phase coexistence curve in a concrete mixture?
- What are the precise conditions under which a tricritical point appears in a phase diagram?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM phaseTopology_count · PhaseCoexistenceTopology · IndisputableMonolith/Chemistry/PhaseCoexistenceFromJCost.lean
theorem phaseTopology_count : Fintype.card PhaseCoexistenceTopology = 5 := by decideinductive PhaseCoexistenceTopology where | binodal | eutectic | peritectic | azeotrope | tricritical deriving DecidableEq, Repr, BEq, FintypeThe framework's machine-checked library of formal theorems proves that the number of canonical phase-coexistence topologies is exactly five, and it names them: binodal, eutectic, peritectic, azeotrope, and tricritical. phaseTopology_count · PhaseCoexistenceTopology · IndisputableMonolith/Chemistry/PhaseCoexistenceFromJCost.leanTHEOREM PhaseCoexistenceCert · IndisputableMonolith/Chemistry/PhaseCoexistenceFromJCost.lean
structure PhaseCoexistenceCert where five_topologies : Fintype.card PhaseCoexistenceTopology = 5The cost function, a measure of recognition cost between two states, takes the form J(x) = (x + 1/x)/2 - 1, and its curvature gates the binodal curve. PhaseCoexistenceCert · IndisputableMonolith/Chemistry/PhaseCoexistenceFromJCost.leanMODEL PhaseCoexistenceCert · IndisputableMonolith/Chemistry/PhaseCoexistenceFromJCost.lean
structure PhaseCoexistenceCert where five_topologies : Fintype.card PhaseCoexistenceTopology = 5The framework models the chemical-potential ratio as the variable x, and the shape of the coexistence curve follows from the cost band. PhaseCoexistenceCert · IndisputableMonolith/Chemistry/PhaseCoexistenceFromJCost.lean