A multiple wh-question with its answer patterns
- question : String
The question
- numWh : ℕ
Number of wh-phrases
- constituentAnswer : String
Example constituent answer (short form)
- sententialAnswer : String
Example sentential answer (long form)
- exhaustiveReading : String
The exhaustive interpretation
- source : String
Source
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
G&S p. 310: "Which man loves which woman?"
Equations
- One or more equations did not get rendered due to their size.
Instances For
Conjunctive answer: multiple pairs
Equations
- One or more equations did not get rendered due to their size.
Instances For
Disjunctive answer: uncertain which pair
Equations
- One or more equations did not get rendered due to their size.
Instances For
Complex answer with quantifiers
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
Constituent and sentential answers express the same proposition. @cite{groenendijk-stokhof-1984}: Both derived from the same abstract + term.
- question : String
The question
- shortAnswer : String
Short (constituent) answer
- longAnswer : String
Long (sentential) answer
- equivalent : Bool
They express the same proposition
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Questions.MultipleWh.johnSuzy_equiv = { question := "Which man loves which woman?", shortAnswer := "John, Suzy", longAnswer := "John loves Suzy" }
Instances For
Some multiple-wh questions have both pair-list and single-pair readings. G&S focus on exhaustive (pair-list) readings.
- pairList : MultiWhReading
- singlePair : MultiWhReading
Instances For
Equations
- Phenomena.Questions.MultipleWh.instDecidableEqMultiWhReading x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
G&S: The default/semantic reading is pair-list (exhaustive). Single-pair readings are pragmatic/mention-some.
Equations
Instances For
G&S define a hierarchy of term categories: T^0 = S/S (sentence adverbs: yes, no) T^1 = S/AB^1 (ordinary terms: John, everyone) T^2 = S/AB^2 (2-place terms: John, Mary) T^n = S/AB^n (n-place terms)
- arity : ℕ
The arity
- examples : List String
Example expressions
- typeDesc : String
Type description
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Questions.MultipleWh.t0_category = { arity := 0, examples := ["yes", "no", "if Mary walks"], typeDesc := "S/S (sentence adverbs)" }
Instances For
Equations
- Phenomena.Questions.MultipleWh.t1_category = { arity := 1, examples := ["John", "everyone", "the student who left"], typeDesc := "S/(S/e) (ordinary terms)" }
Instances For
Equations
- Phenomena.Questions.MultipleWh.t2_category = { arity := 2, examples := ["John, Mary", "every man, a girl"], typeDesc := "S/((S/e)/e) (2-place terms)" }
Instances For
Languages vary in whether multiple wh-specifiers at a phase edge are
tolerable at PF (@cite{rudin-1988}, @cite{citko-gracanin-yuksek-2025}).
The substrate primitives (MWFParameter, PhaseEdge, EdgeAsterisk,
MWFViolation, EllipsisRepairsMWF) are in Linglib/Typology/Question.lean
per the project layering convention; this file holds only the per-language
data + theorems consuming it.
The intra-English variety A/B split (paper-specific to
@cite{citko-gracanin-yuksek-2025}) lives in
Phenomena/Ellipsis/Studies/CitkoGracaninYuksek2025.lean.
Cross-linguistic MWF datum. Records the parameter setting and an
example question. AllowsMultipleSluicing is derived from the
parameter via EllipsisRepairsMWF.
- language : String
- mwfParam : Typology.Question.MWFParameter
- exampleQuestion : String
Example multiple wh-question.
- grammatical : Bool
Is the bare multiple-wh question grammatical?
- 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
Multiple sluicing is licensed iff vP-edge ellipsis repairs the MWF
violation for n = 2 wh-specifiers. Derived, not stipulated.
Equations
Instances For
Equations
- Phenomena.Questions.MultipleWh.instDecidableAllowsMultipleSluicing d = id inferInstance
Bulgarian: MWF language (@cite{rudin-1988} canonical case).
Equations
- One or more equations did not get rendered due to their size.
Instances For
German: non-MWF; vP-only asterisk; multiple sluicing repairs. @cite{citko-gracanin-yuksek-2025} ex 31a.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Greek: non-MWF; vP-only asterisk; multiple sluicing repairs. @cite{citko-gracanin-yuksek-2025} ex 31b.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Cross-linguistic MWF table (textbook-consensus subset).
Equations
Instances For
Bulgarian: MWF language → no violations on bare multiple wh.
German question with two wh-phrases is starred.
Sluicing repairs in German and Greek (vP-only asterisk eliminated).