@cite{von-stechow-2009}: Tenses in Compositional Semantics #
@cite{von-stechow-2009}
Von Stechow's theory: tense features are checked against a local evaluation time that shifts under attitude embedding. The key mechanism is feature checking: tense morphology bears a feature ([PAST], [PRES]) that must be checked against the local temporal anchor.
Core Mechanisms #
- Feature checking: tense feature checked against local eval time
- Perspective shift: attitude verb sets embedded eval time = matrix E
- SOT as feature checking: simultaneous reading = [PRES] checked against matrix E (no deletion, no ambiguity)
Advantages Over Abusch #
- Handles relative clause tense: feature checking works in relative clauses where the perspective time is the modified NP's temporal coordinate, not the matrix event time
- Cleaner compositional architecture: no res movement needed
Von Stechow's tense feature checking: the tense morpheme's feature ([PAST]/[PRES]/[FUT]) is checked against the local evaluation time. The feature is satisfied when the temporal relation holds between the reference time and the eval time.
Equations
- Semantics.Tense.FeatureChecking.checkTenseFeature feature refTime evalTime = feature.constrains refTime evalTime
Instances For
Feature checking is equivalent to GramTense.constrains (by definition).
Von Stechow's perspective shift: the attitude verb sets the
embedded evaluation time to the matrix event time. This is
the same operation as embeddedFrame in IS/Tense/Basic.lean.
Equations
- Semantics.Tense.FeatureChecking.vonStechowShift matrixFrame embeddedR embeddedE = Semantics.Tense.embeddedFrame matrixFrame embeddedR embeddedE
Instances For
Von Stechow's shift IS the existing embeddedFrame mechanism. This grounds the Von Stechow formalization in the shared embedding infrastructure.
Von Stechow derives the shifted reading: [PAST] feature checked against matrix E. The embedded reference time is before the matrix event time.
Von Stechow derives the simultaneous reading: [PRES] feature checked against matrix E. The embedded reference time equals the matrix event time — no deletion rule needed.
Von Stechow derives double-access: [PRES] feature under past attitude verb. The present tense is checked against matrix E, but its indexical nature also requires truth at speech time.
Von Stechow derives relative clause tense: the perspective time in a relative clause is the modified NP's temporal coordinate, not necessarily the matrix event time. Feature checking works uniformly regardless of the source of the eval time.
This is where Von Stechow has an advantage over Abusch: the feature-checking mechanism does not require attitude semantics or res movement — any eval time source works.
Von Stechow's feature checking is TensePronoun.fullPresupposition when the eval time resolves to the same value.