IndisputableMonolith.Cost.JcostCore
The JcostCore module defines the J-cost function J(x) = ½(x + x⁻¹) - 1 together with its symmetry, non-negativity, and derivative identities. Modules on Hamiltonian emergence, frequency ladders, R-hat fixed points, and moral debt import it as the base cost object. It consists of a short collection of definitions and elementary lemmas derived directly from the functional form.
claimThe central object is the J-cost $J(x) := \frac12(x + x^{-1}) - 1$ for $x > 0$, obeying the derivative identity $J'(x) = \frac12 - \frac{1}{2x^2}$ together with the elementary properties $J(1/x) = J(x)$ and $J(x) \ge 0$ with equality only at $x=1$.
background
Recognition Science places the J-cost in the Cost domain as the canonical measure of ratio deviation. The module imports only Mathlib and introduces the core function Jcost along with the interface CostRequirements. Sibling declarations establish Jcost_symm, Jcost_nonneg, Jcost_eq_sq, and the derivative formula quoted in the module header.
proof idea
This is a definition module, no proofs.
why it matters in Recognition Science
JcostCore supplies the base identities required by JCostGeometry (F1 log-domain geometry), HamiltonianEmergence (quadratic small-deviation limit), FrequencyLadder (phi-ladder bridge), RHatFixedPoint (contraction fixed-point theory), TuringBridge (R-hat landscape), and MoralDebt (externalization criterion).
scope and limits
- Does not derive the Recognition Composition Law.
- Does not extend J-cost to complex arguments or lattices.
- Does not introduce physical constants or the phi-ladder.
- Does not contain applications to ethics or complexity classes.
used by (22)
-
IndisputableMonolith.Complexity.TuringBridge -
IndisputableMonolith.Cost.FrequencyLadder -
IndisputableMonolith.Ethics.MoralDebt -
IndisputableMonolith.Foundation.HamiltonianEmergence -
IndisputableMonolith.Foundation.JCostGeometry -
IndisputableMonolith.Foundation.RHatFixedPoint -
IndisputableMonolith.Foundation.SpinStatistics -
IndisputableMonolith.Gravity.GravitationalLensing -
IndisputableMonolith.Gravity.UltramassiveBH -
IndisputableMonolith.Information.RecognitionEntropy -
IndisputableMonolith.Physics.AnomalousMagneticMoment -
IndisputableMonolith.Physics.BAO -
IndisputableMonolith.Physics.CMBTemperature -
IndisputableMonolith.Physics.CooperPair -
IndisputableMonolith.Physics.GammaRayBursts -
IndisputableMonolith.Physics.NeutronStarTOV -
IndisputableMonolith.Physics.NoHairTheorem -
IndisputableMonolith.Physics.ProtonRadius -
IndisputableMonolith.Physics.QuantumHallEffect -
IndisputableMonolith.Physics.RunningCouplings -
IndisputableMonolith.Physics.StellarEvolution -
IndisputableMonolith.Physics.Superfluidity
declarations in this module (22)
-
def
Jcost -
structure
CostRequirements -
lemma
Jcost_unit0 -
lemma
Jcost_symm -
lemma
Jcost_eq_sq -
lemma
Jcost_nonneg -
lemma
Jcost_one_plus_eps_quadratic -
lemma
Jcost_small_strain_bound -
def
AgreesOnExp -
lemma
Jcost_exp -
class
SymmUnit -
class
AveragingAgree -
class
AveragingDerivation -
class
AveragingBounds -
def
mkAveragingBounds -
class
JensenSketch -
def
F_ofLog -
class
LogModel -
theorem
Jcost_agrees_on_exp -
lemma
Jcost_deriv -
lemma
Jcost_strict_mono_on_one_infty -
lemma
Jcost_pos_of_ne_one