Heim 2001: Degree Operators and Scope #
@cite{heim-2001} @cite{heim-1999} @cite{kennedy-1999}
Irene Heim. Degree Operators and Scope. In C. Féry & W. Sternefeld (eds.), Audiatur Vox Sapientiae, Akademie Verlag, pp. 214–239.
Core Claim #
Degree phrases (DegPs) are generalized quantifiers over degrees that take scope by QR, analogous to DP quantifiers. The paper probes which scope configurations are empirically available.
Key Results #
Monotone collapse (§2.1): with ↑monotone operators (∀, ∃, required, allowed), low-DegP and high-DegP are truth-conditionally equivalent — scope is undetectable for plain comparatives.
Negation (§2.1): high-DegP over negation yields presupposition failure (max of {d: ¬tall(x,d)} is undefined on unbounded scales).
Kennedy's generalization (§2.2): DegP cannot scope over a quantificational DP whose scope contains the DegP's trace.
Intensional verbs (§2.3): DegP CAN scope over
require,allow,need,be able; but NOT overmight,should,supposed to,want.De re/de dicto ≠ DegP-scope (§2.4): the Russell ambiguity ("John thinks the yacht is longer than it is") is world-variable binding in the than-clause, not DegP movement.
Semantic ellipsis (§3.2):
-estandtoouse their complement twice — evidence for DegP movement independent of VP-ellipsis.
For simple comparatives, Heim and Kennedy yield the same truth conditions. The derivation differs (degree abstraction + max vs direct measure comparison), but the result is identical.
A scope interaction datum: does high-DegP yield a distinct, available reading?
- sentence : String
- operator : String
The operator DegP interacts with
- scopeCollapse : Bool
Are low-DegP and high-DegP truth-conditionally equivalent?
- highDegPAvailable : Bool
Is the high-DegP reading empirically available?
- explanation : String
Why (equivalence, presupposition failure, constraint)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Heim §2.1: scope collapses with monotone increasing operators.
For plain comparatives (no exactly, no less), low-DegP ↔ high-DegP
with ∀, ∃, required, allowed. Scope is undetectable.
Equations
- One or more equations did not get rendered due to their size.
Instances For
All monotone collapse examples have scopeCollapse = true.
Heim §2.1: high-DegP over negation → presupposition failure. max{d: ¬tall(m,d)} = max{d: d > μ(m)} is undefined on unbounded scales. The high-DegP LF is semantically deviant.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The negated degree set {d : d > μ(a)} has no maximum, confirming presupposition failure for high-DegP over negation.
Heim §2.1–2.2: with exactly and less, the two scope
configurations are truth-conditionally DISTINCT. This is where
Heim's approach makes testable predictions.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Heim §2.3: with exactly-differentials and less, some intensional
verbs allow high-DegP (= DegP scopes over the modal), others don't.
This is NOT detectable with plain more comparatives — those
collapse due to monotonicity (§2.1). Only exactly/less break
the equivalence.
- sentence : String
- verb : String
- highDegPAvailable : Bool
Does DegP scope over this verb (with exactly/less)?
- note : 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
The pattern: deontic/ability modals allow high-DegP, epistemic/neg-raising verbs block it.
Heim §2.4: the Russell ambiguity is NOT evidence for DegP-scope. "John thinks the yacht is longer than it is" has two readings from world-variable binding in the than-clause (de re vs de dicto), both compatible with narrow DegP-scope.
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
@cite{heim-1999} absolute vs relative superlative ambiguity.
Absolute = narrow-scope -est, relative = wide-scope -est.
Focus determines the comparison set for relative readings.
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
Bridge to Superlative.lean: Heim's -est denotation (59)
λR⟨d,et⟩.λx. max{d: R(x,d)} > max{d: ∃y ≠ x. R(y,d)}
matches absoluteSuperlative when R is a monotone adjective.
Bridge to Differential.lean: Heim's exactly-differential (5b)
⟦exactly 2" -er than 1'⟧ = λP. max(P) = 1' + 2"
corresponds to differentialComparative with diff = 2.
Bridge to scope theory: the monotone collapse for ∃ is a proper theorem (not Iff.rfl).