pith. sign in
theorem

rational_agent

proved
show as:
module
IndisputableMonolith.Economics.BehavioralEconomicsFromRS
domain
Economics
line
29 · github
papers citing
none yet

plain-language theorem explainer

The declaration establishes that the J-cost vanishes at unit input, serving as the zero-bias baseline for a rational agent in the Recognition Science model of behavioral economics. Decision theorists would cite it when separating perfect recognition from systematic errors such as loss aversion or anchoring. The proof is a direct term application of the upstream unit lemma for J-cost.

Claim. The J-cost of the unit value satisfies $J(1) = 0$.

background

In the Recognition Science treatment of behavioral economics the J-cost function measures recognition error and is given by $J(x) = (x-1)^2/(2x)$. The module treats five canonical findings (loss aversion, anchoring, hyperbolic discounting, herding, overconfidence) as the dimension count D=5, with rational agents defined by zero cost and biased agents by positive cost. The local setting therefore uses J=0 as the perfect-recognition limit before introducing bias parameters such as loss aversion λ ≈ φ².

proof idea

The proof is a one-line wrapper that applies the lemma Jcost_unit0 from the Cost module, which itself reduces by direct simplification of the J-cost definition.

why it matters

The theorem supplies the rational-agent component inside the BehavioralEconomicsCert definition that certifies the five findings. It anchors the zero-bias case against which biased agents (J>0) are contrasted and connects to the T5 J-uniqueness step of the forcing chain. The result therefore closes the baseline needed for deriving RS-native constants such as loss aversion from the phi-ladder.

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