Mereological Syntax → Semantics Bridge #
[adger-2025] [borer-2005] [wang-sun-2026]
Connects the syntactic visibility predicate (labelInOnePartChain) from
mereological syntax to the atoms-restriction Number.atomsOf — the
individuating operation [wang-sun-2026] and [adger-2025] assume for the
classifier head of a [borer-2005]-style nominal spine — closing the gap
between two independent uses of mereology in the library:
- Semantic mereology (
Semantics/Mereology.lean): part-whole over entities. CUM (cumulative), QUA (quantized),Number.atomsOf(restriction to atoms). - Syntactic mereology (
Mereological/): part-of over syntactic objects. SynObj, subjoin, Dimensionality.
The syntactic parthood structure determines which semantic operations
compose into the denotation. Whether Cl is in D's 1-part chain determines
whether individuation (Number.atomsOf) applies:
- Cl visible (in 1-part chain) → atoms-restriction applies → QUA → sortal
- Cl invisible (cross-dimensional) → root passes through → CUM → mensural
This is the formal content of [wang-sun-2026]'s 的-contrast.
Whether the classifier is structurally visible from a syntactic node: true iff Cl is in the node's 1-part chain. This syntactic predicate determines whether semantic individuation applies.
Equations
Instances For
The nominal denotation at a syntactic node, given a root predicate P.
When Cl is visible (in the node's 1-part chain), Number.atomsOf applies:
the denotation picks out atomic instances of P (sortal/count).
When Cl is invisible, P passes through unmodified (mensural/mass).
Equations
- MereologicalSyntax.nominalDenotation d P = if MereologicalSyntax.individuates d = true then Number.atomsOf P else P
Instances For
Classifier-parametric variant: further restricts which atoms qualify, based on the classifier's semantic content (e.g., 张 zhāng restricts to flat-surface atoms).
Equations
- MereologicalSyntax.nominalDenotationCL d P cl = if MereologicalSyntax.individuates d = true then Number.atomsOf fun (x : α) => P x ∧ cl x else P
Instances For
Core bridge: when Cl is visible, the nominal denotation is quantized. Syntactic visibility → semantic individuation → QUA.
When Cl is invisible, the denotation equals the root predicate.
Classifier-parametric bridge: visible Cl with classifier predicate still yields QUA.
When Cl is invisible and the root is cumulative, the denotation is cumulative — the mass/mensural reading.
The structural semantic contrast: the same root predicate, in two structures differing only in dimensional attachment, yields opposite mereological properties.
The hypothesis CUM P is [borer-2005]'s thesis that root
predicates are cumulative.