[For24] — Deducing the Coordinand Constraint #
Fortuny, Jordi. 2024. Deducing the Coordinand Constraint. Linguistic Inquiry 55(2). 219–253.
Grosu (1973) decomposes Ross's (1967) Coordinate Structure Constraint into the
Coordinand Constraint (CC: no coordinand may be moved) and the Element
Constraint. Fortuny gives a categorematic definition of the coordinator —
Coord : (X/X)/X in Categorial Grammar, requiring the two coordinands and the
coordinate structure to be categorially identical (the Parallelism Requirement /
Law of Coordination of Likes) — and deduces the CC from it.
Relation to the Coordinator API. The CC and the semantic Coordinator.op are two
sibling realizations of the categorematic schema Coord : (X/X)/X (combine two
same-X constituents into X): op : α → α → α realizes it over Boolean-algebra
types, this file realizes it over syntactic categorial features — they share the
schema, not a Lean object (op lives over [BooleanAlgebra α]; categories are not a
Boolean algebra, and the criterial [wh]/[focus]/[topic] features that drive the
CC have no semantic-op counterpart). The genuine API tie-in is Fortuny's own point
that the CC is uniform across coordinator types (his (3a–f): and/or/but all
obey it): cc_uniform quantifies over Coordinator.Role, and its proof ignores the
role — the precise content of "the CC is structural, not meaning-based."
Main definitions #
CatFeature/Category— generalized categorial features (Fortuny (12), (18)–(20)).Coordinable— the Coordinability Condition (Fortuny (21)/(22)): categorial identity.MovesFor— a coordinand bears a criterial feature that triggers A-bar movement (Remark (23): the feature triggering internal Merge is categorial).
Main results #
cc_case1— Case 1 (§2.2.1): a single coordinand cannot be extracted. Moving one coordinand for a criterial feature the other lacks makes them categorially distinct, so they are not coordinable. Derived from the categorematic coordinator alone.coordinand_extraction_illformed— the CC stated over a coordinate structure.
Generalized categorial features (Fortuny (12), (18)–(20)) #
A generalized categorial feature (Fortuny (12)): a feature that determines a constituent's syntactic distribution. Beyond the base categories, the criterial A-bar features [wh]/[focus]/[topic] (Rizzi's cartography) are categorial features — they have distinctive syntactic distributions and trigger movement (Remark (23)).
- base : Syntax.Cat → CatFeature
A base categorial feature [D], [V], [C], … (Fortuny (14)).
- wh : CatFeature
The criterial [wh] feature (Wh-Criterion → Spec,ForceP).
- focus : CatFeature
The criterial [focus] feature (Focus Criterion → Spec,FocP).
- topic : CatFeature
The criterial [topic] feature (Topic Criterion → Spec,TopP).
Instances For
Equations
- Fortuny2024.instDecidableEqCatFeature.decEq (Fortuny2024.CatFeature.base a) (Fortuny2024.CatFeature.base b) = if h : a = b then h ▸ isTrue ⋯ else isFalse ⋯
- Fortuny2024.instDecidableEqCatFeature.decEq (Fortuny2024.CatFeature.base a) Fortuny2024.CatFeature.wh = isFalse ⋯
- Fortuny2024.instDecidableEqCatFeature.decEq (Fortuny2024.CatFeature.base a) Fortuny2024.CatFeature.focus = isFalse ⋯
- Fortuny2024.instDecidableEqCatFeature.decEq (Fortuny2024.CatFeature.base a) Fortuny2024.CatFeature.topic = isFalse ⋯
- Fortuny2024.instDecidableEqCatFeature.decEq Fortuny2024.CatFeature.wh (Fortuny2024.CatFeature.base a) = isFalse ⋯
- Fortuny2024.instDecidableEqCatFeature.decEq Fortuny2024.CatFeature.wh Fortuny2024.CatFeature.wh = isTrue ⋯
- Fortuny2024.instDecidableEqCatFeature.decEq Fortuny2024.CatFeature.wh Fortuny2024.CatFeature.focus = isFalse Fortuny2024.instDecidableEqCatFeature.decEq._proof_7
- Fortuny2024.instDecidableEqCatFeature.decEq Fortuny2024.CatFeature.wh Fortuny2024.CatFeature.topic = isFalse Fortuny2024.instDecidableEqCatFeature.decEq._proof_8
- Fortuny2024.instDecidableEqCatFeature.decEq Fortuny2024.CatFeature.focus (Fortuny2024.CatFeature.base a) = isFalse ⋯
- Fortuny2024.instDecidableEqCatFeature.decEq Fortuny2024.CatFeature.focus Fortuny2024.CatFeature.wh = isFalse Fortuny2024.instDecidableEqCatFeature.decEq._proof_10
- Fortuny2024.instDecidableEqCatFeature.decEq Fortuny2024.CatFeature.focus Fortuny2024.CatFeature.focus = isTrue ⋯
- Fortuny2024.instDecidableEqCatFeature.decEq Fortuny2024.CatFeature.focus Fortuny2024.CatFeature.topic = isFalse Fortuny2024.instDecidableEqCatFeature.decEq._proof_11
- Fortuny2024.instDecidableEqCatFeature.decEq Fortuny2024.CatFeature.topic (Fortuny2024.CatFeature.base a) = isFalse ⋯
- Fortuny2024.instDecidableEqCatFeature.decEq Fortuny2024.CatFeature.topic Fortuny2024.CatFeature.wh = isFalse Fortuny2024.instDecidableEqCatFeature.decEq._proof_13
- Fortuny2024.instDecidableEqCatFeature.decEq Fortuny2024.CatFeature.topic Fortuny2024.CatFeature.focus = isFalse Fortuny2024.instDecidableEqCatFeature.decEq._proof_14
- Fortuny2024.instDecidableEqCatFeature.decEq Fortuny2024.CatFeature.topic Fortuny2024.CatFeature.topic = isTrue ⋯
Instances For
Equations
- Fortuny2024.instReprCatFeature = { reprPrec := Fortuny2024.instReprCatFeature.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
A constituent's category = its set of generalized categorial features (Fortuny (18)–(20): a category is a feature matrix).
Equations
Instances For
A criterial (A-bar movement-triggering) feature: [wh]/[focus]/[topic]. Base categories are not criterial.
Equations
Instances For
The Coordinability Condition (Fortuny (21)/(22)) #
Coordinability Condition (Fortuny (22), from the categorematic Coord : (X/X)/X
(10) + categorial identity (21)): two constituents can be coordinated iff they are
categorially identical. This is the Parallelism Requirement / Law of Coordination of
Likes at the level of categorial features — the syntactic counterpart of the
same-type requirement op : α → α → α encodes in its type signature.
Equations
- Fortuny2024.Coordinable a b = (a = b)
Instances For
Equations
- Fortuny2024.instDecidableCoordinable a b = decEq a b
Remark (23): the grammatical feature that triggers internal Merge (movement) is a categorial feature. So a coordinand that moves to satisfy a criterion bears that criterial feature in its category.
Equations
- Fortuny2024.MovesFor a f = (f ∈ a ∧ f.isCriterial = true)
Instances For
Deriving the Coordinand Constraint, Case 1 (§2.2.1) #
Coordinand Constraint, Case 1 (Fortuny §2.2.1, his (24)): a single coordinand
cannot be syntactically extracted. If coordinand a moves for a criterial feature
f (e.g. [wh]) that the other coordinand b lacks, then a and b carry different
categorial features, hence are not coordinable. The ill-formedness follows from the
categorematic coordinator (Coordinability) — no construction-specific island
stipulation is needed.
A coordinate structure of two coordinands is well-formed only if they are
coordinable (the categorematic Coord projects a single category X).
Equations
Instances For
The CC over a coordinate structure: extracting a single coordinand (moving a for a
criterial feature the in-situ coordinand b lacks) makes the coordination
ill-formed.
A coordinate structure: a coordinator with its role (Coordinator.Role from the
API — conjunctive .j, disjunctive .disj, adversative .advers) combining two
coordinands.
- role : Coordinator.Role
- left : Category
- right : Category
Instances For
The structure is well-formed only if the coordinands are coordinable (the
categorematic Coord projects a single category X).
Equations
- cs.WellFormed = Fortuny2024.Coordinable cs.left cs.right
Instances For
The Coordinand Constraint is uniform across coordinator types (Fortuny (3a–f):
How was Emma [how and/or/but sleepy]? — and, or, and but all obey the CC).
Extracting a single coordinand is ill-formed regardless of the coordinator's
Coordinator.Role: the proof discharges the goal without inspecting r, which is
exactly the claim that the CC falls out of the categorematic coordinator's
parallelism, not the role's denotation.
Illustrations (§2.2.1.1–§2.2.1.2) #
Case 2 and the Least Effort deduction (§2.2.2–§2.3) — TODO #
Fortuny's full account adds two further factors for Case 2 (why both coordinands cannot move) and the ultimate deduction: an economy condition on movement (the Integrity Condition on Coordinate Structures (50)) and an interface condition (the Prohibition against Self-Coordination (71)), all derived from Chomsky's (1991) Least Effort Principle. Case 1 above — the robust, crosslinguistically pervasive core of the CC — follows from the categorematic coordinator alone; the Least Effort deduction of Cases 1+2 is the larger formalization, deferred.