Karttunen (1973): presuppositions of compound sentences #
[Kar73] asks how the presuppositions of a compound sentence are determined by
those of its parts. Complement-taking predicates are plugs (verbs of saying: nothing
projects), holes (factives, aspectuals, implicatives: everything projects), or
filters; the connectives are filters with asymmetric conditions — if A then B (13)
and A and B (17) presuppose what A presupposes and what B presupposes unless A
entails it, while A or B (24) filters what the negation of A entails. §9 relativizes
the entailment to a set X of background assumptions, (24b′), and Entails X A C is
that relation; cond, conj, disj are the relativized rules, with X = Set.univ the
absolute ones.
§8 derives the coincidence of (13) and (17) from three principles Harman supplied —
internal negation preserves presuppositions, logically equivalent sentences share them,
and the classical equivalences hold — which here is neg_cond_neg_presup, with
cond_neg_presup the corresponding fact for disjunction. On the Geraldine example
(25)–(28) the second disjunct's presupposition (27) is not filtered absolutely but is
filtered given (28) (geraldine_presup_absolute, geraldine_presup_relative). §10
rejects truth-functional three-valued conjunction on (35): it filters by the falsity of
the first conjunct where the entailment filter does not (kleene_35, conj_presup_35);
the substrate's pointwise PartialProp.andFilter agrees with (17) where the first
conjunct holds (conj_presup_iff_andFilter) and shares the truth-functional verdict where
it fails (andFilter_35b). §11 treats propositional attitudes: the [Hin62]
equivalence (38) lets the hole treatment of believe survive (37) by re-collecting the
conjunction inside the attitude (hole_conj_presup, hole_conj_assertion_iff), but not
(42), where believe and hope cannot be re-collected — hence the tentative verdict that
the class are plugs (conj_plug_plug_presup).
The filters #
A entails C given the background assumptions X: X ∪ {A} ⊨ C.
Equations
- Karttunen1973.Entails X A C = ∀ w ∈ X, A w → C w
Instances For
(13), relativized by (24b′): if A then B presupposes what A presupposes, and what
B presupposes unless A entails it given X.
Equations
- Karttunen1973.cond X p q = { presup := fun (w : W) => p.presup w ∧ (¬Karttunen1973.Entails X p.assertion q.presup → q.presup w), assertion := fun (w : W) => p.assertion w → q.assertion w }
Instances For
(17), relativized: A and B presupposes what A presupposes, and what B presupposes
unless A entails it given X.
Equations
- Karttunen1973.conj X p q = { presup := fun (w : W) => p.presup w ∧ (¬Karttunen1973.Entails X p.assertion q.presup → q.presup w), assertion := fun (w : W) => p.assertion w ∧ q.assertion w }
Instances For
(24), relativized: A or B presupposes what A presupposes, and what B presupposes
unless the negation of A entails it given X.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Harman's derivation (§8) #
The conjunction filter is the conditional filter through A ∧ B ≡ ¬(A → ¬B), with
negation a hole.
The disjunction filter is the conditional filter through A ∨ B ≡ ¬A → B.
Where the first conjunct holds, (17) agrees with the substrate's pointwise filter
PartialProp.andFilter.
Background assumptions (§9) #
Equations
- Karttunen1973.instDecidableEqGeraldine x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
(28) All Mormons have worn holy underwear, Fred's background assumption.
Instances For
She has given up wearing her holy underwear: presupposes (27); the assertion is
idealized.
Equations
- Karttunen1973.givenUp = { presup := fun (x : Karttunen1973.Geraldine) => x ∈ Karttunen1973.worn, assertion := fun (x : Karttunen1973.Geraldine) => True }
Instances For
(25) Either Geraldine is not a Mormon or she has given up wearing her holy underwear,
relative to the background X.
Equations
Instances For
Absolutely, (25) presupposes (27): (26) alone does not entail it.
Given (28), (25) presupposes nothing: (26) and (28) together entail (27).
Truth-functional conjunction (§10) #
Equations
- Karttunen1973.instDecidableEqFrance x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- Karttunen1973.instFintypeFrance = { elems := { val := ↑Karttunen1973.France.enumList, nodup := Karttunen1973.France.enumList_nodup }, complete := Karttunen1973.instFintypeFrance._proof_1 }
The king of France is bald: presupposes a king; baldness is idealized.
Equations
- Karttunen1973.kingBald = { presup := fun (x : Karttunen1973.France) => x ∈ Karttunen1973.hasKing, assertion := fun (x : Karttunen1973.France) => True }
Instances For
(35a) Paris is the capital of France, and the king of France is bald and (35b) with
Marseilles both presuppose a king under (17): neither capital claim entails one.
Strong-Kleene conjunction makes (35b) false at the actual world and so bivalent — presupposition-free — while (35a) is undefined.
The substrate's pointwise filter shares the truth-functional verdict on (35b): the second conjunct's presupposition is filtered where the first conjunct is false.
Propositional attitudes (§11) #
A hole lets the complement's presuppositions through: att applies to its assertion.
Equations
- Karttunen1973.hole att φ = { presup := φ.presup, assertion := att φ.assertion }
Instances For
A plug blocks them.
Equations
- Karttunen1973.plug att φ = { presup := fun (x : W) => True, assertion := att φ.assertion }
Instances For
(37) Bill believes that Fred has been beating Zelda, and furthermore, Bill believes that Fred has stopped beating Zelda under the hole treatment presupposes A unless the first
conjunct — that Bill believes A — entails A. The same holds of (42), with hope as the
second attitude.
(39), the re-collected Bill believes that Fred has been beating Zelda and that he has stopped: the filter applies inside the complement and nothing is presupposed, whatever the
verb's status.
(38): (37) and (39) assert the same thing ([Hin62]), so the hole treatment survives (37) only by letting the equivalence do the filtering.
Two distinct attitudes (43) admit no re-collection; as plugs, (42) presupposes nothing outright — K's tentative verdict for the whole class.