Economy in PF Reduction #
@cite{citko-gracanin-yuksek-2025}
Coordinated wh-questions (CWHs) and coordinated sluices (CSs) are two PF-reduced constructions with wh-phrase remnants. Despite superficial similarity, they differ in structure, derivational cost, and empirical properties. Economy governs the choice between ellipsis and multidominance as the PF reduction mechanism.
Key Claims #
CWHs use non-bulk-sharing MD: each conjunct CP contains one wh-phrase; functional heads (C, T) are multiply dominated. No ellipsis is involved.
CSs use bulk-sharing MD + ellipsis: the entire C' is shared between conjuncts; both wh-phrases originate inside the shared vP. The E-feature on C triggers TP deletion (cf.
FeatureVal.ellipsisinCore/Features.lean, which models this E-feature).Economy selects the structure: MD is preferred over ellipsis (fewer operations, fewer lexical items). Bulk-sharing MD is more economical than non-bulk-sharing, but is blocked for CWHs by the MWF parameter. CSs can't have the CWH structure because of Pronunciation Economy.
Empirical Contrasts #
- CWHs ban coordination of obligatory wh-arguments; CSs allow it.
- CWHs ban wh-object + wh-adjunct with obligatorily transitive verbs; CSs allow it.
- CWHs only allow nonpaired readings; CSs allow paired readings (with obligatorily transitive verbs) and nonpaired readings (with optionally transitive verbs).
Integration #
- CSs are coordinated sluices — each conjunct of a CS is a sluice.
Bridge theorems connect CS data to
Sluicing.leandata structures. - The MWF parameter connects to
Questions/MultipleWh.lean: non-MWF languages (English) ban multiple wh-fronting in questions. - RNR (§6.2) demonstrates that economy can force BOTH ellipsis and MD in a single derivation.
The two PF-reduced wh-coordination constructions.
- CWH : WHCoordType
Coordinated wh-question: "What and when did John teach?"
- CS : WHCoordType
Coordinated sluice: "I forgot what and when."
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
An empirical datum contrasting CWHs and CSs.
- sentence : String
- construction : WHCoordType
- grammatical : Bool
- notes : String
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
CWHs ban coordination of obligatory wh-arguments (ex 5a).
Equations
- One or more equations did not get rendered due to their size.
Instances For
CWHs ban wh-object + wh-adjunct with obligatorily transitive verbs (ex 6a). Distinct from (5a): here only one wh-phrase is an obligatory argument; the other is an adjunct. The ban persists because the verb ('buy') is obligatorily transitive.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
CSs allow coordination of obligatory wh-arguments (ex 5b).
Equations
- One or more equations did not get rendered due to their size.
Instances For
CSs allow wh-object + wh-adjunct coordination (ex 6b).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Reading type for wh-coordination.
- nonpaired : ReadingType
Each wh-phrase interpreted in its own conjunct only.
- paired : ReadingType
The trace of the first wh-phrase is interpreted as an E-type pronoun in the second conjunct (pairing).
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Reading availability datum.
- sentence : String
- construction : WHCoordType
- reading : ReadingType
- available : Bool
- paraphrase : String
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
CWHs: only nonpaired reading available (ex 8a).
Equations
- One or more equations did not get rendered due to their size.
Instances For
CWHs: paired reading unavailable (ex 8a).
Equations
- One or more equations did not get rendered due to their size.
Instances For
CSs: paired reading available with obligatorily transitive verbs (ex 8b). The paired reading arises because in the bulk-sharing structure, both wh-phrases originate inside the shared vP — the lower copy of the first wh-phrase is interpreted as an E-type pronoun in the second conjunct.
Equations
- One or more equations did not get rendered due to their size.
Instances For
CSs: nonpaired reading available with optionally transitive verbs (§6.1, ex 43). With verbs like 'teach' (optionally transitive), each wh-phrase can start in its own clause, yielding a nonpaired reading. This requires a different structure: non-bulk-sharing with two independent Cs, only one bearing the E-feature.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Each conjunct of a CS is itself a sluice: the wh-phrase is the remnant
and the TP is the elided material. We show this by decomposing CS examples
into SluicingDatum instances from Phenomena.Ellipsis.Sluicing.
The "what" conjunct of cs_basic as a standalone sluice:
"John taught something, but I forgot what [John taught _]"
Equations
- One or more equations did not get rendered due to their size.
Instances For
The "when" conjunct of cs_basic as a standalone sluice:
"John taught something, but I forgot when [John taught something]"
Equations
- One or more equations did not get rendered due to their size.
Instances For
Each CS decomposes into sluices: the wh-phrases in a CS are exactly the remnants of the component sluices.
Both component sluices are grammatical.
The "what" and "to whom" conjuncts of cs_obligatory_args_allowed.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Obligatory-argument CS also decomposes into sluices.
English is a non-MWF language: multiple wh-fronting is banned. *"Who what saw?" is ungrammatical (ex 28).
Equations
- Phenomena.Ellipsis.Studies.CitkoGracaninYuksek2025.english = { allowsMWF := false }
Instances For
English bans multiple wh-specifiers at a phase edge.
A single wh-specifier is fine in English.
The MWF parameter varies cross-linguistically. We define language
classifications that connect to the multiple wh-question data in
Phenomena/Questions/MultipleWh.lean.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Bulgarian: MWF language.
Equations
- One or more equations did not get rendered due to their size.
Instances For
German: non-MWF language, but allows multiple sluicing.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Greek: non-MWF language, but allows multiple sluicing.
Equations
- One or more equations did not get rendered due to their size.
Instances For
English variety A: non-MWF, bans multiple sluicing.
Equations
- One or more equations did not get rendered due to their size.
Instances For
English variety B: non-MWF, allows multiple sluicing.
Equations
- One or more equations did not get rendered due to their size.
Instances For
MWF languages never have MWF violations in questions.
Non-MWF languages DO have violations with 2+ wh-specifiers.
German and Greek: non-MWF but allow multiple sluicing — the offending vP edge is deleted by ellipsis (same mechanism as CSs).
The derivation cost of a PF-reduced coordination depends on whether the shared material is built once (MD) or twice (ellipsis). We provide two levels of parameterization:
Coarse (MD vs ellipsis): parameterized by total shared/non-shared cost. Used for Theorems 1–2.
sm/sl: Merge/lexical cost of shared material (built once with MD, twice with ellipsis)nsm/nsl: cost of non-shared parts (wh-movement, coordination)
Fine (non-bulk vs bulk sharing): decomposes shared material into heads vs phrasal structure. Used for Theorem 3.
hm/hl: cost of shared heads (C, T — built once either way)pm/pl: cost of per-conjunct phrasal structure (C', TP, vP assembly)wm/wl: cost of wh-phrases + coordination (non-shared)
Cost of CWH via non-bulk-sharing MD (adopted structure, paper's (10b)). Shared material built once; no ellipsis.
Equations
Instances For
Cost of CWH via ellipsis (biclausal alternative, paper's (11b)). Shared material duplicated; one E-feature deletion.
Equations
Instances For
Cost of CWH via non-bulk-sharing MD — fine-grained (paper's (10b)). Individual heads (C, T) shared; per-conjunct phrasal structure (assembling C', TP, vP around shared heads) built in each conjunct.
Equations
Instances For
Cost of CWH via bulk-sharing MD (excluded, paper's (12b)). Entire C' shared — phrasal structure built only once. More economical than non-bulk-sharing, but blocked by MWF.
Equations
Instances For
Cost of CS via bulk-sharing MD + single ellipsis (adopted, paper's (20b)). C' shared; E-feature on C deletes TP once.
Equations
Instances For
Cost of CS via double ellipsis, no MD (excluded, paper's (19b)). Both conjuncts built in full; E-feature in each.
Equations
Instances For
Theorem 1: For CWHs, the MD derivation is strictly more economical than the ellipsis alternative (paper's (10b) vs (11b)).
The MD derivation saves sm Merge operations (shared material built
once instead of twice) and avoids the ellipsis operation entirely.
This holds for ANY amount of shared material — even if sm = 0,
the ellipsis operation alone makes the alternative costlier.
Theorem 2: For CSs, the bulk-sharing derivation is strictly more economical than the double-ellipsis alternative (paper's (20b) vs (19b)).
The bulk-sharing derivation saves sm Merge operations and sl
lexical items, and uses one fewer ellipsis operation.
Theorem 3: Bulk-sharing is strictly more economical than non-bulk-sharing for CWHs (paper's (12b) vs (10b)).
This is the paper's crucial insight: the MOST economical derivation
for CWHs (bulk-sharing, which builds C' once) is blocked by an
independent constraint (MWF), forcing the LESS economical
non-bulk-sharing structure. The precondition 0 < pm ∨ 0 < pl
ensures there is at least some phrasal structure to share —
which holds for any non-trivial clause.
The CS (bulk-sharing) structure places both wh-phrases inside a single vP. Both must pass through the vP phase edge, creating a phase node with multiple wh-specifiers (paper's (36b)/(37b)).
In a non-MWF language like English, this configuration receives an asterisk at PF, crashing the derivation.
Unlike CSs, CWHs do NOT involve ellipsis — the vP edge survives to PF, so the asterisk is not deleted and the crash is unavoidable.
CSs survive because the E-feature on C triggers TP deletion (including the offending vP edge), removing the asterisk before PF interprets it.
The bulk-sharing structure for CWHs crashes in English: 2 wh-specifiers at vP edge in a non-MWF language.
CWHs have no ellipsis to repair the MWF violation — the vP edge survives to PF, and the asterisk crashes.
CSs survive the same MWF configuration because ellipsis deletes the vP edge containing the multiple wh-specifiers.
If CSs had the non-bulk-sharing (CWH) structure (paper's (38d)), with a shared C bearing the E-feature, the C would have two TP complements (one per conjunct). The E-feature triggers deletion of both TPs:
- Deleting TP₁ removes the TP-internal string from PF.
- Deleting TP₂ would remove the same string — but it was already removed by step 1.
- The second deletion is vacuous → violates Pronunciation Economy.
This reasoning crucially relies on C being shared (economy forces sharing unless independent Cs are needed, as in (16) where each C hosts different phonological material).
The Pronunciation Economy principle is violated: the second ellipsis does not change the PF output.
The adopted CWH structure: non-bulk-sharing MD, no ellipsis (paper's (10b)). Shared nodes: C and T are individually multiply dominated.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The adopted CS structure: bulk-sharing MD + ellipsis (paper's (20b)).
The E-feature on C (cf. FeatureVal.ellipsis in Core/Features.lean)
triggers TP deletion, repairing the MWF violation at the vP edge.
Shared nodes: entire C' is shared (includes C, TP, vP, VP).
Equations
- One or more equations did not get rendered due to their size.
Instances For
CWHs use only MD.
CSs use both MD and ellipsis.
The paper's central contribution is explaining WHY CWHs and CSs must have different structures — and therefore different empirical properties — despite their superficial similarity.
For CWHs (§4.1):
- Bulk-sharing MD is most economical (
cwh_bulk_beats_nonbulk) - But bulk-sharing creates MWF violation at vP (
cwh_bulk_crashes_in_english) - CWHs have no ellipsis to repair MWF (
cwh_no_ellipsis_repair) - So non-bulk-sharing MD is selected (
cwh_md_beats_ellipsisover ellipsis)
For CSs (§4.2):
- Bulk-sharing MD + ellipsis is most economical (
cs_bulk_beats_double_ellipsis) - Bulk-sharing creates MWF at vP, but ellipsis repairs it (
cs_ellipsis_repairs_mwf) - Non-bulk-sharing (CWH structure) violates Pronunciation Economy (
cs_nonbulk_fails_pronEcon) - So bulk-sharing MD + ellipsis is selected
Different structures → different properties:
- Non-bulk-sharing (CWH): each conjunct has one wh-phrase → bans obligatory arg coordination, bans obj+adjunct coordination with obligatorily transitive verbs, only nonpaired readings
- Bulk-sharing (CS): both wh-phrases in shared vP → allows all of the above
The two constructions use different PF reduction mechanisms, explaining why they have different empirical properties.
The two constructions use different sharing types.
End-to-end: CWHs cannot use bulk-sharing (most economical)
because the MWF violation at vP cannot be repaired without ellipsis.
Combines Theorems 3, cwh_bulk_crashes_in_english, and
cwh_no_ellipsis_repair.
End-to-end: CSs use bulk-sharing because it is most economical AND the MWF violation is repaired by ellipsis; the CWH structure is excluded by Pronunciation Economy.
Section 6.2 of the paper extends the economy analysis to Right Node Raising (RNR). RNR is a key test case because it can involve BOTH ellipsis and MD simultaneously — the "mix and match" analysis of @cite{belk-neeleman-philip-2023}.
The core claim: economy favors MD over ellipsis when both yield the same string and interpretation. In RNR, the shared pivot (rightmost material) is multiply dominated. When the pivot and antecedent are not morphologically identical (vehicle change), ellipsis is additionally required for the non-shared material in the first conjunct.
Examples:
- Pure MD: "Alice must, and Iris should, work on different topics" (ex 55) → No morphological mismatch, so MD alone suffices.
- Ellipsis + MD: "Alice must ⟨work on different topics⟩, and Iris ought to be, working on different topics" (ex 52/53) → Morphological mismatch forces ellipsis for verb form; MD for PP pivot.
The analysis predicts prosodic break placement: the break should occur at the onset of the MD-shared material.
RNR pivot type: what is shared at the right edge.
- minimal : RNRPivotType
Only the rightmost constituent (e.g., PP) is shared.
- extended : RNRPivotType
A larger constituent (e.g., VP) is shared.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
An RNR datum captures the structural analysis.
- sentence : String
- pivot : String
The shared pivot string
- morphologicalIdentity : Bool
Does the pivot exhibit morphological identity with the antecedent?
- mdProperties : Bool
Does the pivot exhibit properties of MD? (e.g., cumulative agreement, internal reading of relational adjective)
- involvesEllipsis : Bool
Does the construction involve ellipsis in addition to MD?
- pivotType : RNRPivotType
- notes : String
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Pure MD: identical verbs, no mismatch → economy selects MD only (ex 55).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Ellipsis + MD: verb morphology mismatch forces ellipsis for VP, but PP pivot is still shared via MD (ex 52/53).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Morphological mismatch signals ellipsis, not MD.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Relational adjective with internal reading signals MD.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Economy prediction for RNR: when morphology matches and no independent constraint forces ellipsis, pure MD is selected.
When morphology mismatches, ellipsis is ADDITIONALLY needed.
RNR pivot cost: MD derivation for the shared pivot. The pivot is built once (MD) rather than twice (ellipsis).
Equations
- One or more equations did not get rendered due to their size.
Instances For
RNR cost with full ellipsis (no MD): pivot duplicated.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Theorem 4: For RNR, MD is strictly more economical than ellipsis when both yield the same string. Same reasoning as Theorem 1 (CWHs).