Encyclopedia Chemistry Chemistry Phase Coexistence From Jcost Phase Topology Count

ARTICLE 2 claims 1 theorem 1 model

Chemistry Phase Coexistence From Jcost Phase Topology Count

A machine-checked theorem counts exactly five ways that distinct phases of matter can coexist, and that count is a proven fact, not a chemical observation.

Five coexistence topologies

Phase coexistence is the everyday physics of a pot of water with steam above it, or ice floating in it: two distinct states of matter occupying the same container at the same temperature and pressure. Classical thermodynamics catalogues the shapes these coexistences take on a phase diagram. The most familiar is the binodal, the curve that separates a single stable phase from a region where two phases split apart. Add a third phase and you get a eutectic, the point where three phases meet and freeze or melt at a single temperature. More elaborate arrangements include the peritectic, where a solid reacts with a liquid to form a different solid, the azeotrope, a mixture that boils at a constant composition, and the tricritical point, where three phases become identical at once.

These five shapes are the standard inventory of classical phase diagrams, taught in every physical chemistry course. What the Recognition Science framework adds is a proof that the list is complete. Its machine-checked library of formal theorems contains a declaration, phaseTopology_count, that counts the possible coexistence topologies and derives the number five. The count is not a survey of known chemicals or a statistical summary of experiments. It is a theorem: within the framework's model, the ledger, a discrete record of recognition events, forces exactly these five topologies and no others. The proof is computational, checked by the kernel of the proof assistant, with no gaps and no extra axioms.

The framework also ties the shape of one of these topologies to its central cost function. The curvature of the binodal curve is gated by the canonical J(φ) band on the chemical-potential ratio, the same function that appears throughout the framework's derivations. This connects a classical thermodynamic curve to the framework's foundational cost, though the connection is a model-level claim about how the framework represents chemistry, not a measurement of a real substance.

The theorem establishes a count and a classification, nothing more. It does not say which real chemical systems exhibit which topology, nor does it predict the temperature and pressure at which a given coexistence occurs. It does not derive the phase diagram of water or any other specific material. The framework's claim is structural: if you accept its model of recognition and its cost function, then the possible coexistence topologies number exactly five. Whether that structure matches the empirical world is a separate question, one the theorem itself does not address.

THEOREM phaseTopology_count · IndisputableMonolith/Chemistry/PhaseCoexistenceFromJCost.lean
theorem phaseTopology_count : Fintype.card PhaseCoexistenceTopology = 5 := by decide
MODEL PhaseCoexistenceTopology · IndisputableMonolith/Chemistry/PhaseCoexistenceFromJCost.lean
inductive PhaseCoexistenceTopology where
  | binodal
  | eutectic
  | peritectic
  | azeotrope
  | tricritical
  deriving DecidableEq, Repr, BEq, Fintype

What this page does not claim

The theorem does not predict the phase diagram of any specific chemical substance. The count of five is a structural result within the framework's model, not an empirical observation about real materials. The framework does not derive the temperature and pressure at which any real coexistence occurs.

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:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND