Documentation

Linglib.Studies.Karttunen1971

Karttunen (1971): implicative verbs #

[Kar71] identifies a class of complement-taking verbs — manage, remember, bother, dare, happen, … (his (2)) — whose assertion commits the speaker to the complement and whose negation commits the speaker to its negation, and analyzes such a sentence as a presupposition–proposition pair: the proposition v(S) is what is asserted, negated, or questioned, and the presupposition says what condition v(S) is for the complement S. Schema (37) makes v(S) necessary and sufficient for S (manage); (41) necessary and sufficient for ¬S (fail, forget); (54) necessary only (be able, be possible); (59) sufficient only (force, cause); non-implicatives (hope, want, try) carry no such presupposition and are plain PartialProp.ofProp. Condition is the presupposed condition, Schema pairs it with the polarity of the complement, and Schema.sentence is the presupposition–proposition pair as a PartialProp. The paper's entailment facts follow: an affirmative assertion entails the (polarity-adjusted) complement when the condition is sufficient (holds_imp), a negated one entails its negation when the condition is necessary (neg_holds_imp), double negation cancels, his (13) (manage_neg_neg_holds_imp), and the one-way cells and the non-implicatives leave the other direction open (force_neg_not_entails, beAble_not_entails, ofProp_not_entails).

The condition v(S) is presupposed to be for the complement.

  • sufficient : Condition

    (59): force, cause, make.

  • necessary : Condition

    (54): be able, be possible.

  • necessaryAndSufficient : Condition

    (37) and (41): manage, fail.

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

      The presupposition: v stands in the condition to S.

      Equations
      Instances For

        The condition is at least sufficient.

        Equations
        Instances For

          The condition is at least necessary.

          Equations
          Instances For
            theorem Karttunen1971.Condition.presup_imp {v S : Prop} {c : Condition} :
            c.IsSufficientc.presup v SvS
            theorem Karttunen1971.Condition.presup_imp_rev {v S : Prop} {c : Condition} :
            c.IsNecessaryc.presup v SSv

            The presupposition–proposition schema of an implicative verb: the condition v(S) is presupposed to be, and whether the complement in question is S (manage) or ¬S (fail).

            Instances For
              def Karttunen1971.instDecidableEqSchema.decEq (x✝ x✝¹ : Schema) :
              Decidable (x✝ = x✝¹)
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                def Karttunen1971.instReprSchema.repr :
                SchemaStd.Format
                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  (37): manage, remember, bother.

                  Equations
                  Instances For

                    (41): fail, forget, neglect.

                    Equations
                    Instances For

                      (59): force, cause, make.

                      Equations
                      Instances For

                        (59) for the negated complement: prevent.

                        Equations
                        Instances For

                          (54): be able, be possible.

                          Equations
                          Instances For

                            The two-way implicatives of (37) and (41).

                            Equations
                            Instances For

                              The complement the schema speaks of: S or ¬S by polarity.

                              Equations
                              Instances For

                                The sentence v(S): the schema's presupposition, and v as the proposition.

                                Equations
                                Instances For
                                  theorem Karttunen1971.Schema.holds_imp (k : Schema) {W : Type u_1} (v S : WProp) (w : W) (h : k.condition.IsSufficient) (hs : Semantics.Presupposition.PartialProp.holds w (k.sentence v S)) :
                                  k.implied (S w)

                                  An affirmative assertion commits the speaker to the complement when v(S) is presupposed sufficient.

                                  theorem Karttunen1971.Schema.neg_holds_imp (k : Schema) {W : Type u_1} (v S : WProp) (w : W) (h : k.condition.IsNecessary) (hs : Semantics.Presupposition.PartialProp.holds w (k.sentence v S).neg) :
                                  ¬k.implied (S w)

                                  A negated assertion commits the speaker to the negation of the complement when v(S) is presupposed necessary.

                                  theorem Karttunen1971.Schema.manage_neg_neg_holds_imp {W : Type u_1} (v S : WProp) (w : W) (hs : Semantics.Presupposition.PartialProp.holds w (manage.sentence v fun (w : W) => ¬S w).neg) :
                                  S w

                                  Double negation cancels, (13): John didn't remember not to lock his door commits the speaker to John locked his door.

                                  (58): John didn't force Mary to stay home leaves open whether she stayed.

                                  theorem Karttunen1971.Schema.beAble_not_entails :
                                  ∃ (v : UnitProp) (S : UnitProp), Semantics.Presupposition.PartialProp.holds () (beAble.sentence v S) ¬S ()

                                  (55): John was able to come leaves open whether he came.

                                  (5): a non-implicative, which has no presupposition, commits the speaker to nothing about its complement in either polarity.