Kamp, van Genabith and Reyle (2011): Discourse Representation Theory #
This file formalizes the information-state architecture of the Handbook of Philosophical Logic
chapter [KvGR11] on the indexed DRS substrate. Partee's marbles (42), the
argument for Definition 22, are rendered minimally: two information states that determine the
same proposition (Definition 23(v)) but record different witnesses for their referent, so that
anaphoric potential lives strictly below truth conditions and propositions cannot be the objects
of context change (marble_worlds_eq_coin, marble_ne_coin). The worked discourse (43), "John
owns a donkey. It loves him.", instantiates the chapter's remark after Definition 24: applying
the context change potential of the second sentence to the state the first expresses is the
state of their merge (ccp_action), the second sentence being improper on its own, with its free
referents supplied by the context.
References #
Partee's marbles: propositions are too coarse ((42), Definition 22) #
The first sentences of (42)(i) and (ii), nine of the ten coins in the bag and one marble out
against nine of the ten marbles in the bag and one coin out, are truth-conditionally
equivalent but make different antecedents available for the following it. Two worlds
(Bool), one live referent (Unit), two entities (Fin 2): in world true a marble (0)
and a coin (1) are each missing, and the two states differ only in which one the referent
carries.
(42)(i): the referent carries the missing marble 0, in world true.
Equations
- KampVanGenabithReyle2011.marbleState = {p : DynamicSemantics.Possibility Bool Unit (Part (Fin 2)) | p.world = true ∧ p.assignment () = Part.some 0}
Instances For
(42)(ii): the referent carries the missing coin 1, in world true.
Equations
- KampVanGenabithReyle2011.coinState = {p : DynamicSemantics.Possibility Bool Unit (Part (Fin 2)) | p.world = true ∧ p.assignment () = Part.some 1}
Instances For
The two states determine the same proposition, Definition 23(v).
But the states differ: the marble witness is not a coin witness. With
marble_worlds_eq_coin, this is Partee's argument that context change operates on information
states, not on propositions.
The action of a context change potential ((43), Definition 24) #
The first-order language of the discourse (no function symbols).
Equations
- KampVanGenabithReyle2011.dLang = { Functions := fun (x : ℕ) => Empty, Relations := KampVanGenabithReyle2011.DRel }
Instances For
The context DRS of (43), "John owns a donkey.": [x y | John x, donkey y, x owns y].
Equations
- One or more equations did not get rendered due to their size.
Instances For
The update DRS of (43), "It loves him.": [z u | u loves z, z = x, u = y], the pronouns
resolved by equations to the context's referents.
Equations
- KampVanGenabithReyle2011.update = { referents := {2, 3}, conditions := [DRT.Condition.rel KampVanGenabithReyle2011.DRel.love ![3, 2], DRT.Condition.eq 2 0, DRT.Condition.eq 3 1] }
Instances For
The update DRS is not: x and y occur free in it.
Its free referents are supplied by the context's universe, the condition under which the context change potential of Definition 24 is defined on the context's state.
No capture: the update introduces no referent occurring in the context.
The chapter's remark after Definition 24: applying the context change potential of the second sentence to the information state expressed by the first yields the information state expressed by their merge, the DRS of the whole discourse (43).