Documentation

Linglib.Theories.Semantics.Modality.Kratzer.Operators

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
      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
        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

                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

                  Material conditional as material implication.

                  Equations
                  Instances For

                    Theorem: K Axiom (Distribution) holds.

                    □(p → q) → (□p → □q)

                    Conditionals as modal base restrictors.

                    "If α, (must) β" = must_f+α β

                    Equations
                    Instances For