Strawson entailment and NPI licensing (von Fintel 1999) #
This file indexes [vF99a]'s defense of the Fauconnier-Ladusaw
analysis of NPI licensing: four contexts that license NPIs without being
classically downward entailing — only, adversative attitudes,
superlatives, and conditional antecedents — are all Strawson-DE (his
Definition 14). Each theorem is named after the paper's example number
and discharged by specializing the corresponding substrate theorem from
Logic/Natural/Strawson/Basic.lean. The NPI stimuli are typed
rows in Data/Examples/VonFintel1999.json (Examples.ex10, …).
Main results #
ex11_only_not_DE,ex18_only_strawsonDE— the §2 separation: only is Strawson-DE but not classically DE.ex22_since_strawsonDE— §2.2: since (Iatridou's exs. 20-22).ex30_sorry_not_DE,ex28b_sorry_strawsonDE— the §3 adversative separation.ex45_want_isUE,ex50_gladKL_isUE,ex52_gladVF_isUE— §§3.2-3.3: want and glad are upward entailing, so NPIs are not licensed.ex72_conditional_antecedent_DE,conditional_antecedent_strawsonDE_under_restrictor— §4.1, the restrictor analysis.ex77_superlative_strawsonDE— §4.2 superlatives.onlyIndiv_eq_onlyVia— (15)'s individual-identity exclusion equals [Roo92]'sonlyViaover injective individual-generated families.bridge_lahiri_glad_settle_overgeneration,bridge_hoeksema_gtOverSet_strawsonDE— cross-framework bridges.
Discussed without formalization: §2.3 pseudo-anti-additivity (exs. 23-27), ex. 31, and the §3.4 shifting-context material (exs. 60-68).
References #
glad, want, and Asher's weakened DE (single-consumer substrate) #
glad (von Fintel eq. 52, the replacement vF prefers over K&L eq. 50).
α is glad that p at w iff every belief world is strictly preferred
(under lt from the perspective of w) to every relevant non-p
world: i.e., DOX(α, w) <_g (relevant w − p).
Both gladFull and gladFullVF are UE in p. They differ on cases
like vF's Honda-Civic example (p. 124): when the agent buys a Honda
Civic and discovers it's a lemon, the K&L version makes "I'm glad I
bought a Honda Civic" automatic from "I wanted a Honda Civic and got
one"; the vF version permits the reasonable "I wanted to but I'm not
glad I did" because the actual world is now worse than the belief
worlds at the time of evaluation.
Equations
- VonFintel1999.gladFullVF dox relevant lt p w = ∀ w₁ ∈ dox w, ∀ w₂ ∈ relevant w, ¬p w₂ → lt w w₂ w₁
Instances For
glad (vF eq. 52) is UE in its complement.
want (vF §3.2 eq. 45, pp. 116-118) #
α wants p iff in α's preferred worlds (drawn from a doxastic modal
base dox), p holds. This is UE — the headline result vF defends in
§3.2 against Asher (1987) / Heim (1992) non-monotonicity puzzles
(Concorde, couch).
want(p) denotation: in α's preferred worlds among dox w, p holds.
Equations
- VonFintel1999.wantFull bestOf p w = ∀ w' ∈ bestOf w, p w'
Instances For
want is upward entailing in its complement (vF §3.2 headline).
IsWDE — Asher 1987 Weakened Downward Entailment #
vF p. 112 (footnote 8) cites Asher's WDE as a sibling of Strawson-DE. Asher's schema:
α regrets that φ ⟦φ⟧ ⇒ ⟦ψ⟧ α believes that ψ ⊢ α regrets that ψ
This is the upward direction (φ → ψ) with a doxastic side condition
on the conclusion's complement (believes ψ). Compare Strawson-DE,
which is the downward direction with a presupposition side condition
on the conclusion. The two schemas are not equivalent; vF (p. 112,
footnote 8) writes "the intent of defining something like Strawson
Entailment is clear" but the formal apparatus differs.
Asher's WDE: f(p) plus belief in q implies f(q), when p ⊆ q.
Equations
- VonFintel1999.IsWDE f believes = ∀ (p q : Set W), p ⊆ q → ∀ (w : W), believes q w → f p w → f q w
Instances For
Classical UE (Monotone) implies WDE: the doxastic side condition is redundant when monotonicity already holds.
only is Strawson-DE but not DE (§2) #
The licensing datum is Examples.ex10; the separation fails classically
because the conclusion's existence presupposition is not guaranteed by
the premise.
Only John, with the focus individual modeled as · = (0 : Fin 4).
Equations
- VonFintel1999.onlyJohn = NaturalLogic.onlyFull fun (x : Fin 4) => x = 0
Instances For
Only John's existence presupposition.
Equations
- VonFintel1999.onlyJohnDefined scope _w = ∃ (w' : Fin 4), w' = 0 ∧ scope w'
Instances For
Ex. 11 (p. 101): only is not classically downward entailing.
Ex. 18 (p. 104): only is Strawson-DE relative to its existence presupposition.
since (§2.2) #
Iatridou's examples; the licensing datum is Examples.ex21.
Ex. 22 (p. 107): since is Strawson-DE in its complement, relative to the past-event presupposition.
Pseudo-anti-additivity (§2.3) #
[Atl96]'s pseudo-anti-additivity is "useless for the analysis of NPI licensing" (p. 110): licensers and non-licensers share it alike (exs. 25-27).
Adversative attitudes (§3) #
Factivity blocks classical DE in the complement (exs. 29-30);
Strawson-DE restores the inference. The licensing data are
Examples.ex28a and Examples.ex28b; [KL93]'s
coherence challenge (ex. 31) is reanalyzed in §3.1 as a modal-base
shift.
The substrate's DE-counterexample frame for sorryFull.
Equations
- VonFintel1999.sorryFrame = NaturalLogic.sorryFull (fun (w : Fin 4) => {w}) fun (x : Fin 4) => {1}
Instances For
Ex. 30 (p. 111): sorry is not classically DE in its complement.
Ex. 28b (p. 111): sorry is Strawson-DE relative to doxastic factivity.
want and glad are upward entailing (§§3.2-3.3) #
The Asher/Heim apparent non-monotonicity of want is a modal-base
shift; the sorry/glad monotonicity asymmetry tracks the
NPI-licensing asymmetry (Examples.glad_any), in English and in Hindi
([Lah98] §4.5).
Eq. 45 (§3.2): want is upward entailing in its complement.
Ex. 50 (p. 122): glad on the K&L semantics is upward entailing.
Ex. 52 (p. 124): glad on vF's replacement semantics is likewise upward entailing.
Shifting contexts (§3.4) #
The coherent glad…but sorry sequences (exs. 60-61) rest on modal-base
shifts and need dynamic-context machinery not in the substrate;
footnote 8's Weakened DE is the substrate's IsWDE; focus-only over
a non-name (exs. 66-68) is subsumed by onlyFull.
Conditional antecedents (§4.1) #
The restrictor analysis ([Kra86]) makes the antecedent position
classically DE; on Stalnaker-Lewis ([Sta68], [Lew73b]) it
is not, and vF §4.3 reduces those failures to context shifts via
[vF00], an operator not in the substrate. The licensing
datum is Examples.ex70a.
Ex. 72 (p. 137): with an idle ordering source, condNecessity is
classically DE in its antecedent.
Restrictor-style conditional antecedents are a fortiori Strawson-DE.
Superlatives (§4.2) #
Adding a restriction can reorder the comparison class (ex. 76), so the
position is not classically DE; predicative use only (Examples.ex75),
the definite-description use (ex. 80) lacking local Strawson-DE.
Ex. 77 (p. 139): the superlative is Strawson-DE in its restriction position.
Cross-framework bridges #
The four recalcitrants land at exactly Strawson-DE while glad sits
outside the hierarchy (UE). K&L and vF derive the sorry/glad
asymmetry from the same substrate theorems under different prose; the
examples check the statement identity by discharging this file's
statements with K&L's proof terms.
The settle-for-less data ([Lah98] §4.5,
[KL93]): glad + NPI is grammatical on a rescued
reading that gladFull_isUE cannot capture.
[Hoe83]'s S-comparative is anti-additive, hence Strawson-DE with classical AA to spare (it licenses strong NPIs).
Individual-identity only and Rooth's strong theory #
(15) (p. 104) excludes by individual identity, onlyVia by proposition
identity; they coincide over an injective individual-generated family.
(Fin 4)-constant propositions (the extensional onlyFull) fail
injectivity wholesale, so the bridge is stated intensionally.
(15)'s assertion, intensionalized: no individual other than x satisfies P.
Equations
- VonFintel1999.onlyIndiv P x = {w : W | ∀ (y : ι), y ≠ x → w ∉ P y}
Instances For
(15) coincides with onlyVia over an injective individual-generated alternative family.
onlyVia cannot distinguish cotrue alternatives that (15) separates.