Degree Events @cite{zhao-2025} #
Gradable predicates introduce events with degree traces τ_d parallel to temporal traces τ_i. Comparison involves thematic roles [STD], [TAR], [DIFF] that relate events to degree intervals.
This extends the neo-Davidsonian event ontology (Ev) with a degree
dimension, following Zhao's cross-domain parallel:
| Temporal domain | Degree domain |
|---|---|
| τ_i : Event → Interval T | τ_d : Event → Interval D |
| AGENT, THEME roles | STD, TAR, DIFF roles |
| States: ATOM-DIST_t | Bare comp: ATOM-DIST_d |
A degree event: an event with both temporal and degree traces.
Extends the standard Ev (which has temporal trace τ_i = runtime)
with a degree trace τ_d.
- base : Ev Time
The underlying temporal event
- degTrace : Core.Time.Interval Deg
Degree trace: the interval on the degree scale spanned by this event
Instances For
Comparison thematic roles. In comparative constructions, events have participants playing degree-related roles analogous to standard thematic roles.
- standard : ComparisonRole
- target : ComparisonRole
- differential : ComparisonRole
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Semantics.Events.DegreeEvents.instBEqComparisonRole.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
A predicate over degree events (not world-indexed).
Equations
- Semantics.Events.DegreeEvents.DegEvPred Time Deg = (Semantics.Events.DegreeEvents.DegreeEv Time Deg → Prop)
Instances For
A world-indexed predicate over degree events.
Equations
- Semantics.Events.DegreeEvents.DegEvPredW W Time Deg = (W → Semantics.Events.DegreeEvents.DegreeEv Time Deg → Prop)
Instances For
Existential closure for degree events.
Equations
- Semantics.Events.DegreeEvents.degExistsClosure P = ∃ (e : Semantics.Events.DegreeEvents.DegreeEv Time Deg), P e