DRT's category of contexts #
Well-formed DRSs are the morphisms of a category whose objects are
contexts (bases of discourse referents): a morphism X ⟶ Y is a DRS
whose free referents are supplied by X (the referential
presupposition), whose occurring referents are visible — declared in
the context or introduced by the DRS itself — and whose introductions
are fresh for the context, growing X to Y. Composition is merge;
identity is the empty DRS.
The visibility invariant is what makes composition unconditional: it
derives the Merging Lemma's capture-freshness side condition, so
merge needs no hypotheses here. Interpretation (Ctx.sem) is then an
identity-on-objects functor into the semantic category of contexts
DynamicSemantics.Ctx, and its functoriality on composition is the
Merging Lemma (DRS.transition_merge).
"Category of contexts" is the field's name for this structure: it is a
syntactic category in the sense of categorical logic (objects are
contexts — declarations of variables, type theory's bases, cf.
[Vis98] — and arrows are syntax), and the diachronic information
ordering of [VV96]'s bracketing approach, in which
contexts under merge form a category
([MvBV11]'s m-categories). DRT.Ctx and
DynamicSemantics.Ctx name the two levels of DRT's architecture, not
rival theories: DRT's distinctive representation level, where contexts
compose by merging boxes, and the framework-neutral semantic level,
where they compose transitions relationally — the level other dynamic
frameworks interpret into as well.
Main definitions #
DRT.Ctx L V: contexts, with well-formed DRSs as morphisms andmergeas composition.DRT.Ctx.sem: interpretation as a functor intoDynamicSemantics.Ctx W M V, given a model of the language.
References #
A morphism X ⟶ Y: a DRS whose free referents are supplied by X,
whose occurring referents are visible, and whose fresh introductions grow
X to Y.
- drs : DRS L V
The underlying DRS.
The referential presupposition: free referents are supplied by the context.
- occ_le : Condition.occL self.drs.conditions ⊆ X.base ∪ self.drs.referents
Visibility: every occurring referent is contextual or introduced.
Introductions are fresh for the context.
The context grows by the introduced referents.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Interpretation is a functor: a model of L sends DRT's category
of contexts to the semantic one, identically on objects and a DRS to its
transition — and functoriality on composition is the Merging Lemma, its
capture-freshness side condition derived from the visibility invariant.
Equations
- One or more equations did not get rendered due to their size.