Documentation

Linglib.Studies.TonhauserEtAl2013

Tonhauser, Beaver, Roberts & Simons (2013): a taxonomy of projective content #

[TBRS13] sort projective contents by two diagnosable properties. A trigger imposes a strong contextual felicity constraint with respect to its content m if it is acceptable only in m-positive contexts (11), where a context is m-positive if it entails m and m-neutral if it entails neither m nor ¬m (10), so acceptability in an m-neutral context refutes the constraint (12i). Under a belief predicate, m has local effect when it is part of the attitude holder's belief state, and obligatory local effect when it always does (§5), so acceptability with the holder ignorant of m refutes it (41i). The two properties cross-classify the English and Guaraní triggers of Table 2 into classes A–D (Semantics/Presupposition/ProjectiveContent.lean), cutting across the traditional presuppositions: pronouns (A) and stop (C) are both classical presuppositions (stop_pronoun_classes_differ).

§8 argues that a theory on which a presupposition is acceptable iff its local context entails it ([Kar74a], [Hei83], [Sch09a]) predicts every trigger to impose the constraint and to have obligatory local effect — to be class A. Against the substrate's own rendering of that theory, Context.presupSatisfied at the matrix and BeliefEmbedding.presupAttributedToHolder under belief, this is scf_of_satisfaction and ole_of_satisfaction; Table 2's classes B–D are the counterexamples (exists_trigger_not_classA).

(10): the context entails m.

Equations
Instances For
    def TonhauserEtAl2013.MNeutral {W : Type u_1} (m : Set W) (c : CommonGround.ContextSet W) :

    (10): the context entails neither m nor ¬m.

    Equations
    Instances For

      (11): uttering the trigger's sentence, acceptable in the contexts Acc, is acceptable only in m-positive contexts.

      Equations
      Instances For
        theorem TonhauserEtAl2013.not_scf_of_acceptable_neutral {W : Type u_1} (m : Set W) (c : CommonGround.ContextSet W) {Acc : CommonGround.ContextSet WProp} (h : Acc c) (hn : MNeutral m c) :

        (12i): acceptability in an m-neutral context refutes the constraint.

        def TonhauserEtAl2013.LocalEffect {W : Type u_1} {E : Type u_2} (m : Set W) (Dox : EWWProp) (a : E) (w : W) :

        §5: under a believes S at w, m has local effect when it is part of a's belief state.

        Equations
        Instances For
          def TonhauserEtAl2013.ObligatoryLocalEffect {W : Type u_1} {E : Type u_2} (m : Set W) (Dox : EWWProp) (a : E) (Acc : CommonGround.ContextSet WProp) :

          Obligatory local effect: wherever the belief report is acceptable, m has local effect.

          Equations
          Instances For
            theorem TonhauserEtAl2013.not_ole_of_acceptable_ignorant {W : Type u_1} {E : Type u_2} (m : Set W) (c : CommonGround.ContextSet W) {Dox : EWWProp} {a : E} {Acc : CommonGround.ContextSet WProp} (h : Acc c) {w : W} (hw : w c) (hig : MNeutral m (Dox a w)) :
            ¬ObligatoryLocalEffect m Dox a Acc

            (41i): acceptability of the report with the holder ignorant of m refutes obligatory local effect.

            Against local satisfaction (§8) #

            A trigger acceptable exactly where its local context entails its presupposition imposes the strong contextual felicity constraint.

            theorem TonhauserEtAl2013.ole_of_satisfaction {W : Type u_1} {E : Type u_2} (p : Semantics.Presupposition.PartialProp W) (Dox : EWWProp) (a : E) :

            Under belief, local satisfaction is satisfaction in the holder's belief state, so the presupposition has obligatory local effect.

            The classes cut across the traditional presuppositions: pronouns and stop are both classical presuppositions, in classes A and C.