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 neither m nor ¬m.
Equations
- TonhauserEtAl2013.MNeutral m c = (¬c.entails m ∧ ¬c.entails mᶜ)
Instances For
(11): uttering the trigger's sentence, acceptable in the contexts Acc, is acceptable
only in m-positive contexts.
Equations
- TonhauserEtAl2013.StrongContextualFelicity m Acc = ∀ (c : CommonGround.ContextSet W), Acc c → TonhauserEtAl2013.MPositive m c
Instances For
(12i): acceptability in an m-neutral context refutes the constraint.
§5: under a believes S at w, m has local effect when it is part of a's belief
state.
Equations
- TonhauserEtAl2013.LocalEffect m Dox a w = CommonGround.ContextSet.entails (Dox a w) m
Instances For
Obligatory local effect: wherever the belief report is acceptable, m has local effect.
Equations
- TonhauserEtAl2013.ObligatoryLocalEffect m Dox a Acc = ∀ (c : CommonGround.ContextSet W), Acc c → ∀ w ∈ c, TonhauserEtAl2013.LocalEffect m Dox a w
Instances For
(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.
Under belief, local satisfaction is satisfaction in the holder's belief state, so the presupposition has obligatory local effect.
Local satisfaction thus predicts class A for every trigger; Table 2 has triggers of every other class.
The classes cut across the traditional presuppositions: pronouns and stop are both classical presuppositions, in classes A and C.