Quantifier scope determines the range over which quantified expressions range and how they bind variables; ambiguities like 'Every student read two papers' (universal scoping over existential, or vice versa) arise because quantifiers can take scope in multiple positions via lambda abstraction.
Identify ambiguous sentences and enumerate all logically possible scope readings; use paraphrase tests ('For each student, there are two papers' vs. 'There are two papers that every student read') to distinguish readings.
Scope is a semantic phenomenon resolved post-syntactically via lambda abstraction, not a property of syntactic surface order; scope readings are not equally prominent but ranked by processing preferences.
Your prerequisites in lambda calculus for linguistics and in quantifiers and scope give you the formal tools to engage with scope ambiguity. From lambda calculus, you know how to represent function application and variable binding. From quantifiers and scope, you know that expressions like "every student" and "some book" range over sets of individuals and make claims about how many of them satisfy a condition. Quantifier scope is about what happens when two or more quantified expressions appear in the same sentence: their relative scope determines what the sentence means, and in many cases, the sentence is genuinely ambiguous.
Consider the classic example: *Every student read two papers.* This sentence has two scope readings. On the surface scope reading (∀ > ∃), the universal quantifier "every student" takes wide scope over the existential "two papers": for each student x, there exist two papers y such that x read y. Crucially, different students can read different pairs of papers — the two papers can vary across students. On the inverse scope reading (∃ > ∀), the existential takes wide scope: there exist two specific papers y such that every student x read those y. Here the papers are fixed — there's a particular pair that the whole class read. These are logically distinct claims. The surface of the sentence is the same; the meanings are different.
Lambda abstraction is what makes this work formally. When the existential takes inverse scope, you treat "two papers" as an operator that takes the predicate *λy. every student read y* as its argument — abstracting over the object position and then quantifying over it. This requires the existential to raise out of its surface position and bind a variable in a position higher than "every student" in the scope hierarchy. The mechanism for this in formal semantics is Quantifier Raising (QR): at Logical Form (LF), quantifiers can be covertly moved to positions that reflect their intended scope, leaving a trace that acts as a bound variable. This is why scope is described as a post-syntactic semantic phenomenon — the surface syntax doesn't determine scope; LF does.
Binding relations interact with scope in revealing ways. Consider *Every professor recommended her own book.* The pronoun "her" must be bound by "every professor" — it doesn't refer to some fixed individual, it covaries with whoever is the professor in question. This is anaphoric binding: a quantified expression binds a pronoun in its scope. Now consider *She recommended every professor's book.* Here "she" cannot be bound by "every professor" because the pronoun appears in a structurally higher position — "every professor" does not c-command the pronoun at surface structure. Binding is thus a structural relation sensitive to dominance in the syntactic tree, not just linear order.
The interplay of scope and binding matters because it reveals that semantic interpretation is not read directly off surface syntax. Sentences with identical surface forms can have systematically different meanings depending on covert structure at LF, and the constraints on binding show that these covert structures obey syntactic principles (like c-command) rather than being arbitrary. Processing evidence confirms that scope ambiguities are real — people are slower to accept or reject sentences when they require the dispreferred inverse scope reading, showing that one reading is computed first and the other requires additional effort. This gradient accessibility means that scope is not just a formal property of sentences but a feature of how language is processed in real time — a bridge between your formal semantic toolkit and the psycholinguistic reality of language comprehension.