Identity-Providing Kind¶
Core Idea¶
A category whose membership fixes what it takes for an instance to be the same instance over time — supplying persistence criteria, not merely a description the instance satisfies for a while. A role (a position occupied temporarily) or a phase (an interval passed through) is not identity-providing, because ceasing to fall under it is not ceasing to exist.
How would you explain it like I'm…
Always a Dog
Stage Versus What-It-Is
The Cease-to-Exist Test
Broad Use¶
- Natural language: speakers treat an underlying kind as identity-providing and a current occupation as a phase.
- Ontology engineering: a meta-property marking the category that supplies persistence criteria.
- Role theory: distinguishing the person from the office they hold makes succession and term limits intelligible.
- Biological taxonomy: the kind persists across developmental stages, which are phases not new kinds.
- Object-oriented design: a class an instance belongs to for life versus a state or role it occupies temporarily.
- Law: a natural person across every role; an incorporated body across changes of officers and name.
Clarity¶
Locates a whole class of modeling bugs precisely, as violations of the cease-to-exist test — that an instance ceases to exist when a status ends, that ending a relationship annihilates a party — rather than leaving them as a vague sense that "something is off."
Manages Complexity¶
Reduces the bookkeeping of an entity at the intersection of many categories to a single load-bearing relation: only changes to the identity-providing kind threaten identity, while an unbounded set of roles and phases attach and detach freely.
Abstract Reasoning¶
Sharpens essentialism to one sub-question — which category fixes sameness over time — equipped with an operational test (one face of rigidity) that the broader notion lacks, and separates it cleanly from classification and set membership.
Knowledge Transfer¶
- Code → law → biology: a software architect, a lawyer, and a biologist run the identical cease-to-exist reasoning.
- Database → records: making a relationship-status the type and losing data when it ends is one bug across customer, patient, and case files.
- Everywhere: persistence is a question to be answered explicitly, by naming which category an instance cannot survive losing.
Example¶
If student were modeled as the identity-providing kind, graduation would annihilate the person and begin a numerically new entity — so human being (whose loss leaves no surviving entity) bears the persistence criteria and student is demoted to a phase.
Relationships to Other Abstractions¶
Current abstraction Identity-Providing Kind Prime
Parents (2) — more general patterns this builds on
-
Identity-Providing Kind is a kind of Criteria of Individuation Prime
Identity-Providing Kind is a specialization of Criteria of Individuation, retaining the parent's defining structure while adding the child's specific commitments.
-
Identity-Providing Kind is a kind of, typical Essentialism Prime
Identity_providing_kind ISOLATES the one essentialist sub-question (which category fixes sameness over time) and supplies the cease-to-exist test the broad notion lacks — a specialization of essentialism narrowed to persistence-over-time.
Hierarchy paths (3) — routes to 3 parentless roots
- Identity-Providing Kind → Criteria of Individuation
- Identity-Providing Kind → Essentialism → Reification → Abstraction
- Identity-Providing Kind → Essentialism → Ontology → Set and Membership
Not to Be Confused With¶
- Identity-Providing Kind is not an Institution because an institution is a rule-system that may confer identity-providing status whereas the prime is the category that supplies persistence criteria — which applies equally where no institution is involved.
- Identity-Providing Kind is not a Role because a role is a position occupied temporarily (failing the cease-to-exist test) whereas the kind is precisely the one category an instance cannot survive losing.
- Identity-Providing Kind is not Classification because classification assigns an instance to the categories it satisfies whereas this asks the prior question of which satisfied category supplies persistence.