Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Emergency Evidence Necessity

Abstract

Evidence collisions force an authorization error and block necessity recovery.

Theorem 1.1 (Evidence-only authorization must err on a collision).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/EmergencyEvidenceNecessity.emergency_evidence_necessity (✓ std3). ∎

Source. Repository-derived.

Commentary.

The public hypotheses expose the evidence interface and Boolean necessity target, together with an equal-evidence, unequal-necessity pair.

For every Boolean rule on evidence, the theorem explicitly exhibits an unnecessary authorization or a necessary rejection. The same collision also prevents any recovery map from factoring necessity through evidence.

The nonfactorization conjunct directly applies the repository’s informed_disclosure_defect theorem.

References