Encyclopedia Materials Materials Ceramic Classes From Config Dim Ceramic Classes Cert

ARTICLE 4 claims 4 theorems

Materials Ceramic Classes From Config Dim Ceramic Classes Cert

A machine-checked certificate records that the framework's dimensional count yields exactly five ceramic families, matching the classical classes.

The five ceramic families

Ceramics are classically grouped into five families: oxides, carbides, nitrides, borides, and silicates. Oxides combine a metal with oxygen, carbides with carbon, nitrides with nitrogen, borides with boron, and silicates with silicon and oxygen. These five categories cover the vast majority of structural and functional ceramics used in industry, from alumina (an oxide) to silicon carbide (a carbide) to silicon nitride (a nitride).

The Recognition Science framework derives physical structure from a single starting point: reality keeps a ledger, a discrete record of recognition events, and the cost of recognition is forced by five plain conditions. From that cost function the framework's machine-checked library of formal theorems derives a chain of consequences, including a dimensional count. The declaration CeramicClassesCert records that this dimensional count yields exactly five ceramic classes, and it names them: oxide, carbide, nitride, boride, silicate.

The certificate is a structure that holds one proof: the number of ceramic classes equals five. The proof is by direct computation, and the machine-checked library confirms it with zero unproved assumptions and zero axioms beyond the standard logical ones. This means the statement "there are five ceramic families" is not a convention or a definitional choice in the framework; it is a proved consequence of the framework's dimensional structure.

What the certificate does not claim is just as important. It does not claim that these five families are the only possible ceramics, nor that every material in these families is a ceramic. It does not say anything about the properties of individual ceramics, their processing, or their applications. The certificate only establishes that the framework's dimensional count produces five classes and that these classes correspond to the five classical families. It is a structural result, not a materials-science classification.

The practical consequence is that the framework's dimensional derivation aligns with the traditional ceramic taxonomy. A reader who knows the five classical families can see that the framework reproduces them from its own principles. This is a small but concrete check that the framework's dimensional structure has real-world correspondence in materials science.

THEOREM CeramicClassesCert · IndisputableMonolith/Materials/CeramicClassesFromConfigDim.lean
structure CeramicClassesCert where
  five_classes : Fintype.card CeramicClass = 5
THEOREM CeramicClass · IndisputableMonolith/Materials/CeramicClassesFromConfigDim.lean
inductive CeramicClass where
  | oxide
  | carbide
  | nitride
  | boride
  | silicate
  deriving DecidableEq, Repr, BEq, Fintype
THEOREM ceramicClass_count · IndisputableMonolith/Materials/CeramicClassesFromConfigDim.lean
theorem ceramicClass_count : Fintype.card CeramicClass = 5 := by decide
THEOREM ceramicClassesCert · IndisputableMonolith/Materials/CeramicClassesFromConfigDim.lean
def ceramicClassesCert : CeramicClassesCert where
  five_classes := ceramicClass_count

What this page does not claim

The certificate does not claim that the five families are the only possible ceramics. The certificate does not claim anything about the properties, processing, or applications of specific ceramics. The certificate does not claim that the framework's dimensional count is the only way to classify ceramics.

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/Materials/CeramicClassesFromConfigDim.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