Kaplanian Context of Utterance #
@cite{kaplan-1989} @cite{speas-tenny-2003}
The full context tuple ⟨agent, world, time, position⟩ from @cite{kaplan-1989} "Demonstratives" §XVIII. Framework-agnostic infrastructure used by reference theory, tense semantics, mood, and RSA.
The simple Context W E (agent + world) in Reference/Basic.lean is a
projection; KContext is the full Kaplanian structure.
Full Kaplanian context of utterance: ⟨agent, world, time, position⟩.
@cite{kaplan-1989} §XVIII: "A context is a tuple ⟨cₐ, cw, ct, cp⟩ where cₐ is the agent, cw the world, ct the time, and cp the position."
- agent : E
The agent (speaker) of the context
- addressee : E
The addressee (hearer) of the context
- world : W
The world of the context
- time : T
The time of the context
- position : P
The position (location) of the context
Instances For
Proper context: the agent exists at the context's world.
@cite{kaplan-1989} §XVIII Remark 3: contexts are proper only if the agent exists at the world of the context. This validates ⊨ Exist I.
Equations
- Core.Context.ProperContext c exists_ = exists_ c.agent c.world
Instances For
Project a KContext into a root-clause ReichenbachFrame. Speech time S = context time; perspective time P = S (root clause default, @cite{kiparsky-2002}); R and E are supplied per clause.