Pith. sign in
module module high

IndisputableMonolith.Gravity.SevenGaps.StrainDescent

show as:
view Lean formalization →

Defines the sourced strain cost and the discrete gradient descent step that drives a hinge link's strain toward the least-cost carrier. Gravity and ledger workers cite it when reducing C2 stationarity to a dynamical principle. The module builds the residual, envelope, and step-size bounds from hyperbolic identities and elementary integral comparisons.

claimPer-channel sourced cost $\psi_a(s)=\cosh s-1-a\cdot s$. Strain residual, envelope, and step size control a discrete descent map $s\mapsto s-\eta\,\psi_a'(s)$ on hinge strain space, with positivity and contraction bounds that force convergence to the sourced stationary ratio.

background

In the Seven Gaps gravity stack, each hinge link carries a real strain coordinate $s$. The unsourced J-cost is $\cosh s-1$ (the T5 unique cost on the positive reals). A linear source term $-a\cdot s$ tilts the landscape; the resulting per-channel cost is $\psi_a(s)=\cosh s-1-a\cdot s$.

The upstream hinge-stationarity core already identifies the unique critical point of $\psi_a$ as the sourced stationary ratio. This module equips that landscape with a residual (how far the current strain sits from stationarity), a positive envelope that majorizes the residual, and a step size small enough that a single gradient step strictly decreases the envelope.

Local setting: pure real analysis on $\mathbb{R}$ with Mathlib hyperbolic and integral lemmas; no RS-internal axioms. The import surface is Mathlib plus the hinge-stationarity core (and, transitively, the ledger-energy bridge).

proof idea

Definitions introduce $\psi_a$, the residual, the envelope, and the admissible step size. Positivity lemmas show the envelope is at least one and strictly positive, and that the step size lies in $(0,1]$.

Comparison lemmas reduce envelope decrease to elementary facts: $\cosh$ is increasing on $[0,\infty)$, and the integrals of $\sinh$ and $\cosh$ supply explicit antiderivatives for the residual and its derivative. The one-step map is then shown to cut the envelope, which is the discrete Lyapunov step used downstream.

why it matters in Recognition Science

Feeds DescentPrincipleUniversality, which states that the metric is a choice that cannot matter once the carrier dynamics is fixed. Downstream doc-comment: the carrier dynamics is a theorem; the gradient step on a hinge link's strain space converges to the sourced least-cost carrier (StrainDescent). That reduces the C2 stationarity premise to one dynamical principle: the substrate's strain state follows steepest descent on $\psi_a$.

In the broader RS gravity program this closes the dynamical half of the seven-gaps hinge argument: stationarity is not postulated, it is the attractor of a proved descent map built from the unique J-cost (T5) with a linear source. No open scaffolding remains inside the module; every named sibling is a definition or a proved bound.

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 (36)