sigmaImpact
plain-language theorem explainer
SigmaImpact defines the externalized J-cost impact on a receiver as the product of output magnitude and receiver sensitivity. Ethics researchers in Recognition Science cite it for the O(1) audit that checks whether an output increases another agent's recognition burden. The definition is a direct real-number multiplication with no lemmas or reductions required.
Claim. The sigma impact is the real-valued function given by $I(m,s) = m s$, where $m$ is output magnitude and $s$ is receiver sensitivity.
background
In Recognition Science, J-cost is the recognition burden measured by $J(x) = (x + x^{-1})/2 - 1$. The Sigma Externalization Audit (G-VII-1) performs an O(1) per-output check to determine whether an output increases another agent's J-cost. This definition supplies the linear impact measure used inside that check.
proof idea
The definition is the direct product of the two real parameters; no lemmas or tactics are applied.
why it matters
This definition supplies the impact function used by the downstream theorem zero_output_zero_impact, which proves that zero output yields zero impact. It implements the G-VII-1 audit step in the Ethics module and keeps externalization checks computationally trivial while remaining consistent with the J-uniqueness and phi-ladder structures of the forcing chain.
Switch to Lean above to see the machine-checked source, dependencies, and usage graph.