Run times #
[krifka-1989]
A clause denotes the set of intervals at which it holds, its run times (RunTimes).
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, Rett2020a, …).
A sentence denotes a set of temporal intervals — its "run-times".
Equations
- Tense.RunTimes T = Set (NonemptyInterval T)
Instances For
The time points contained in some interval of a denotation.
Equations
- Tense.timeTrace p = {t : T | ∃ 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 ([champollion-2017]), 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}