Simple f-necessity (Kratzer p. 32): p is true at ALL accessible worlds.
⟦must⟧_f(p)(w) = ∀w' ∈ ∩f(w). p(w')
Equations
Instances For
Simple f-possibility (Kratzer p. 32): p is true at SOME accessible world.
⟦can⟧_f(p)(w) = ∃w' ∈ ∩f(w). p(w')
Equations
Instances For
Necessity with ordering (Kratzer p. 40): p is true at ALL best worlds.
⟦must⟧_{f,g}(p)(w) = ∀w' ∈ Best(f,g,w). p(w')
Equations
- Semantics.Modality.Kratzer.necessity f g p w = (Semantics.Modality.Kratzer.bestWorlds f g w).all p
Instances For
Possibility with ordering: p is true at SOME best world.
⟦can⟧_{f,g}(p)(w) = ∃w' ∈ Best(f,g,w). p(w')
Equations
- Semantics.Modality.Kratzer.possibility f g p w = (Semantics.Modality.Kratzer.bestWorlds f g w).any p
Instances For
Theorem: Modal duality holds.
□p ↔ ¬◇¬p
Theorem 4: Totally realistic base gives T axiom.
If f is totally realistic (∩f(w) = {w}), then □p → p.
Theorem 5: Realistic base gives reflexive accessibility.
If f is realistic (w ∈ ∩f(w) for all w), then the evaluation world is always accessible from itself.
Theorem 6: Empty modal base gives universal accessibility.
If f(w) = ∅ for all w, then ∩f(w) = W (all worlds accessible).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
D Axiom (Seriality): □p → ◇p
4 Axiom (Transitivity): □p → □□p
B Axiom (Symmetry): p → □◇p
5 Axiom (Euclidean): ◇p → □◇p
Equations
Instances For
Equations
Instances For
p is at least as good a possibility as q in w with respect to f and g.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Material conditional as material implication.
Equations
- Semantics.Modality.Kratzer.implies p q w = (!p w || q w)
Instances For
Theorem: K Axiom (Distribution) holds.
□(p → q) → (□p → □q)
Conditionals as modal base restrictors.
"If α, (must) β" = must_f+α β
Equations
- Semantics.Modality.Kratzer.restrictedBase f antecedent w = antecedent :: f w
Instances For
Material implication, pointwise form of implies.