Documentation

Linglib.Pragmatics.DecisionTheoretic.ScalarImplicature

Decision-Theoretic Semantics: Scalar Implicature ([Mer99a] §3) #

[Mer99a]

Merin's DTS account of scalar implicature via protentive speaker meaning and relevance-ordered alternatives. The key insight: scalar implicature arises because conjunction is more relevant than disjunction (Theorem 6a), so a speaker who says "A or B" implicates ¬(A ∧ B).

Key Definitions #

Main Results #

Protentive Speaker Meaning (Def. 7) #

Sign of relevance: positive (supports H), negative (supports ¬H), or neutral.

Instances For
    @[instance_reducible]
    Equations
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      noncomputable def DTS.ScalarImplicature.sgnRelevance {W : Type u_1} [MeasurableSpace W] (ctx : Context W) (e : Set W) :

      Protentive Speaker Meaning (Def. 7): the hypothesis supported by an utterance's relevance sign.

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

        Relevance-ordered alternatives (Def. 8) #

        def DTS.ScalarImplicature.upwardCone {W : Type u_1} [MeasurableSpace W] (ctx : Context W) (alts : Set (Set W)) (σ : Set W) :
        Set (Set W)

        Upward cone: alternatives at least as relevant as σ.

        Equations
        Instances For
          def DTS.ScalarImplicature.downwardCone {W : Type u_1} [MeasurableSpace W] (ctx : Context W) (alts : Set (Set W)) (σ : Set W) :
          Set (Set W)

          Downward cone: alternatives at most as relevant as σ.

          Equations
          Instances For

            Hypothesis 1: Claim/counterclaim structure for scalar alternatives.

            The claim is the disjunction of upward-cone members (what the speaker means to convey). The counterclaim is the disjunction of downward-cone members (what the speaker implicates is false).

            • uttered : Set W

              The scalar alternative uttered.

            • claim : Set W

              The claim: disjunction of upward cone members.

            • counterclaim : Set W

              The counterclaim: disjunction of downward cone members.

            Instances For

              Predictions #

              theorem DTS.ScalarImplicature.not_if_not_indeed_disjunct :
              ¬∀ (ctx : Context World4) (a b : Set World4), posRelevant ctx aposRelevant ctx bbayesFactor ctx (a b) < bayesFactor ctx a

              Prediction 1: It is NOT the case that a disjunct always strictly dominates its disjunction in Bayes factor: a disjunction with an absorbed disjunct is exactly as relevant as the dominant disjunct.

              theorem DTS.ScalarImplicature.if_not_indeed_conjunction {W : Type u_1} [MeasurableSpace W] (ctx : Context W) [MeasureTheory.IsFiniteMeasure ctx.prior] [ctx.Nondegenerate] (a b : Set W) (hbm : MeasurableSet b) (hcip : CondIndepIssue ctx a b) (hPosA : posRelevant ctx a) (hPosB : posRelevant ctx b) (hNotH : ctx.prior[a | ctx.topic] 0) (hNotH' : ctx.prior[b | ctx.topic] 0) :
              bayesFactor ctx a < bayesFactor ctx (a b) bayesFactor ctx (a b) < bayesFactor ctx (a b)

              Prediction 2: Under CIP with both A, B positively relevant, conjunction dominates both conjuncts and disjunction.

              This is the core of Merin's scalar implicature account: "A and B" is strictly more relevant than "A or B", explaining why "or" implicates ¬∧.