Convert to list of worlds where proposition holds.
Equations
Instances For
The intersection of a set of propositions: worlds satisfying ALL.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A proposition p follows from a set A iff ∩A ⊆ p (Kratzer p. 31)
In other words: every world satisfying all of A also satisfies p.
Equations
Instances For
A set of propositions is consistent iff ∩A ≠ ∅ (Kratzer p. 31)
Equations
Instances For
A proposition p is compatible with A iff A ∪ {p} is consistent (Kratzer p. 31)
Equations
Instances For
A conversational background maps worlds to sets of propositions.
This is Kratzer's key innovation: the modal base and ordering source are both conversational backgrounds, but play different roles.
Equations
Instances For
The modal base: determines which worlds are accessible.
Instances For
The ordering source: determines how accessible worlds are ranked.
Instances For
A conversational background is realistic iff for all w: w ∈ ∩f(w).
This means the actual world satisfies all propositions in the modal base. Kratzer (p. 32): "For each world, there is a particular body of facts in w that has a counterpart in each world in ∩f(w)."
Equations
- Semantics.Modality.Kratzer.isRealistic f = ∀ (w : Semantics.Attitudes.Intensional.World), ((f w).all fun (p : BProp Semantics.Attitudes.Intensional.World) => p w) = true
Instances For
A conversational background is totally realistic iff for all w: ∩f(w) = {w}.
This is the strongest form: only the actual world is accessible. Kratzer (p. 33): "A totally realistic conversational background is a function f such that for any world w, ∩f(w) = {w}."
Equations
Instances For
The empty conversational background: f(w) = ∅ for all w.
Kratzer (p. 33): "The empty conversational background is the function f such that for any w ∈ W, f(w) = ∅. Since ∩f(w) = W if f(w) = ∅, empty conversational backgrounds are also realistic."