Documentation

Linglib.Phenomena.Presupposition.Studies.Schlenker2009

Belief Embedding -> Projective Content Taxonomy #

@cite{schlenker-2009} @cite{tonhauser-beaver-roberts-simons-2013}

Connects the Schlenker local context machinery for belief embedding to the @cite{tonhauser-beaver-roberts-simons-2013} projective content taxonomy.

Proves that OLE (Obligatory Local Effect) status matches shift behavior under belief predicates, and verifies trigger-specific predictions.

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 @cite{tonhauser-beaver-roberts-simons-2013}.

    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.

    Connects Schlenker's local context theory to the full empirical taxonomy of @cite{tonhauser-beaver-roberts-simons-2013}. The four-class taxonomy is derived from the SCF x OLE feature space.

    structure Schlenker2009.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 Schlenker2009.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 Schlenker2009.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 Schlenker2009.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 Schlenker2009.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 Schlenker2009.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.