@cite{krifka-2007b} — Negated Antonyms: Creating and Filling the Gap #
@cite{krifka-2007b}
In:, Presupposition and Implicature in Compositional Semantics, Palgrave Macmillan.
Krifka's Thesis #
Krifka argues, against the received view (@cite{cruse-1986}, @cite{horn-1989}), that antonyms like happy/unhappy are literally contradictory — they exhaustively partition the scale with a single threshold. The gap between "not unhappy" and "happy" arises through pragmatic strengthening, not through the semantics of contrary negation.
Three Hypotheses (§3) #
- Epistemic vagueness: Speakers avoid borderline cases to ensure safe communication (following Williamson 1994).
- Exhaustive antonymy: happy and unhappy are contradictories — they literally exhaust their scale. Evidence: unconditionals like "Regardless whether you are happy or unhappy, you should read this book" (ex. 22) entail the predicate covers everyone.
- M-principle: Of two expressions with similar meaning, the simpler one is restricted to stereotypical interpretations, the complex one to non-stereotypical interpretations (@cite{horn-1984}).
Central Argument #
Under contradictory semantics (single θ), "not unhappy" = "happy" (DNE). The M-principle breaks this synonymy: since "not unhappy" is more complex than "happy" (5 vs 0 cost units), the complex form is pragmatically restricted to the non-stereotypical region — the plateau/gap between clearly happy and clearly unhappy.
Quadruplet Structure (ex. 1) #
Krifka's analysis centers on quadruplets: happy, not happy, unhappy, not unhappy with form complexity: |happy| < |unhappy| < |not happy| < |not unhappy|
Verification #
Formalizes the quadruplet structure, proves the contradictory synonymy
puzzle and its resolution via ThresholdPair, and bridges to the empirical
data in FlexibleNegation.lean. The pragmatic mechanism connecting
contradictory base → effective ThresholdPair is derived via two routes:
- Bidirectional OT (§ 9 below): @cite{blutner-2000}'s weak BiOT (eq. 14)
derives the four-way form-meaning assignment via the greatest-fixed-point
computation in
Core.ConstraintEvaluation.superoptimal. - RSA model: @cite{tessler-franke-2019} (
Studies/TesslerFranke2020.lean) derives the same effect through Bayesian pragmatic reasoning.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Form complexity ordering: |happy| < |unhappy| < |not happy| < |not unhappy|
Matches utteranceCost in @cite{tessler-franke-2019}'s RSA model.
Equations
Instances For
Form complexity is monotonically increasing across the quadruplet.
Krifka's H2: Antonyms are literally contradictory (single threshold θ).
All four quadruplet forms derive from Boolean operations on d > θ.
Equations
- Phenomena.Negation.Studies.Krifka2007.contradictoryQuad θ Phenomena.Negation.Studies.Krifka2007.QuadForm.positive d = Semantics.Degree.positiveMeaning d θ
- Phenomena.Negation.Studies.Krifka2007.contradictoryQuad θ Phenomena.Negation.Studies.Krifka2007.QuadForm.notPositive d = !Semantics.Degree.positiveMeaning d θ
- Phenomena.Negation.Studies.Krifka2007.contradictoryQuad θ Phenomena.Negation.Studies.Krifka2007.QuadForm.negative d = !Semantics.Degree.positiveMeaning d θ
- Phenomena.Negation.Studies.Krifka2007.contradictoryQuad θ Phenomena.Negation.Studies.Krifka2007.QuadForm.notNegative d = Semantics.Degree.positiveMeaning d θ
Instances For
The puzzle: Under contradictory semantics, "unhappy" = "not happy" and "not unhappy" = "happy". Each pair is synonymous.
The puzzle makes a prediction: "not unhappy" should mean the same as
"happy". But empirically it doesn't (@cite{tessler-franke-2019}).
contradictory_dne from Antonymy proves this synonymy formally.
After pragmatic strengthening (M-principle), the effective semantics uses two thresholds. The M-principle assigns different scale regions to forms of different complexity:
- "happy" (simple) → stereotypical positive (d > θ_pos)
- "unhappy" (moderate) → stereotypical negative (d < θ_neg)
- "not happy" (complex) → includes borderline low
- "not unhappy" (most complex) → borderline high / plateau
Equations
- Phenomena.Negation.Studies.Krifka2007.strengthenedQuad tp Phenomena.Negation.Studies.Krifka2007.QuadForm.positive d = Semantics.Lexical.Adjective.positiveMeaning' d tp
- Phenomena.Negation.Studies.Krifka2007.strengthenedQuad tp Phenomena.Negation.Studies.Krifka2007.QuadForm.notPositive d = Semantics.Lexical.Adjective.contradictoryNeg d tp.pos
- Phenomena.Negation.Studies.Krifka2007.strengthenedQuad tp Phenomena.Negation.Studies.Krifka2007.QuadForm.negative d = Semantics.Lexical.Adjective.contraryNegMeaning d tp
- Phenomena.Negation.Studies.Krifka2007.strengthenedQuad tp Phenomena.Negation.Studies.Krifka2007.QuadForm.notNegative d = Semantics.Lexical.Adjective.notContraryNegMeaning d tp
Instances For
The solution: With ThresholdPair, "not unhappy" ≠ "happy" when the gap is strict. The M-principle-derived two-threshold model breaks the synonymy that contradictory semantics creates.
5-point happiness scale (matching @cite{tessler-franke-2019}'s model).
Instances For
Contradictory boundary at θ = 2 (the literal semantics).
Equations
Instances For
Effective threshold pair after pragmatic strengthening: θ_pos = 2, θ_neg = 1. The gap [1, 2] is the plateau region where "not unhappy" lands.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Prediction 1: Under contradictory semantics, all degrees are classified. No gap exists. (Krifka's H2: literal exhaustivity.)
Prediction 2: Under contradictory semantics, "not unhappy" = "happy" at every degree. (The puzzle.)
Prediction 3: After strengthening, the gap breaks synonymy.
Prediction 4: The gap region is nonempty (degrees 1 and 2).
Prediction 5: Degree 0 is "unhappy", degree 4 is "happy".
FlexibleNegation classifies "unhappy" as contrary — this is the effective (post-strengthening) semantics, consistent with Krifka's analysis where the contrary behavior is pragmatically derived.
The empirical double-negation non-equivalence is derived from the strengthened model (§3): synonymy is broken by the gap.
The gap prediction from FlexibleNegation data corresponds to
contrary_gap_exists applied to the strengthened model.
Krifka's form complexity ordering matches the markedness infrastructure. "unhappy" is marked over "happy" by morphological complexity.
Cost asymmetry in FlexibleNegation data reflects Krifka's form complexity ordering.
Krifka's unconditional argument: "Regardless whether you are happy or unhappy, you should read this book."
This sentence entails the predicate covers EVERYONE — no gap. Under the contradictory model, happy ∨ unhappy = universal (exhaustive). Under a contrary model, this would exclude the gap region.
Unconditionals provide evidence that the literal semantics IS contradictory, with the gap being purely pragmatic.
Contrast: the strengthened model does NOT exhaust the scale. There exist degrees in the gap that are neither "happy" nor "unhappy".
@cite{blutner-2000}'s weak Bidirectional OT (eq. 14, "weak optimality")
derives the form-meaning assignment from constraint competition. Krifka
explicitly invokes this version (p. 6, citing @cite{blutner-2000} and
@cite{jaeger-2002}). The evaluation uses superoptimal from
Core.Logic.ConstraintEvaluation.
Two ranked constraints:
1. **M-principle** (@cite{horn-1984}): simple forms pair with stereotypical
meanings; complex forms pair with non-stereotypical meanings.
2. **Economy**: minimize form complexity.
Under weak BiOT, the four-way form-meaning assignment emerges from the
greatest-fixed-point computation regardless of ranking. This is because
the weak BiOT fixed point re-admits pairs whose blockers were themselves
eliminated — producing Horn's division of pragmatic labour in all cases
where each form has a unique best meaning and vice versa.
Meaning regions on the scale after pragmatic strengthening. The contradictory threshold θ splits into four regions: two stereotypical (clearly above/below) and two non-stereotypical (borderline, the plateau that becomes the "gap").
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Negation.Studies.Krifka2007.instBEqRegion.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Semantically compatible form-meaning pairs. Under contradictory semantics (H2), forms partition by literal denotation:
- Literally positive (happy, not unhappy): d > θ → positive or plateauHigh
- Literally negative (unhappy, not happy): d ≤ θ → negative or plateauLow
Equations
- One or more equations did not get rendered due to their size.
Instances For
M-Principle constraint (@cite{horn-1984}, Horn's Division of Pragmatic Labor): penalizes mismatch between form complexity and meaning stereotypicality.
- Simple form + stereotypical meaning → 0 violations (match)
- Complex form + non-stereotypical meaning → 0 violations (match)
- Cross-assignment → 1 violation (mismatch)
Equations
- One or more equations did not get rendered due to their size.
Instances For
Economy constraint: penalizes form complexity.
Violation count = QuadForm.complexity.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Main BiOT result: M-Principle >> Economy derives Krifka's quadruplet assignment. Each form gets a unique meaning region:
- "happy" → clearly positive (stereotypical)
- "not unhappy" → borderline positive / plateau (non-stereotypical)
- "unhappy" → clearly negative (stereotypical)
- "not happy" → borderline negative / plateau (non-stereotypical)
Each quadruplet form receives a unique meaning: the BiOT assignment is a bijection between the four forms and the four regions.
Each region is assigned to exactly one form.
Under weak BiOT, Economy >> M produces the same four-way assignment as M >> Economy. The greatest-fixed-point computation re-admits the complex forms after their blockers are removed: pairs like ⟨notNegative, plateauHigh⟩ are initially blocked by ⟨positive, plateauHigh⟩, but that pair is itself blocked by ⟨positive, positive⟩, so ⟨notNegative, plateauHigh⟩ returns.
This ranking-independence is a general property of weak BiOT for
form-meaning games where each form has a unique best meaning. Under
strong BiOT (strongOptimal), Economy >> M would collapse the
quadruplet to only two pairs.
The full quadruplet survives under both rankings.
The BiOT derivation agrees with the strengthened semantics (§ 3): "happy" and "not unhappy" are assigned to different meaning regions, breaking the synonymy that holds under contradictory semantics (§ 2).