Documentation

Linglib.Theories.Semantics.Modality.Kratzer.Background

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 proposition p is compatible with A iff A ∪ {p} is consistent (Kratzer p. 31)

      Equations
      Instances For
        @[reducible, inline]

        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
          @[reducible, inline]

          The modal base: determines which worlds are accessible.

          Equations
          Instances For
            @[reducible, inline]

            The ordering source: determines how accessible worlds are ranked.

            Equations
            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
              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."

                  Equations
                  Instances For