Karttunen (1971): implicative verbs #
[Kar71] identifies a class of complement-taking verbs — manage, remember,
bother, dare, happen, … (his (2)) — whose assertion commits the speaker to the
complement and whose negation commits the speaker to its negation, and analyzes such a
sentence as a presupposition–proposition pair: the proposition v(S) is what is asserted,
negated, or questioned, and the presupposition says what condition v(S) is for the
complement S. Schema (37) makes v(S) necessary and sufficient for S (manage); (41)
necessary and sufficient for ¬S (fail, forget); (54) necessary only (be able, be
possible); (59) sufficient only (force, cause); non-implicatives (hope, want,
try) carry no such presupposition and are plain PartialProp.ofProp. Condition is the
presupposed condition, Schema pairs it with the polarity of the complement, and
Schema.sentence is the presupposition–proposition pair as a PartialProp. The paper's
entailment facts follow: an affirmative assertion entails the (polarity-adjusted)
complement when the condition is sufficient (holds_imp), a negated one entails its
negation when the condition is necessary (neg_holds_imp), double negation cancels, his
(13) (manage_neg_neg_holds_imp), and the one-way cells and the non-implicatives leave the
other direction open (force_neg_not_entails, beAble_not_entails,
ofProp_not_entails).
Equations
- Karttunen1971.instDecidableEqCondition 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.
Instances For
Equations
- Karttunen1971.instReprCondition = { reprPrec := Karttunen1971.instReprCondition.repr }
The presupposition: v stands in the condition to S.
Equations
- Karttunen1971.Condition.sufficient.presup x✝¹ x✝ = (x✝¹ → x✝)
- Karttunen1971.Condition.necessary.presup x✝¹ x✝ = (x✝ → x✝¹)
- Karttunen1971.Condition.necessaryAndSufficient.presup x✝¹ x✝ = (x✝¹ ↔ x✝)
Instances For
The condition is at least sufficient.
Equations
- Karttunen1971.Condition.necessary.IsSufficient = False
- x✝.IsSufficient = True
Instances For
The condition is at least necessary.
Equations
- Karttunen1971.Condition.sufficient.IsNecessary = False
- x✝.IsNecessary = True
Instances For
The presupposition–proposition schema of an implicative verb: the condition v(S) is
presupposed to be, and whether the complement in question is S (manage) or ¬S
(fail).
- condition : Condition
- polarity : Implicative
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Karttunen1971.instReprSchema = { reprPrec := Karttunen1971.instReprSchema.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
(37): manage, remember, bother.
Equations
- Karttunen1971.Schema.manage = { condition := Karttunen1971.Condition.necessaryAndSufficient, polarity := Implicative.positive }
Instances For
(41): fail, forget, neglect.
Equations
- Karttunen1971.Schema.fail = { condition := Karttunen1971.Condition.necessaryAndSufficient, polarity := Implicative.negative }
Instances For
(59): force, cause, make.
Equations
- Karttunen1971.Schema.force = { condition := Karttunen1971.Condition.sufficient, polarity := Implicative.positive }
Instances For
(59) for the negated complement: prevent.
Equations
- Karttunen1971.Schema.prevent = { condition := Karttunen1971.Condition.sufficient, polarity := Implicative.negative }
Instances For
(54): be able, be possible.
Equations
- Karttunen1971.Schema.beAble = { condition := Karttunen1971.Condition.necessary, polarity := Implicative.positive }
Instances For
The two-way implicatives of (37) and (41).
Equations
Instances For
The complement the schema speaks of: S or ¬S by polarity.
Equations
- k.implied S = match k.polarity with | Implicative.positive => S | Implicative.negative => ¬S
Instances For
The sentence v(S): the schema's presupposition, and v as the proposition.
Equations
Instances For
An affirmative assertion commits the speaker to the complement when v(S) is
presupposed sufficient.
A negated assertion commits the speaker to the negation of the complement when v(S)
is presupposed necessary.
Double negation cancels, (13): John didn't remember not to lock his door commits the
speaker to John locked his door.
(58): John didn't force Mary to stay home leaves open whether she stayed.
(55): John was able to come leaves open whether he came.
(5): a non-implicative, which has no presupposition, commits the speaker to nothing about its complement in either polarity.