Than-Clause Semantics #
@cite{bhatt-pancheva-2004} @cite{heim-2006} @cite{von-stechow-1984}
Compositional semantics for the than-clause in comparative constructions. The than-clause introduces the standard of comparison and determines the degree set against which the matrix predicate is evaluated.
Key Issues #
Max operator: the than-clause denotes a degree set, and the comparative requires its maximum (
max(than-clause)) to compare against the matrix degree.Phrasal vs. clausal: phrasal "than Bill" vs. clausal "than Bill is tall" — the clausal than-clause makes the degree abstraction explicit.
Scope: the than-clause interacts with scope-taking elements (quantifiers, modals, negation).
A than-clause denotes a degree predicate: the set of degrees that the standard entity has.
"than Bill is tall" → λd. height(Bill) ≥ d = {d | d ≤ height(Bill)}
This is a downward-closed set (initial segment) when the predicate is a positive adjective.
Instances For
The maximum of a than-clause denotation is the degree of the standard entity: max({d | d ≤ μ(b)}) = μ(b).
Equations
- Semantics.Degree.ThanClause.thanClauseMax μ standard = μ standard
Instances For
The than-clause maximum is in the than-clause denotation.
The than-clause maximum is an upper bound of the denotation.
The two syntactic forms of than-clauses.
- phrasal : ThanClauseType
- clausal : ThanClauseType
Instances For
Equations
- Semantics.Degree.ThanClause.instBEqThanClauseType.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Phrasal and clausal than-clauses yield the same degree when the elided material is the same predicate. "taller than Bill" and "taller than Bill is tall" have the same truth conditions.
The than-clause denotation is the positive extent of the standard entity — the same algebraic object that Kennedy calls "degree set" and Schwarzschild calls "positive interval".