Documentation

Linglib.Studies.Kratzer1981

Kratzer 1981: The Notional Category of Modality #

[Kra81]'s practical-inference example (her §7): I want to become mayor; I will become mayor only if I go to the pub regularly. The circumstances contribute the modal base, the desires the ordering source, and the ordering source's two ideals — becoming mayor, not going to the pub — pull in opposite directions, so the induced ordering is non-connected by construction: her clause (c), "If v ∈ A and z ∈ B, then neither v ≤ z nor z ≤ v."

Her verdicts: conclusions one ("must go to the pub"), two ("must not go"), and three ("possible to become mayor without going") are faulty; four ("possible to go") and five ("possible not to go") are correct. The example also fixes the form of bestWorlds: under the dominance reading (at least as good as every accessible world) the best set here is empty and all five conclusions would come out trivially, so her verdicts require the minimality reading (dominance_best_empty, best_nonempty).

@[reducible, inline]

A world: does the speaker become mayor, and go to the pub regularly?

Equations
Instances For

    The evaluation world (arbitrary; the backgrounds are constant).

    Equations
    Instances For

      Circumstances: I will become mayor only if I go to the pub regularly.

      Equations
      Instances For

        Desires: to become mayor, and not to go to the pub.

        Equations
        Instances For
          theorem Kratzer1981.mayor_pub_incomparable :
          (¬(true, true) ≤[desires w₀] (false, false)) ¬(false, false) ≤[desires w₀] (true, true)

          Her clause (c): the mayor-ideal world and the no-pub-ideal world are incomparable — the ordering is non-connected by construction.

          theorem Kratzer1981.best_eq (w : World) :
          w Semantics.Modality.Kratzer.bestWorlds circumstances desires w₀ w = (true, true) w = (false, false)

          The best worlds are exactly the two ideal-realizing ones: become mayor and go, or stay home and skip the pub.

          Conclusion one is faulty: it is not necessary to go to the pub.

          Conclusion two is faulty: it is not necessary to skip the pub.

          Conclusion three is faulty: becoming mayor without the pub is not even accessible.

          Conclusion four is correct: going to the pub is possible.

          Conclusion five is correct: skipping the pub is possible.

          The example fixes the form of bestWorlds #

          Under the dominance reading of "best" — at least as good as every accessible world — the best set of her example is empty: the two ideal-realizing worlds disqualify each other.

          The minimality reading leaves the best set nonempty, as her verdicts require.