[Zwa05] Prepositional Aspect and the Algebra of Paths #
Directional-PP denotations are sets of paths; what distinguishes telic PPs
(to the house) from atelic PPs (towards the house) is closure under the
partial concatenation operation: atelic PPs are cumulative, telic PPs are
not (21). The paper's Appendix A path algebra — Spatial.Path with
Path.IsConcat (67) and the subpath order (68) — lives in
Semantics/Events/Path.lean; this file formalizes the aspectual system
built on it.
Main definitions #
Cumulative(17b, with the existence clause of fn. 7),Bounded(21) — stated over any ternary concatenation relation, since Appendix A pairs the path algebra with an event algebra of the same shape.weakTo(30c),toPP/fromPP(endpoint content of the strict (36)),towardsPP(45),awayFromPP(48),loops,Star(58).IsTraceHom,vpp(25) — §3.2 aspect transfer from PP to VP.
Main statements #
weakTo_cumulativevstoPP_bounded— the §4.1.1 argument: the weak goal-PP denotation is cumulative (wrong aspect), the strict one bounded.fromPP_bounded— source PPs are bounded like goal PPs: no aspectual source/goal asymmetry (12a), grounding the telic marking of source-directionality PPs (Spatial.Path.Directionality).towardsPP_concat_closed,awayFromPP_concat_closed,towardsPP_cumulative— the comparative definitions (45)/(48) are cumulative, grounding.unbounded ↦ .atelic.toPP_not_quantized— bounded PPs are not quantized (23)–(24): a to x path has proper to x subpaths, soMereology.QUAfails.quantized_telicK,loops_telicK,loops_cumulative— quantization implies Krifka-telicity (22b), but the round-and-round loop set is (22b)-telic yet cumulative, so neither Krifka notion characterizes boundedness (§3.1).star_cumulative— the plural closure (58) is cumulative.vpp_concat_closed,vpp_bounded_of_no_pairs,toPP_no_pairs— §3.2: a trace homomorphism transfers PP closure to VP closure, and walk to the house is bounded because no two to the house traces concatenate.
TODO #
- The full single-phase strict definitions (35)–(36), (39)–(40) and the minimality/grinder operators (63)–(64).
- Reconciling
Spatial.Trace'sIsSumHomlaw with this study's trace homomorphism: Zwarts (§3.2) follows Rothstein in using partial event concatenation, not the unrestricted mereological sum.
Cumulativity and boundedness (17b), (21) #
Stated over an arbitrary ternary concatenation relation: Appendix A pairs the path algebra with an event algebra of the same shape, and §3.2 transfers closure properties along a homomorphism between the two.
(17b): a set is cumulative iff some concatenation exists within it (fn. 7's non-vacuity clause) and it is closed under concatenation.
Equations
- Zwarts2005.Cumulative C X = ((∃ p ∈ X, ∃ q ∈ X, ∃ (r : α), C p q r) ∧ ∀ p ∈ X, ∀ q ∈ X, ∀ (r : α), C p q r → r ∈ X)
Instances For
(21): bounded = non-cumulative. This, not quantization, is what characterizes telic PPs.
Equations
- Zwarts2005.Bounded C X = ¬Zwarts2005.Cumulative C X
Instances For
A set with no concatenable pairs at all is bounded.
Quantization and Krifka-telicity are the wrong notions (§3.1) #
(22) transplants [Kri98]'s quantization and telicity to path sets;
Zwarts shows neither characterizes boundedness. Quantization is
Mereology.QUA over the subpath order.
(22b): Krifka-style telicity for path sets — comparable members share both endpoints.
Instances For
Quantized sets are Krifka-telic (§3.1: "Being quantized implies being telic").
The round and round the block set: non-constant loops at a fixed location.
Equations
- Zwarts2005.loops A = {p : Spatial.Path Loc | p.source = A ∧ p.goal = A ∧ p.steps ≠ []}
Instances For
Loop sets are Krifka-telic: all members share both endpoints.
Loop sets are cumulative — so Krifka-telicity (22b) does not characterize boundedness (§3.1: round and round the block is telic in Krifka's sense but behaves unboundedly).
Goal and source prepositions (§4.1.1) #
(30c): the weak goal-PP denotation — paths ending at the reference object.
Equations
- Zwarts2005.weakTo x = {p : Spatial.Path Loc | p.goal = x}
Instances For
The weak definition (30c) is cumulative — the wrong aspect for telic to/into, which is Zwarts's argument for the strict single-phase definitions (34)–(35).
The endpoint content of the strict goal PP (36): the path ends at the reference object and does not start there.
Equations
- Zwarts2005.toPP x = {p : Spatial.Path Loc | p.goal = x ∧ p.source ≠ x}
Instances For
The endpoint content of the strict source PP (36): the path starts at the reference object and does not end there.
Equations
- Zwarts2005.fromPP x = {p : Spatial.Path Loc | p.source = x ∧ p.goal ≠ x}
Instances For
No two to x paths concatenate: the first ends at x, the second never
starts there (§3.1).
Strict goal PPs are bounded (21): to the house is telic.
Strict source PPs are bounded, exactly like goal PPs — there is no
aspectual source/goal asymmetry (12a). Grounds the telic marking of
source-directionality PPs (Spatial.Path.Directionality).
Towards and away from (§4.1.3) #
The comparative definitions over a distance measure d to the reference
object: cumulative, hence unbounded — grounding the atelic marking of the
comparative prepositions in the fragments' directionality × telicity data.
(45): towards x — the path ends nearer to the reference object than it
starts, measured by d.
Equations
- Zwarts2005.towardsPP d = {p : Spatial.Path Loc | d p.goal < d p.source}
Instances For
(48): away from x — the path ends further from the reference object than it starts.
Equations
- Zwarts2005.awayFromPP d = {p : Spatial.Path Loc | d p.source < d p.goal}
Instances For
(45) is closed under concatenation: distance decreases across each concatenant.
(48) is closed under concatenation, mirroring (45).
On the rational line with the reference object at the origin, towards is fully cumulative (45): closure plus a concrete concatenable pair.
Bounded PPs are not quantized (23)–(24): a to x path has proper
subpaths that are also to x, so Mereology.QUA fails — against the
[Kri98] characterization of telicity, and against this library's
earlier docstring folklore.
Plural PPs: the star operator (§4.2.2) #
(58): closure of a path set under concatenations — prepositional plurality (round and round the house).
- base {Loc : Type u_1} {X : Set (Spatial.Path Loc)} {p : Spatial.Path Loc} (hp : p ∈ X) : Star X p
- concat {Loc : Type u_1} {X : Set (Spatial.Path Loc)} {p q r : Spatial.Path Loc} (hp : Star X p) (hq : Star X q) (h : p.IsConcat q r) : Star X r
Instances For
(58): the star closure is cumulative, given any concatenable pair to seed it.
Aspect transfer to the VP (§3.2) #
§3.2: the trace function is a homomorphism for concatenation — the trace of a fused event is the concatenation of the traces. Zwarts follows Rothstein's partial event concatenation, not the unrestricted mereological sum.
Equations
- Zwarts2005.IsTraceHom C tr = ∀ (e e' f : E), C e e' f → (tr e).IsConcat (tr e') (tr f)
Instances For
(25): ⟦V PP⟧ — the verb's events whose trace lies in the PP
denotation.
Equations
- Zwarts2005.vpp tr V X = {e : E | e ∈ V ∧ tr e ∈ X}
Instances For
§3.2 transfer, positive half: closure of the verb and of the PP denotation transfers to the VP (walk along the river is cumulative because walk and along the river are).
§3.2 transfer, negative half: if no two PP paths concatenate, no two VP events fuse — walk to the house is bounded because to the house has no concatenable pairs.
Walk to the house is bounded (26), (§3.2): instantiates the negative transfer at the strict goal PP.