Documentation

Linglib.Phenomena.Presupposition.Studies.RobertsSimons2024

Preconditions and Projection: Explaining Non-Anaphoric Presupposition #

@cite{roberts-simons-2024}

Roberts, C. & Simons, M. (2024). Preconditions and projection: Explaining non-anaphoric presupposition. Linguistics and Philosophy 47(4):703–748.

Key Claims #

  1. The projective contents of CoS predicates, factives, and selectional restrictions are entailments characterizing ontological preconditions of the associated event type — NOT semantically encoded presuppositions.

  2. Projection is a pragmatic default: a speaker who raises an event is taken to assume its preconditions hold (maximizes informativity, per @cite{qing-goodman-lassiter-2016} and @cite{warstadt-2022}).

  3. Differential suppression across verb pairs (know/discover, stop/continue) follows from lexical semantic differences (telicity, aspect, CoS status), not from different presupposition "strengths."

  4. Filtering in Karttunen environments (conjunction, conditional, disjunction) is explained pragmatically without anaphoric constraints. For disjunction, the account predicts symmetric filtering (contra @cite{heim-1983}).

Connection to Existing Theory #

This study file imports and bridges:

Know is atelic: precondition = consequence (stative, no change).

Discover is telic: precondition ≠ consequence (state change).

Discover has an additional precondition (ignorance) that know lacks. This is the source of differential suppression: the ignorance precondition creates a context in which the speaker signals uncertainty about C.

Selectional preconditions project through negation. "The robot didn't kick the tree" still implies it has feet.

In a conjunction "P, and (stop P)", the first conjunct asserts the precondition. R&S: it is pragmatically implausible that the speaker presumes the precondition — they are explicitly asserting it.

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

    In a conditional "If P, then stop P", the antecedent supposes P. R&S: the conditional structure itself signals the speaker's lack of commitment to the antecedent, and the function of the conditional is to evaluate the consequent relative to the antecedent. No global presumption of P is pragmatically attributable.

    Equations
    Instances For

      R&S's distinctive prediction for disjunction (@cite{roberts-simons-2024} §4): filtering in disjunction is symmetric for non-anaphoric triggers.

      "Either Jane never smoked, or she's stopped." (43)

      The first disjunct (¬P) creates a context in which it is reasonable to consider the second disjunct's precondition (P) as locally entailed (if ¬P is false, i.e. P is true). Crucially, R&S argue this filtering works identically in both orders — contra @cite{heim-1983}'s asymmetric account.

      This is a pragmatic consequence of their view: filtering depends on whether global presumption of the precondition is pragmatically attributable, not on dynamic left-to-right context update.

      Equations
      Instances For
        theorem Phenomena.Presupposition.Studies.RobertsSimons2024.presupposition_derivable_from_event_structure (isFactive hasCosType : Bool) :
        (isFactive || hasCosType) = true isFactive = true hasCosType = true

        R&S argue that presupposition status follows from event structure, not from a stipulated presupType. A verb presupposes its complement iff it has factivity or CoS event structure. The derivedPresupType accessor on VerbCore implements this derivation.