Validity-ending Event¶
Core Idea¶
The discrete, dateable moment at which a previously current entity is declared no longer valid, usable, or in-force while continuing to exist as a referenceable historical object. Not destruction, not replacement, not gradual decay — a sharp in-force → invalidated transition carrying an authority, a triggering condition, an effective date, and an audit-preserving identity.
How would you explain it like I'm…
The Card That Stops Working
No Longer In Force
The In-Force-to-Invalidated Flip
Broad Use¶
- Law and governance: sunset clauses, repeals, vacaturs, license revocations, treaty denunciations.
- Pharmaceuticals: drug recalls, lot invalidations, and expiry dates that invalidate stock for use without destroying it.
- Software and security: API deprecations, certificate revocation, token expiration — a revoked key persists as bytes but is no longer trusted.
- Academic publishing: paper retractions and withdrawn preprints, where the work remains with a notice — mark, not erase.
- Records management: record disposition out of active status.
- Finance: option expiry, contract termination, insurance lapse — a clock-based trigger with a defined post-state.
- Biology: cell senescence and enzyme inactivation, where the molecule persists in altered form but no longer plays its role.
Clarity¶
Separates four fused questions — who invalidates, what triggers it, when it takes effect, and what happens afterward — and absorbs a sprawl of terms (expiry, revocation, recall, sunset, retraction, repeal) as instances carrying the same four design questions.
Manages Complexity¶
Surfaces interaction failures invisible without the abstraction — propagation latency, the gap between an invalidation's effective date and the moment downstream consumers act on it — as one structural risk across domains.
Abstract Reasoning¶
Proceeds through six independent choices — entity, authority, trigger, effective-date semantics, post-invalidation regime, propagation — each with a distinct failure, so conflating any two (invalidation as destruction, expiry as immediate effect) attaches a predictable pathology.
Knowledge Transfer¶
- Security → law → pharmacy: certificate-revocation latency, the gap between repeal and effective date, and recall propagation are one structural job.
- Administrative → biological: invalidation discipline from records management applies, skeleton unchanged, to the lifecycle of a cell.
- The load-bearing carry: the retain-and-mark requirement that keeps prior reliance traceable transfers across every substrate.
Example¶
X.509 certificate revocation: the CA (authority) revokes on a compromise (trigger) effective immediately, but the certificate is not deleted — its serial is tombstoned on a CRL so a relying party can prove it was valid until T; the gap before a cached CRL refreshes is the stale-evidence pathology.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Validity-ending Event is a kind of, typical State and State Transition — A discrete, dateable in-force -> invalidated status transition (with authority, trigger, effective-date, retention regime, propagation) — a specialization of state_and_state_transition where the prior state is RETAINED for the record, not destroyed.
Path to root: Validity-ending Event → State and State Transition
Not to Be Confused With¶
- Validity-ending Event is not Fading because fading is gradual, unannounced loss of relevance with no dateable transition, whereas this is the discrete, authority-issued, dateable bright line that fading lacks.
- Validity-ending Event is not Versioning because versioning manages an evolving artifact with successors, whereas this needs no successor — a repealed statute or retracted paper has a validity-ending event with no versioning at all.
- Validity-ending Event is not Supersession because supersession requires a replacement that takes over, whereas this holds invalidation apart from succession; many instances invalidate with nothing taking the entity's place.