@cite{filip-2012}: "Lexical Aspect" #
Filip's handbook chapter (Binnick ed., OUP) identifies a three-way classification of verb predicates beyond K89/K98's binary CUM/QUA:
- Telic / quantized (QUA): recover, arrive
- Atelic / cumulative (CUM): run, push
- Neither (¬CUM ∧ ¬QUA): build, eat, write — verbs whose telicity is underspecified at the verb level and determined compositionally by the object NP
The third class's compositional behavior:
- QUA object → QUA VP: "eat two apples" (telic)
- CUM object → CUM VP: "eat apples" (atelic)
- ¬CUM ∧ ¬QUA object → ¬CUM ∧ ¬QUA VP: "drink margarita" (Moon's case)
Main definitions #
three_way_exhaustive— Filip's distinctive observation: every predicate is CUM, QUA, or ¬CUM ∧ ¬QUAnot_cum_vp_of_witnesses— ¬CUM lifts to VP under[IsSincVerb θ]middle_ground_stable— ¬CUM ∧ ¬QUA lifts to VP under[IsSincVerb θ](the propagation-gap stability result; canonical typeclass-form public API consumed byStudies/Moon2026.lean)
TODO #
- The propagation-gap substrate (§ 2 below) was inlined from former
Theories/Semantics/Events/PropagationGap.leanin 0.231.55 as single-consumer substrate. If a second paper-anchored Studies file consumesmiddle_ground_stable, lift back to substrate per CLAUDE.md Theories/ ≥ 2 consumers rule.
References #
- @cite{filip-2012} (primary)
- @cite{krifka-1998} §3.3 (CUM/QUA propagation machinery the gap rests on)
- @cite{krifka-1989} (the binary CUM/QUA antecedent Filip critiques)
- @cite{moon-2026} (canonical instance: mixed-drink nouns as concrete witness of the topological-source ¬CUM ∧ ¬QUA middle ground)
Three-way exhaustiveness (Filip's distinctive observation) #
The three classes are exhaustive: every predicate falls into exactly one of CUM, QUA, or ¬CUM ∧ ¬QUA. Conceptually important: the middle ground is a genuine third category, not a gap in our analysis.
Propagation gap substrate (inlined) #
When OBJ is neither CUM nor QUA, neither cum_propagation nor
qua_propagation fires. Under SINC + UP + CumTheta verbs the
middle ground is stable — it lifts from OBJ to VP. The concrete
witness instance is @cite{moon-2026}'s mixed drink nouns.
¬CUM lifts to VP (canonical typeclass form). [IsSincVerb θ]
bundles CumTheta (via IsCumThetaVerb parent class) and UP.
Middle-ground gap lifts (canonical typeclass form).
[IsSincVerb θ] bundles SINC + UP + CumTheta directly. The
recommended public API for the @cite{filip-2012} propositional
gap-propagation result.