Documentation

Linglib.Studies.Kratzer1981

Kratzer (1981): The Notional Category of Modality #

This file formalizes the paper's practical-inference example, on the modal base and ordering source semantics of Modality.Kratzer.Operators. Someone wants two things, to become mayor and to avoid the pub, while the circumstances are such that they become mayor only if they go to the pub. The circumstances supply the modal base and the desires the ordering source, and the two ideals pull apart: a world where the speaker goes to the pub and becomes mayor and one where they stay home and do not are incomparable, so the ordering is not connected. Of the five conclusions the paper considers, the three necessities and impossibilities (that the speaker should go to the pub, should avoid it, and could become mayor without it) fail, while the two possibilities (that they could go and could avoid going) hold, under the paper's limit-free necessity and its dual possibility.

Implementation notes #

The worlds are the four combinations of becoming mayor and going to the pub, so every claim is decided once the modal base, the ordering source, and the operators are unfolded. The example also fixes the reading of bestWorlds: the world that is at least as good as every accessible world does not exist here, so the minimality reading, on which the best worlds are the two ideal-realizing ones, is the one that agrees with the limit-free operators.

References #

@[reducible, inline]

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

Equations
Instances For

    The evaluation world, arbitrary since the backgrounds are constant.

    Equations
    Instances For

      The relevant circumstances: the speaker becomes mayor only by going to the pub.

      Equations
      Instances For

        What the speaker wants: to become mayor, and to avoid the pub.

        Equations
        Instances For
          def Kratzer1981.tacticDecide_worlds :
          Lean.ParserDescr

          Decide a claim about the backgrounds and the ordering over the four worlds.

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

            The paper's clause (c): the world of going to the pub and becoming mayor and the world of staying home are incomparable, so the ordering is not connected.

            theorem Kratzer1981.pub_no_mayor_worst (v : World) :
            v {(true, true), (false, false)}(v ≤[desires w₀] (false, true)) ¬(false, true) ≤[desires w₀] v

            Clause (f): the accessible world where the speaker goes to the pub and still fails to become mayor is strictly worse than either ideal-realizing world.

            No accessible world is at least as good as every accessible world: on the dominance reading of "best" the example would have no best world at all.

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

            The best worlds are the two ideal-realizing ones.

            The example satisfies the Limit Assumption, so the paper's limit-free operators are quantification over bestWorlds.

            def Kratzer1981.tacticDecide_verdict :
            Lean.ParserDescr

            Decide a verdict of the limit-free operators through the best worlds.

            Equations
            Instances For

              Conclusion one fails: the speaker need not go to the pub.

              Conclusion two fails: the speaker need not avoid the pub.

              Conclusion three fails: becoming mayor without the pub is not even accessible, and wishes cannot override facts.

              Conclusion four holds: the speaker could go to the pub.

              Conclusion five holds: the speaker could avoid the pub.