Angular Locality #
Angular Locality is the locality principle of mereological syntax: a part γ may subjoin to
β only if γ is an n-part of some object α that is a 1-part of β. Since parthood is
transitive within a dimension only, a subjunction path may turn through at most one angle, from
dimension n into dimension 1. Everything the classical theory stipulates about cyclic domains
and their escape hatches follows: 2-parts are the locality domains, and an object leaves a 2-part
just when it is a 2-part of it.
This file defines Parthood.CanSubjoin and proves the consequences that hold in every
structure: the target must contain the mover, so lowering, sideward, and parallel subjunction
are ruled out; an immediate 1-part cannot resubjoin to its whole (antilocality); and an object
inside a 2-part reaches an object outside it exactly when it lies on the 2-part's own 2-part
chain.
Main definitions #
Parthood.CanSubjoin γ β— Angular Locality for subjunction ofγtoβ.
Main statements #
Parthood.descendant_of_canSubjoin,Parthood.not_canSubjoin_of_le— the target contains the mover.Parthood.not_canSubjoin_of_imm_one— antilocality, from irreflexivity of parthood.Parthood.canSubjoin_iff_nPart_two— locality domains are 2-parts, with escape along the 2-part chain.
References #
- [adger-2025]
Angular Locality: γ may subjoin to β only if γ is an n-part of some 1-part of β.
Equations
- P.CanSubjoin γ β = ∃ (a : α), P.WithinDim γ a ∧ P.NPart MereologicalSyntax.Dim.one a β
Instances For
The target contains the mover #
Lowering, sideward, and parallel subjunction: no subjunction to an object of no greater rank.
Antilocality #
An immediate 1-part cannot resubjoin to its whole: the only candidate α is the part
itself, and parthood is irreflexive.
Locality domains are 2-parts #
Nothing inside the 2-part b other than its own 2-parts subjoins outside b.
The escape hatch: from inside the 2-part b of d, an object reaches an object above d
in d's extended projection exactly when it is a 2-part of b.
Subjoin #
Subjoin x to y: the first subjunction gives a 1-part, the second a 2-part, and there is
no third (Dimensionality); nothing subjoins to itself.
Equations
- One or more equations did not get rendered due to their size.