Encyclopedia Chemistry Chemistry Colloid Stability From Jcost Colloid Stability Cert

ARTICLE 2 claims 1 theorem 1 model

Chemistry Colloid Stability From Jcost Colloid Stability Cert

A machine-checked certificate in the Recognition Science framework counts five canonical colloidal stability regimes and names the gate that separates them.

The certificate's scope

Colloid science classifies how microscopic particles suspended in a liquid resist clumping. The standard textbook picture recognizes five canonical regimes: electrostatically stabilized, sterically stabilized, depletion-stable, gel-forming, and flocculated. Each describes a different mechanism or outcome, from repulsive surface charges to polymer coatings to loose networks that trap the liquid.

The Recognition Science framework, which derives physical structure from a forced cost function, models this classification with a formal certificate. The certificate, ColloidStabilityCert (a machine-checked record in the framework's library of formal theorems), establishes exactly one fact: the number of these regimes is five. It proves this by counting the members of an inductive type, a definitional list of the five regimes, and the proof is axiom-clean, meaning it relies on no special assumptions beyond the ambient type theory.

The certificate also names a gate for the DLVO secondary minimum, the shallow energy well where particles can weakly bind. It identifies this gate with a canonical band of the framework's cost function J, evaluated on the potential ratio. This is a modeling claim, not a derived theorem: it chooses to identify a physical threshold with a mathematical band, and that identification is not what the certificate proves.

What the certificate does not do is predict which regime a given colloid will enter, nor does it derive the DLVO theory itself. It does not claim that the five regimes are exhaustive for all real suspensions, nor that the cost-function band matches experimental measurements. The certificate is a structural statement about a classification scheme, not a physical law about colloids.

THEOREM colloidRegime_count · IndisputableMonolith/Chemistry/ColloidStabilityFromJCost.lean
theorem colloidRegime_count : Fintype.card ColloidRegime = 5 := by decide
MODEL ColloidStabilityCert · IndisputableMonolith/Chemistry/ColloidStabilityFromJCost.lean
structure ColloidStabilityCert where
  five_regimes : Fintype.card ColloidRegime = 5

What this page does not claim

The certificate does not prove that real colloids always fall into one of the five regimes. The certificate does not claim that the cost-function band matches any measured stability threshold. The certificate does not derive the DLVO theory from the framework.

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/ColloidStabilityFromJCost.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