Sentence denotations as run-time interval sets #
A sentence denotes the set of its run-time intervals (SentDenotation).
Statives denote a maximal interval with all its subintervals
(stativeDenotation, a principal downset); accomplishments denote a
singleton (accomplishmentDenotation); timeTrace projects an interval
set to the time points it covers, and eventDenotation
(Semantics/Events/Basic.lean) realises the patterns from
neo-Davidsonian event predicates. The temporal-connective analyses that
consume this carrier live in their studies (Anscombe1964, Karttunen1974,
BeaverCondoravdi2003, Rett2020, …).
A sentence denotes a set of temporal intervals — its "run-times".
Equations
- Tense.SentDenotation Time = Set (NonemptyInterval Time)
Instances For
The time points contained in some interval of a denotation.
Equations
- Tense.timeTrace p = {t : Time | ∃ i ∈ p, t ∈ i}
Instances For
Stative denotation: the maximal interval i with all its subintervals —
the principal downset Set.Iic i, a lower set, which is the
subinterval-closure property. The activity case (a minimal-parts floor:
a single step is not "running") is the stratified reference of
Aspect/Stratified ([Cha17]), not this lower set.
Equations
- Tense.stativeDenotation i = Set.Iic i
Instances For
Accomplishment denotation: exactly the singleton {i} — quantization.
Equations
- Tense.accomplishmentDenotation i = {i}