pith. sign in
module module high

IndisputableMonolith.RRF.Models.Quadratic

show as:
view Lean formalization →

The Quadratic module supplies a one-dimensional consistency model for the RRF with strain cost J(x) = x². Researchers verifying that the Recognition axioms are satisfiable cite these results as an explicit example. The module proceeds by direct definition of the cost followed by algebraic verification of equilibrium, unique minimization, and ledger closure.

claimThe quadratic strain model is defined by the cost function $J(x) = x^2$ in one dimension, together with the associated equilibrium condition, unique minimizer, and closed ledger.

background

The module imports core definitions from RRF.Core, an umbrella file that re-exports all core RRF definitions and contains only definitional content with no physical constants, no hypotheses, and no heavy mathlib. It introduces the quadratic strain as the specific instance J(x) = x². The theoretical setting is the Recognition framework in which such concrete models demonstrate that the RRF axioms are satisfiable.

proof idea

This is a definition module containing multiple theorems. It defines the quadratic strain cost as the square function, then verifies the equilibrium and uniqueness properties by direct substitution into the RRF axioms, followed by algebraic proofs of the minimizer and ledger closure.

why it matters in Recognition Science

This module is imported by the RRF.Models umbrella file, which collects concrete examples that satisfy RRF axioms and thereby prove internal consistency of the framework. It supplies the quadratic strain model with J(x) = x² as one such explicit case.

scope and limits

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (1)

Lean names referenced from this declaration's body.

declarations in this module (16)