Documentation

Linglib.Studies.TonhauserEtAl2013

Tonhauser, Beaver, Roberts & Simons (2013): Taxonomy from Local Contexts #

[TBRS13]

Derives the four-class projective-content taxonomy of [TBRS13] from [Sch09a]-style local contexts ([Hei83], [Lew79b]). The classes cross-classify two properties:

ClassSCFOLEDerived behavior
AyesyesRequires context + shifts under belief
BnonoInformative + speaker-anchored
CnoyesInformative + shifts under belief
DyesnoRequires context + speaker-anchored

[TBRS13] object to satisfaction theories:

"In theories like those of [Sch09a], where it is assumed that a presupposition is satisfied in its local context if it is entailed by it. Since, in general, the relevant local context is the context set ('which encodes what the speech act participants take for granted'), presuppositions are predicted to project. The heterogeneity of projective content, in particular the finding that many such contents are not associated with a strong contextual felicity constraint, provides an argument against an inclusive analysis of projection based on local satisfaction."

The resolution formalized here: projection is uniform (the local-context machinery), while accommodation varies by trigger class. OLE is derived directly from belief local contexts; SCF is characterized as a constraint on accommodation, not built into local contexts (a full SCF derivation needs QUD/information-structure machinery).

Main declarations #

structure TonhauserEtAl2013.SCF_Requires (W : Type u_3) :
Type u_3

SCF (Strong Contextual Felicity) in local context terms.

A trigger has SCF=yes iff its projective content MUST be entailed by the global context for felicitous use. Accommodation is blocked.

In Schlenker's terms: the local context at matrix level IS the global context, and the presupposition must be entailed (not just "could be accommodated").

This is a marker structure. The constraint that accommodation is blocked is a property of the trigger class, not derivable from the content alone. Full derivation requires connecting to Accommodation.AccommodationOK and trigger-specific constraints (anaphoric binding, salience, etc.).

  • content : Set W

    The projective content that must be established

Instances For
    structure TonhauserEtAl2013.SCF_Allows (W : Type u_3) :
    Type u_3

    SCF=no means accommodation is ALLOWED.

    The projective content can be informative — it can update the context rather than being required to already hold.

    Witness: there exist non-empty contexts where the content is NOT entailed yet the trigger's use is still felicitous (via accommodation).

    • content : Set W

      The projective content

    • accommodable : ∃ (c : CommonGround.ContextSet W), Set.Nonempty c ¬c.entails self.content

      Accommodation is possible: there exist contexts where content is informative (not entailed) yet use is felicitous

    Instances For
      def TonhauserEtAl2013.OLE_Obligatory {W : Type u_1} {Agent : Type u_2} (Dox : Core.Logic.Modal.AgentAccessRel W Agent) (content : Set W) :

      OLE (Obligatory Local Effect) in local context terms.

      OLE=yes means: under belief embedding, the local context is the attitude holder's belief state. The projective content is attributed to the holder.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        def TonhauserEtAl2013.OLE_NotObligatory {W : Type u_1} {Agent : Type u_2} (Dox : Core.Logic.Modal.AgentAccessRel W Agent) (content : Set W) :

        OLE=no means: under belief embedding, the projective content is still evaluated relative to the speaker's (global) context, not the holder's beliefs.

        Formally: there exist doxastic contexts where the content holds globally but NOT in the attitude holder's beliefs. The content is "speaker-anchored" — it does not shift under belief embedding.

        Class B triggers (expressives) and Class D triggers exhibit this behavior.

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

          OLE derivation: belief embedding creates an attitude-holder context.

          Under "x believes φ", the local context at φ is x's belief state, so a presupposition attributed to the holder is filtered there. This derives OLE=yes behavior from [Sch09a]'s belief local contexts.

          Determines whether a projective trigger's content shifts to the attitude holder's perspective under belief embedding.

          OLE = yes: Content shifts to attitude holder (computed from their beliefs) OLE = no: Content remains attributed to speaker (no perspective shift)

          Equations
          Instances For

            The Schlenker local context machinery derives the OLE predictions from [TBRS13].

            For any trigger:

            • If OLE=yes (Class A, C): Local context under belief = attitude holder's beliefs
            • If OLE=no (Class B, D): Local context under belief = global context (speaker)

            This explains why "stop" presuppositions shift to attitude holders but "damn" expressives don't.

            structure TonhauserEtAl2013.TriggerBehavior (W : Type u_3) (Agent : Type u_4) :
            Type u_3

            A projective trigger's behavior characterized by SCF and OLE values.

            Instances For
              def TonhauserEtAl2013.isClassA {W : Type u_1} {Agent : Type u_2} (tb : TriggerBehavior W Agent) :
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                def TonhauserEtAl2013.isClassB {W : Type u_1} {Agent : Type u_2} (tb : TriggerBehavior W Agent) :
                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  def TonhauserEtAl2013.isClassC {W : Type u_1} {Agent : Type u_2} (tb : TriggerBehavior W Agent) :
                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    def TonhauserEtAl2013.isClassD {W : Type u_1} {Agent : Type u_2} (tb : TriggerBehavior W Agent) :
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For
                      theorem TonhauserEtAl2013.classes_partition {W : Type u_1} {Agent : Type u_2} (tb : TriggerBehavior W Agent) :
                      (isClassA tb isClassB tb isClassC tb isClassD tb) ¬(isClassA tb isClassB tb) ¬(isClassA tb isClassC tb) ¬(isClassA tb isClassD tb) ¬(isClassB tb isClassC tb) ¬(isClassB tb isClassD tb) ¬(isClassC tb isClassD tb)

                      Classes partition the space.

                      Traditional labels for projective content, predating the SCF/OLE taxonomy.

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

                          The traditional category conventionally assigned to each trigger. [TBRS13] argue this classification is inadequate: the SCF × OLE taxonomy cross-cuts it (traditional_crosscuts_classes).

                          Equations
                          Instances For