Questions: Quantifier Scope and Binding: Formal Treatment

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Consider 'Every professor assigned some paper.' A student says this means 'there is one specific paper that every professor assigned — they all assigned the same one.' Which formal representation corresponds to this reading?

A'Some paper' takes narrow scope under 'every professor': ∀x[professor(x) → ∃y[paper(y) ∧ assigned(x,y)]]
B'Some paper' takes wide scope over 'every professor': ∃y[paper(y) ∧ ∀x[professor(x) → assigned(x,y)]]
CThe sentence is unambiguous because quantifiers always take surface-syntactic scope order
DBoth readings have identical truth conditions, so scope does not matter for this sentence
Question 2 Multiple Choice

In formal semantics, why are quantified noun phrases like 'every student' assigned type ⟨⟨e,t⟩, t⟩ rather than type e (the type for individual entities)?

ABecause 'every student' refers to all students collectively, forming a plural entity
BBecause quantified NPs don't denote individual entities — they denote functions that take a property and return a truth value
CBecause the type ⟨e,t⟩ would cause a type mismatch with predicates
DBecause students are abstract objects, not concrete individuals, in formal ontology
Question 3 True / False

The sentence 'Everyone loves someone' is systematically ambiguous because the two quantifiers can take scope in either order, yielding two readings with different truth conditions.

TTrue
FFalse
Question 4 True / False

In formal semantics, 'nearly every student' denotes the set of most students — the collection of individuals who have the property of being a student.

TTrue
FFalse
Question 5 Short Answer

What is lambda abstraction, and why is it needed to handle variable binding in a sentence like 'every student thinks he will pass,' where the pronoun 'he' is bound by the quantifier?

Think about your answer, then reveal below.