The context of utterance #
The context of utterance of [kaplan-1989], a tuple of an agent, a world, a time and a
position, with the addressee of [ST03] as a fifth coordinate. A context is
proper when its agent exists at its world (Context.Proper), which validates I exist, and
located when its agent is at its position at its time in its world (Context.Located),
which validates I am here now. The world and time of a context form its index of evaluation
(Context.toIndex), and replacing them by another index (Context.shiftWorldTime) is the
shift to an alternative situation that keeps the agent fixed, used to quantify a concept
across a believer's alternatives.
Contexts may also be taken as primitive, with functions returning their coordinates
[schlenker-2011]: Kaplan's tenets in Reference/Kaplan.lean take the coordinate projections
as arguments, and Context supplies them.
References #
- [kaplan-1989]
- [ST03]
- [schlenker-2011]
The context of utterance: an agent, an addressee, a world, a time and a 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
Equations
- One or more equations did not get rendered due to their size.