pith. sign in
module module high

IndisputableMonolith.Foundation.CostAxioms

show as:
view Lean formalization →

The CostAxioms module sets the axiomatic base for the cost functional J on positive reals, beginning with normalization at unity. Researchers proving uniqueness for J or deriving the phi-ladder constants cite it to fix the reference point where perfect balance incurs zero cost. The module consists of definitions and axiom statements with no internal proofs, directly enabling the T5 result in CostUniqueness.

claimThe cost functional satisfies normalization $J(1)=0$, symmetry $J(x)=J(x^{-1})$, and the composition law $J(xy)+J(x/y)=2J(x)J(y)+2J(x)+2J(y)$ for all $x,y>0$.

background

This module resides in the Foundation layer and imports the basic Cost definitions, FunctionalEquation helpers for T5, and the main uniqueness theorem from CostUniqueness. Normalization encodes that any deviation-measuring cost must vanish at the reference ratio of unity, corresponding to perfect balance. The setting is the single functional equation whose solutions yield all physics, with J as the unique cost obeying symmetry, convexity, and calibration.

proof idea

This is a definition module, no proofs.

why it matters in Recognition Science

These axioms supply the hypotheses for the main theorem in CostUniqueness: any cost functional F satisfying symmetry, unit normalization, strict convexity, and calibration equals Jcost on positive reals. The module therefore anchors T5 J-uniqueness in the forcing chain, allowing phi to emerge as the self-similar fixed point and subsequent derivations of constants such as hbar = phi^{-5} and G = phi^5 / pi.

scope and limits

depends on (3)

Lean names referenced from this declaration's body.

declarations in this module (19)