pith. machine review for the scientific record. sign in
lemma

Jcost_unit0

proved
show as:
module
IndisputableMonolith.Cost
domain
Cost
line
12 · github
papers citing
23 papers (below)

plain-language theorem explainer

The lemma establishes that the recognition cost J vanishes at its fixed point of unity. Acoustics and action-principle derivations cite it to set the zero baseline for matched signals or constant paths. The proof is a one-line simplification that unfolds the definition of Jcost.

Claim. $J(1) = 0$ where $J(x) = (x + x^{-1})/2 - 1$ for real $x > 0$.

background

Jcost is defined by J(x) = (x + 1/x)/2 - 1, matching the T5 uniqueness form cosh(log x) - 1 that satisfies the Recognition Composition Law. This lemma sits in the Cost module and supplies the zero value at the self-similar fixed point. It relies on the core definition and the continuum bridge identification of the Laplacian action as (1/2) sum w_ij (ε_i - ε_j)^2.

proof idea

One-line wrapper that applies simp to unfold the definition of Jcost and evaluate at 1.

why it matters

This anchors the cost minimum in the Recognition framework and feeds directly into pitchCost_at_unison, hearingLossPenalty_zero, srCost_zero_at_threshold, actionJ_const_one, Jcost_taylor_quadratic, and pleasure_max_at_one. It realizes J-uniqueness at x=1, enabling the phi-ladder, eight-tick octave, and downstream quadratic limits.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.