Located-In Relation¶
Core Idea¶
One entity is situated within the region of another with four commitments — a locatum, a location, an inclusion region, and a relation-time — but not as a part: the located thing need not be constitutive of the location, and the relation is always indexed to a time.
How would you explain it like I'm…
Cat in the Box
Inside, Not Part Of
Where-It-Sits, For Now
Broad Use¶
- Anatomy: organs in cavities, cells in tissues, pathogens in host tissues, formally distinguished from parthood.
- Engineering: components in subassemblies — removable, replaceable, transferable, not permanent parts.
- Geography: settlements in countries, properties in jurisdictions, with within and contains as first-class predicates.
- Law: subsidiaries in jurisdictions, assets in trusts, with tax and governing-law consequences tied to the relation-time.
- Computing: variables in scopes, processes in containers, files in directories, rows in partitions.
- Social settings: people in conversations, meetings, and contexts, governing who can access or affect what.
Clarity¶
The pattern is sharp at its operational test — for a locatum and putative location at a time, is the locatum within the location's region? — so loose associations ("likes the venue," "trades with the jurisdiction") that fail inclusion do not fire the entailments.
Manages Complexity¶
Vast structural reasoning collapses into location lookups: "where is it?" becomes a single query whose answer determines tax treatment, signal diffusion, variable visibility, or access rights, computed once rather than re-derived.
Abstract Reasoning¶
Recognizing the relation lets a reasoner ask, of any "in" claim, which of four mereotopological relations — parthood, strict containment, located-in, adjacency — is meant, and apply only the inferences that one licenses, blocking parthood's transitivity and permanence from leaking in.
Knowledge Transfer¶
- Law to software: demanding a relation-time for corporate domicile is exactly the tool that avoids the stale-location bug in closure-capture analysis.
- Anatomy to pharmacology: a therapeutic agent located in but not part of a target acts where it sits and clears when the relation ceases.
- Engineering to organizations: the non-parthood of a component in an assembly carries intact to a subsidiary in a jurisdiction.
Example¶
A gallstone located in the gallbladder: it sits within the organ's lumen for an interval but is no part of it, so one may not infer it is part of the digestive system even though the gallbladder is.
Relationships to Other Abstractions¶
Current abstraction Located-In Relation Prime
Parents (1) — more general patterns this builds on
-
Located-In Relation is a kind of Relation Prime
Located_in is a relation but the specific mereotopological within-a-region-at-a-time relation with its own inference rules (no transitivity into parthood, time-indexed, non-constitutive) the generic relation lacks.
Children (1) — more specific cases that build on this
-
Antessive Case Domain-specific presupposes Located-In Relation
The minimal parent is Located-In Relation.
Hierarchy path (1) — routes to 1 parentless root
- Located-In Relation → Relation
Not to Be Confused With¶
- Located-In Relation is not a bare Relation because the former carries a specific inference profile — within-a-region, time-indexed, non-constitutive — whereas a generic relation imposes no constraints on transitivity, time, or constitution.
- Located-In Relation is not Parthood (Composition) because the locatum is within the location's region without being constitutive of it, whereas parthood is transitive, permanent constitutive belonging.
- Located-In Relation is not strict Containment because the former requires only situation within a region and permits multiple simultaneous inclusions, whereas strict containment is crisp single enclosure.