Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Minimum Complete Observers as Set Cover

Abstract

Minimum-cost complete finite observer families are exactly minimum-cost set covers.

Theorem 1.1 (The minimum complete observer problem is weighted set cover).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/ExperimentDesign/MinimumCompleteObserverSetCover.minimum_complete_observer_is_set_cover (✓ std3). ∎

Source. Repository-derived.

Commentary.

The finite state carrier is X = Fin n. Its unordered-pair universe contains exactly distinct state pairs, and the detector set for observer i contains the pairs on which its readout differs.

For each finite observer selection J, C(J) is the sum of the supplied real candidate costs. No positivity assumption is added: the theorem compares the same objective over two extensionally equal feasible families.

The imported finite experiment cover criterion identifies joint-readout injectivity with coverage of the full distinct-pair universe. It therefore transports both feasibility of J and its cost comparison against every feasible candidate K.

References