Encyclopedia Materials Materials Fracture Toughness From Jcost Fracture Regime Count

ARTICLE 3 claims 1 theorem 2 derived-unformalized

Materials Fracture Toughness From Jcost Fracture Regime Count

A machine-checked theorem counts five canonical ways materials break, tying fracture mechanics to a discrete recognition ledger.

The five fracture regimes

Fracture toughness measures a material's resistance to crack growth. In classical materials science, engineers classify cracking by the mechanism that drives it: elastic fracture under simple overload, plastic deformation before failure, creep at high temperature, fatigue from repeated loading, and environmentally-assisted cracking where corrosion weakens the material. These five categories form the standard working vocabulary of fracture mechanics.

The Recognition Science declaration fractureRegimeCount establishes that this five-way classification is exhaustive within the framework's model. The machine-checked library of formal theorems proves that the number of canonical fracture regimes equals five. The proof works by defining an inductive type with exactly five constructors, one for each regime, and then verifying that the cardinality of this type is five. This is a theorem in the framework's library: it is checked by the kernel with no unproved assumptions.

In Recognition Science, the framework models material failure through a ledger, a discrete record of recognition events. The cost of recognition, J(x), is forced by the framework's axioms to equal (x + 1/x)/2 - 1. Fracture toughness K_IC relates to this J-cost through the stress intensity ratio r = K_applied / K_IC. Below a threshold, r < 1/φ, J(r) < J(φ), and no crack propagates. At the threshold, sub-critical crack growth begins. Above r > 1, J(r) increases, leading to fast fracture. The five regimes correspond to the configuration dimension D = 5, a number that emerges from the framework's forcing chain.

The declaration also connects to the Paris-Erdogan law, which describes crack growth rate da/dN ∝ ΔK^m. The framework derives the exponent m from a phi-ladder: m ≈ 4 for structural metals (rung 4) and m ≈ 2 for ceramics (rung 2). Adjacent material classes have exponents that ratio by φ ≈ 1.618. This is a derivation within the framework, not an empirical fit.

What the declaration does not claim is equally important. It does not prove that these five regimes are the only possible classifications in all of physics; it proves they are the five in the framework's model. It does not establish the Paris-Erdogan law as a theorem; the law is a classical empirical relation that the framework's phi-ladder reproduces. It does not claim that the five regimes are physically exhaustive in every conceivable material system, only that the framework's inductive definition has exactly five constructors.

THEOREM fractureRegimeCount · IndisputableMonolith/Materials/FractureToughnessFromJCost.lean
theorem fractureRegimeCount : Fintype.card FractureRegime = 5 := by decide

What this page does not claim

The five regimes are the only possible fracture classifications in all of physics. The Paris-Erdogan law is proved as a theorem from the framework's axioms. The declaration establishes the physical exhaustiveness of the five regimes for every material system.

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