Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Target Visibility and Condition Cost

Abstract

Exact target visibility carries a canonical target-specific condition cost.

Theorem 1.1 (Visibility determines a unique minimum-norm cost certificate).

Proof. Machine-checked in Lean as D5/S3/Observer/Conditioning/TargetVisibilityConditionCost.target_visibility_condition_cost (✓ std3). ∎

Source. Repository-derived.

Commentary.

The measurement map is defined on arbitrary finite-dimensional inner-product spaces over a real or complex scalar field. A target is exactly visible when its Riesz functional is constant on every measurement fiber.

The theorem constructs the state Gramian from the measurement and its adjoint. It then exposes the unique Gram preimage orthogonal to the hidden kernel and the induced observation coefficient.

That coefficient solves the adjoint equation, has minimum norm among all such solutions, and its squared norm equals the target quadratic form on the canonical Gram preimage. This is the target-specific condition cost without introducing a substitute pseudoinverse.

Pinned Mathlib supplies adjoint-range duality, equality of the Gram and adjoint ranges, orthogonal decomposition, and Pythagoras. Repository searches found no existing theorem combining all public clauses.

References

  • Truth anchor: D5/S3/Observer/Conditioning/TargetVisibilityConditionCost.target_visibility_condition_cost