Chierchia 2004: parallel recursive strengthening #
[Chi04] ("Scalar Implicatures, Polarity Phenomena, and the
Syntax/Pragmatics Interface", §3) computes two meanings for every expression in
tandem: a plain value ‖α‖ and a strengthened value ‖α‖^S that folds scalar
implicatures in as soon as their triggers appear. Direct implicatures enter at
scope sites by a variant of [Kri95b]'s rule (75); the Strength Condition
(§3.1) requires ‖α‖^S to entail ‖α‖ at every step; and Strong Application
(84) dispatches on entailment behaviour: non-DE functions pass strengthened
values through, DE functions strip the argument's implicatures and add indirect
implicatures at the matrix level. Implicature suspension in exactly the
any-licensing environments — the Generalization on SIs (53) — is Antitone
reversal of the Strength Condition, and intervention (§4.3) follows from NPIs
competing with strong rather than plain meanings (127).
Implementation notes #
Numbered items follow the circulated manuscript (the "Bicocca, May 2001"
version); the published chapter may renumber. The paper's scalar assertion σ
is a definite description — the weakest alternative asymmetrically entailing
the target, ⊥ if none — well-defined only when the stronger alternatives have a
greatest element, as on the paper's linearly ordered scales. Meaning.strengthen
and strongApplyDE instead negate all strictly stronger alternatives, a total
operation that coincides with negating σ exactly where σ is defined
(strengthen_strong_eq_of_isGreatest, strongApplyDE_strong_eq_of_isGreatest;
the σ = ⊥ case is the empty intersection). The
appendix's ‖α‖^S is a set of admissible strong meanings (implicature
addition at a scope site is optional); Meaning.strong tracks the maximal
admissible strengthening, the path the paper's own computations follow.
Strengthened meanings #
The semantic values the parallel recursion assigns to a propositional
node: the plain value ‖α‖, the strengthened value ‖α‖^S, and the active
scalar alternatives.
- plain : Set World
The plain semantic value
‖α‖. - strong : Set World
The strengthened semantic value
‖α‖^S. - alternatives : Set (Set World)
The active scalar alternatives.
Instances For
(73a): a lexical item's strong meaning is its plain meaning.
Equations
- Chierchia2004.Meaning.lexical φ ALT = { plain := φ, strong := φ, alternatives := ALT }
Instances For
The Strength Condition (§3.1): the strong value entails the plain value,
sm.strong ⊆ sm.plain.
Equations
- sm.StrengthCondition = (sm.strong ⊆ sm.plain)
Instances For
Krifka's rule #
Krifka's rule (75) [Kri95b]: at a scope site, conjoin the strong value with the negations of the strictly stronger alternatives.
Equations
- sm.strengthen = { plain := sm.plain, strong := sm.strong ∩ ⋂ a ∈ {a : Set World | a ∈ sm.alternatives ∧ a ⊂ sm.plain}, aᶜ, alternatives := sm.alternatives }
Instances For
Strengthening preserves the Strength Condition.
Strengthening is proper whenever some activated alternative is strictly stronger and consistent.
Agreement with the paper's scalar assertion σ: whenever the strictly
stronger alternatives have a weakest member a₀ — the case in which (2)'s
definite description is defined, as on linearly ordered scales — negating all
of them is negating a₀ alone.
A node none of whose alternatives is strictly stronger strengthens vacuously — the strongest member of a scale triggers no implicature ((130)).
Strengthening over a pair scale whose second member is strictly stronger: the classic "φ but not ψ" implicature.
Scale axioms #
An admissible context choice of scale for an uttered scalar term — the scale axioms (99).
- chosen_subset : chosen ⊆ lexicalScale
(99a): the chosen scale is a subset of the lexical scale.
- nontrivial : chosen.Nontrivial
(99b): the chosen scale has at least two members.
- utt_mem : utt ∈ chosen
The uttered term belongs to its chosen scale (presupposed by (99)).
- not_strongest : (∃ a ∈ lexicalScale, a ⊂ utt) → ∃ a ∈ chosen, a ⊂ utt
(99c): the uttered term is not the strongest chosen member whenever the lexical scale offers a stronger one — the "if possible" proviso.
Instances For
Under the scale axioms, a stronger lexical alternative guarantees proper strengthening — the point of the (99c) proviso.
Downward entailingness suspends implicatures #
Generalization on SIs (53): a DE function maps the strengthened argument to a weaker matrix value, so keeping a direct implicature under DE embedding would violate the Strength Condition — implicatures are suspended in exactly the any-licensing environments.
Instantiation of (53) at strengthened arguments.
Strong Application #
Apply a function and its strengthening to a node's two tracks, projecting alternatives pointwise ((82b)) — the non-DE clause of Strong Application (84).
Equations
- Chierchia2004.Meaning.map f fS g = { plain := f g.plain, strong := fS g.strong, alternatives := f '' g.alternatives }
Instances For
The Strength-Condition fallback (§3.1): remove the argument's implicatures by resetting its strong track to the plain value.
Instances For
Strong Application (84), DE clause: strip the argument's implicatures, apply, and re-strengthen at the matrix level.
Equations
- Chierchia2004.strongApplyDE f fS g = (Chierchia2004.Meaning.map f fS g.weaken).strengthen
Instances For
(84) at a lexical argument: apply plainly and re-run Krifka's rule over the image scale.
Agreement with (84)'s matrix-level σ: inherited from the (75) lemma, the
DE clause being strengthening at the mapped node.
The non-DE clause of (84) preserves the Strength Condition when f is UE
and its strengthening entails it.
The DE clause of (84) satisfies the Strength Condition by construction: it falls back to the plain argument before re-strengthening.
The direct implicature of "some" #
Worlds for "John saw some students": saw none, some-but-not-all, or all.
Equations
- Chierchia2004.sawSome = {w : Fin 3 | w ≠ 0}
Instances For
"John saw every student" — true only in the saw-all world.
Equations
- Chierchia2004.sawEvery = {w : Fin 3 | w = 2}
Instances For
(74)–(76): strengthening the lexical node of "John saw some students" computes the direct implicature — some but not every.
The doubt example #
"John drinks", over worlds valuating ⟨drinks, drives⟩.
Equations
- Chierchia2004.drinks = {w : Bool × Bool | w.1 = true}
Instances For
The (81)–(83) computation: embedding "John drinks and drives" under DE doubt (modelled as complement) yields the indirect implicature (83b) — doubt the conjunction yet believe the disjunction.
Intervention #
Worlds valuate ⟨John ate the cake, drank coffee c₁, drank coffee c₂⟩;
{c₁} is the default coffee domain and {c₁, c₂} its widening.
Equations
- Chierchia2004.ateCake = {w : Bool × Bool × Bool | w.1 = true}
Instances For
"John drank some coffee" on the default domain {c₁}.
Equations
- Chierchia2004.drankC1 = {w : Bool × Bool × Bool | w.2.1 = true}
Instances For
"John drank coffee c₂" — the widened part of the domain.
Equations
- Chierchia2004.drankC2 = {w : Bool × Bool × Bool | w.2.2 = true}
Instances For
(128b): universal closure over domain choices of "I doubt that John ate the
cake and drank any coffee", spelled out over the nonempty subdomains of
{c₁, c₂}.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The some-competitor of (128): "I doubt that John ate the cake and drank some coffee" ((129a)), strengthened by the DE clause of (84).
Equations
- One or more equations did not get rendered due to their size.
Instances For
(129b): the competitor's strong meaning — doubt the conjunction yet believe John did one of the two.
(127)/(128): any is blocked under doubt … and. The universal closure fails to entail the competitor's strong meaning — the indirect implicature of the intervening and is what breaks the entailment.
The closure does entail the competitor's plain meaning: competition with plain meanings ((122)-style) would wrongly license any under and.
(130): universal closure of "I doubt that John ate the cake or drank any
coffee" over the nonempty subdomains of {c₁, c₂}.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The some-competitor of (130): under doubt, or is the strongest member of its scale, so no indirect implicature arises.
Equations
- One or more equations did not get rendered due to their size.
Instances For
(130): the or-competitor's strong meaning is its plain meaning — the strongest member of a scale triggers no implicature.
(130): any is licensed under doubt … or — the closure entails the competitor's strong meaning, which never gained an indirect implicature.