Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Minimum Audit Set Cover

Abstract

Minimum target-complete audit suites are minimum defect set covers.

Theorem 1.1 (Minimum complete audit suites are minimum defect covers).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Audits/MinimumAuditSetCover.minimum_audit_set_is_set_cover (✓ std3). ∎

Source. Repository-derived.

Commentary.

The current and target concepts construct the canonical defect relation. Each test covers exactly the defects on which its response differs.

Completeness is stated on the canonical joint readout of a selected finite suite. The theorem transports both feasibility and cardinality comparison against every candidate suite, so no optimizer is assumed to exist.

References