Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Residual Discrepancies

Abstract

A discrepancy is residual exactly when observed and expected readings differ.

Theorem 1.1 (A residual discrepancy is a nonzero difference).

Proof. Machine-checked in Lean as D5/S0/History/ResidualDiscrepancy.residual_iff_observed_ne_expected (✓ std3). ∎

Source. Repository-derived.

Commentary.

For readings in any additive group, the residual discrepancy is the observed value minus the expected value. It is residual exactly when that difference is nonzero. The theorem therefore identifies the source atom’s residual condition with the direct statement that the two readings differ; no order, norm, or numeric representation is assumed.

The pinned library was searched before proving. The exact algebraic core is Mathlib’s sub_ne_zero, so the Lean declaration is a thin honest wrapper that unfolds the residual vocabulary and applies that theorem. Searches for an existing residual-discrepancy abstraction were negative. The source atom is definitional and contains no numerical certificate.

References

  • Truth anchor: D5/S0/History/ResidualDiscrepancy.residual_iff_observed_ne_expected