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
- Truth anchor:
D5/S3/ConceptDynamics/EmergencyEvidenceNecessity.emergency_evidence_necessity - Dependency: D5/S0/Rewriting/Quotients/InformedDisclosureDefect