IndisputableMonolith.RRF.Models.Quadratic
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
- Does not derive physical constants or match experimental data.
- Does not extend beyond one spatial dimension.
- Does not incorporate the phi-ladder or forcing chain.
- Does not address multi-particle or higher-order interactions.
used by (1)
depends on (1)
declarations in this module (16)
-
def
quadratic1DStrain -
theorem
quadratic1D_equilibrium -
theorem
quadratic1D_unique_equilibrium -
theorem
quadratic1D_minimizer -
theorem
quadratic1D_hasUniqueMin -
def
quadratic1DLedger -
theorem
quadratic1D_ledger_closed -
def
quadratic1DStrainLedger -
theorem
quadratic1D_zero_valid -
def
quadratic1DChannel -
def
quadratic1DOctave -
theorem
quadratic1DOctave_wellPosed -
def
shiftedQuadraticStrain -
theorem
shifted_equilibrium -
theorem
shifted_is_minimizer -
theorem
exp_preserves_argmin