Decision-Theoretic Semantics: Scalar Implicature ([Mer99a] §3) #
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 #
sgnRelevance— Protentive Speaker Meaning (Def. 7): the hypothesis supported by an utterance's relevance signupwardCone/downwardCone— alternatives ordered by Bayes factorScalarInterpretation— claim/counterclaim structure for scalar alternatives (Hypothesis 1)
Main Results #
- Prediction 1 (
not_if_not_indeed_disjunct): a disjunct does not always dominate its disjunction - Prediction 2 (
if_not_indeed_conjunction): under CIP, conjunction dominates both conjuncts and disjunction
Protentive Speaker Meaning (Def. 7) #
Sign of relevance: positive (supports H), negative (supports ¬H), or neutral.
- pos : RelevanceSign
- neg : RelevanceSign
- neutral : RelevanceSign
Instances For
Equations
- DTS.ScalarImplicature.instDecidableEqRelevanceSign x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
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) #
Upward cone: alternatives at least as relevant as σ.
Equations
- DTS.ScalarImplicature.upwardCone ctx alts σ = {a : Set W | a ∈ alts ∧ DTS.bayesFactor ctx σ ≤ DTS.bayesFactor ctx a}
Instances For
Downward cone: alternatives at most as relevant as σ.
Equations
- DTS.ScalarImplicature.downwardCone ctx alts σ = {a : Set W | a ∈ alts ∧ DTS.bayesFactor ctx a ≤ DTS.bayesFactor ctx σ}
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 #
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.
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 ¬∧.