IndisputableMonolith.Foundation.DAlembert.CurvatureGate
This module supplies the log-coordinate representation of a cost function F, defining the lift H(t) = F(e^t) + 1 together with concrete G realizations (quadratic, cosh, spherical) and verification lemmas for the associated ODEs. Researchers formalizing the curvature gate and the transition from algebraic axioms to differential structure in Recognition Science cite it when bridging to the d'Alembert equation. The module consists of direct definitions plus short verification lemmas that check ODE satisfaction for each G variant.
claimThe log-lift is $H(t) := F(e^t) + 1$. Associated curvature functions are $G_mathrm{quad}$, $G_mathrm{cosh}$, $G_mathrm{spher}$ satisfying the flat ODE $G'' = 1$, the hyperbolic ODE $G'' = G + 1$, and the spherical ODE $G'' = -G + 1$ respectively.
background
Recognition Science works with cost functions F obeying the Recognition Composition Law. In log coordinates the d'Alembert structure becomes an ODE on the lift H(t) = F(e^t) + 1. The upstream Cost module supplies the basic cost axioms while the Counterexamples module records that the mere existence of a combiner P satisfying F(xy) + F(x/y) = P(F(x), F(y)) does not force the d'Alembert equation on the log-lift.
proof idea
This is a definition module. It introduces G_of_F and H_of_F, instantiates the three concrete realizations Gquad, Gcosh, Gspher, and supplies the verification lemmas Gquad_satisfies_flat, Gcosh_satisfies_hyperbolic, Gspher_satisfies_spherical together with the counterexample Gquad_not_hyperbolic.
why it matters in Recognition Science
The module supplies the curvature representations required by the AnalyticBridge module (Bridge Theorem: interaction implies H satisfies d'Alembert), the FourthGate module (d'Alembert structure as normalized closure with hyperbolic ODE G''(t) = G(t) + 1), and the TriangulatedProof module (unification of the four gates). It therefore fills the curvature gate (Gate 3) in the Option A formulation.
scope and limits
- Does not prove that any given F satisfies the interaction axiom.
- Does not derive the d'Alembert equation from algebraic axioms alone.
- Does not address the entanglement or interaction gates.
- Does not compute numerical constants such as phi or alpha.
used by (3)
depends on (2)
declarations in this module (21)
-
def
G_of_F -
def
H_of_F -
def
Gquad -
def
Gcosh -
def
Gspher -
def
SatisfiesHyperbolicODE -
def
SatisfiesFlatODE -
def
SatisfiesSphericalODE -
theorem
Gquad_satisfies_flat -
theorem
Gcosh_satisfies_hyperbolic -
theorem
Gspher_satisfies_spherical -
theorem
Gquad_not_hyperbolic -
theorem
Gcosh_not_flat -
theorem
Gspher_nonpositive -
theorem
Gspher_negative_at_pi -
def
IsNonNegativeG -
theorem
Gspher_violates_nonnegativity -
inductive
CurvatureType -
theorem
curvature_gate_main -
theorem
curvature_gate_dichotomy -
theorem
curvature_gate_summary