Documentation

Linglib.Studies.VonFintelGillies2010

von Fintel & Gillies (2010): Must ... Stay! Strong! #

[vFG10] [Kra91]

Epistemic must carries an indirect-evidence signal yet is semantically strong: must φ entails φ.

Karttunen's Problem: standard modal logic gives must φ ⊨ φ, yet the bare prejacent is felt to convey more confidence than the must-claim ([Kra91] p. 645: "I make a stronger claim in uttering (5a) than in (5b)"). VF&G's resolution keeps must at the top of the strength ordering (p. 352: must > almost certainly > presumably > might) and locates the felt weakness in an evidential presupposition: the speaker's kernel must not directly settle the prejacent.

Main declarations #

Evidence types #

The type of evidence the speaker has for the prejacent.

  • direct : EvidenceType

    Direct sensory observation (seeing, hearing).

  • indirect : EvidenceType

    Indirect inference from observable effects.

  • elimination : EvidenceType

    Elimination reasoning (ruling out alternatives).

Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[instance_reducible]
      Equations
      @[instance_reducible]

      VF&G evidence types declare their coarse source; the evidential perspective derives via the canonical source mapping.

      Equations

      All VF&G evidence types are nonfuture: their perspective is always retrospective or contemporaneous (T ≤ A).

      Adapters over the example rows #

      The row's evidence feature as an EvidenceType.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Rows whose primary text is the modalized member of a bare/modal minimal pair.

        Equations
        Instances For

          The evidential restriction #

          A must or can't sentence is felicitous iff the speaker's evidence source IsIndirect: direct perception (exx. 6, 23) blocks the modal; inference — causal (exx. 7, 21, 24, 26) or by elimination (ex. 12) — licenses it.

          The evidential restriction holds uniformly on the negative-modal rows (exx. 21, 23, 24): can't groups with must, not with weak modals.

          Felicity of the modalized member tracks CoarseSource.IsIndirect in VF&G's must rows exactly as in [Izv97]'s Bulgarian EV paradigm: the two epistemic operators presuppose the same coarse indirect-evidence basis.

          Must is strong #

          theorem VonFintelGillies2010.must_entails_prejacent (row : Data.Examples.LinguisticExample) :
          row mustPairsrow.feature? "must_entails_prejacent" = some "true"

          Every minimal pair records that the modalized sentence entails its prejacent, including the direct-evidence rows where the modal is infelicitous: the restriction is evidential, not a weakening of content.

          The bare prejacent is felicitous in every context: the felicity restriction is contributed by the modal, not by the content.

          The kernel model ([vFG10] §7.1) #

          A four-world instantiation of §7.1's worked kernel K = {P ∪ Q, W \ P} (Billy's weather report, Figure 3(a)), skinned with the colors of the §2 Mastermind scenario (Pascal asking Mordecai Must there be two reds?): P = red-only, Q = blue, so redOrBlue = P ∪ Q and notRed = W \ P. B_K = {w1} entails blue without either kernel proposition settling it.

          Four worlds, with w0 red, w1 blue, w2 green, and w3 unknown.

          Instances For
            @[instance_reducible]
            Equations
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              @[reducible, inline]

              ⟦red or blue⟧ = {w0, w1}, the paper's P ∪ Q.

              Equations
              Instances For
                @[reducible, inline]

                ⟦not red⟧ = {w1, w2, w3}, the paper's W \ P.

                Equations
                Instances For
                  @[reducible, inline]

                  ⟦blue⟧ = {w1}, the paper's Q.

                  Equations
                  Instances For
                    @[reducible, inline]

                    ⟦red⟧ = {w0}, the paper's P.

                    Equations
                    Instances For
                      @[reducible, inline]

                      ⟦not blue⟧, used by the [vFG21] can't dilemma.

                      Equations
                      Instances For

                        The §7.1 kernel {P ∪ Q, W \ P} in Mastermind colors.

                        Equations
                        Instances For

                          A one-proposition kernel whose base properly contains ⟦blue⟧.

                          Equations
                          Instances For

                            Deep theorems #

                            B_K can entail φ without K directly settling it, so must φ can be simultaneously defined and true.

                            Indirectness and assertion strength are orthogonal dimensions: must can be defined and true, undefined, or defined and false (§4.1).

                            theorem VonFintelGillies2010.modus_ponens_with_must {W : Type u_1} (k : Modality.Kernel W) (φ ψ : WProp) (w : W) (hReal : w k.base) (hCond : φ w(Modality.kernelMust k ψ).assertion w) (hPhi : φ w) :
                            ψ w

                            The argument form "if φ, must ψ; φ; therefore ψ" is valid under realistic B_K ([vFG10] Argument 4.3.1).

                            theorem VonFintelGillies2010.must_perhaps_contradiction {W : Type u_1} (k : Modality.Kernel W) (φ : WProp) (w : W) (hMust : (Modality.kernelMust k φ).assertion w) :
                            ¬(Modality.kernelMight k fun (w' : W) => ¬φ w').assertion w

                            Must φ and might ¬φ are jointly contradictory ([vFG10] Argument 4.3.2).

                            Implementation 2: settling by partitions ([vFG10] Def 7, §7.2) #

                            Def 7 presents subject matters as equivalence relations on W: S[P] keeps the pairs of S that agree on P, and P is an issue in S iff S[P] = S. The subject matter S_K determined by a kernel is the refinement S_o[P₁]…[Pₙ] of the universal relation along each kernel proposition — equivalently, the relation "agrees on every X ∈ K". Implementation 2: K directly settles P iff P is an issue in S_K.

                            The subject matter S_K of a kernel, relating worlds that agree on every proposition in K.

                            Equations
                            Instances For
                              def VonFintelGillies2010.IsIssue {W : Type u_1} (s : Setoid W) (φ : WProp) :

                              P is an issue in a subject matter S: S-equivalent worlds never disagree on P.

                              Equations
                              Instances For

                                K settles P by partition iff P is an issue in S_K.

                                Equations
                                Instances For
                                  theorem VonFintelGillies2010.subjectMatter_rel_base {W : Type u_1} (k : Modality.Kernel W) {v w : W} (hv : v k.base) (hw : w k.base) :

                                  B_K lies in a single cell of the subject matter.

                                  theorem VonFintelGillies2010.partition_implies_entailment {W : Type u_1} (k : Modality.Kernel W) (φ : WProp) (h : settlesByPartition k φ) :
                                  k.followsFrom φ k.followsFrom fun (w : W) => ¬φ w

                                  If K settles φ by partition then B_K ⊆ ⟦φ⟧ or B_K ⊆ ⟦¬φ⟧; as with explicit_implies_entailment, the converse fails.

                                  Non-equivalence of the two implementations (§7.2) #

                                  Implementation 1 settles supersets of K-propositions that Implementation 2 misses (K = {P} settles P ∪ Q explicitly, but there are worlds agreeing on P that disagree on P ∪ Q); Implementation 2 settles propositions determined jointly by K-propositions that no single proposition settles (blue is determined by redOrBlue together with notRed).

                                  Explicit settling does not imply partition settling: K = {red} settles redOrBlue explicitly (redredOrBlue) but not by partition.

                                  Partition settling does not imply explicit settling: mastermindK settles blue by partition — its cells decide redOrBlue and notRed, which jointly determine blue — but no single kernel proposition entails or excludes it.

                                  Entailment does not imply partition settling: K = {red} entails redOrBlue (B_K = {w0} ⊆ ⟦redOrBlue⟧) but does not settle it by partition.