Rett (2015): evaluativity as implicature #
[Ret15] derives the distribution of evaluativity across degree constructions (the book's
Table 3.1) from two Neo-Gricean implicatures: a Quantity implicature strengthens the otherwise
tautological positive construction (Chapter 3), and the Marked Meaning Principle (Chapter 5,
after [Hor84]'s division of pragmatic labor) makes the marked, negative antonym
evaluative in exactly the polar-invariant constructions — equatives and degree questions —
where its unmarked antonym has the same truth conditions. Antonym polarity is the adjective's
Adjective.polarity, the ScalePolarity that Degree.equativeSem and
Degree.comparativeSem already take as their direction; negative antonyms are the marked
members of their pairs ([Bie89], [Ken07]).
Main definitions #
IsPolarInvariant: Rett's classification of constructions.implicature,Evaluative: the implicature route, if any, deriving evaluativity for a construction and polarity.evaluativity: the same for a fragment adjective, read off its lexicalized polarity.
Main results #
implicature_eq_manner_iff: the Marked Meaning Principle — Manner-derived evaluativity exactly for the marked antonym in a polar-invariant construction.exact_equative_antonym_invariant,comparative_antonym_variant: the equative and comparative rows ofIsPolarInvariantderived fromDegree.equativeSemandDegree.comparativeSem.evaluative_iff_observed: the predictions match every Table 3.1 judgment.
Polar (in)variance and markedness #
Rett's polar (in)variance: in a polar-invariant construction the two antonyms yield the same truth conditions, so the marked antonym has an unmarked competitor. Equatives and degree questions are polar-invariant; positives, comparatives, and measure phrases are not.
Equations
- Rett2015.IsPolarInvariant Degree.Construction.equative = True
- Rett2015.IsPolarInvariant Degree.Construction.degreeQuestion = True
- Rett2015.IsPolarInvariant Degree.Construction.positive = False
- Rett2015.IsPolarInvariant Degree.Construction.comparative = False
- Rett2015.IsPolarInvariant Degree.Construction.measurePhrase = False
Instances For
Equations
- Rett2015.instDecidablePredConstructionIsPolarInvariant Degree.Construction.equative = isTrue trivial
- Rett2015.instDecidablePredConstructionIsPolarInvariant Degree.Construction.degreeQuestion = isTrue trivial
- Rett2015.instDecidablePredConstructionIsPolarInvariant Degree.Construction.positive = isFalse Rett2015.instDecidablePredConstructionIsPolarInvariant._proof_1
- Rett2015.instDecidablePredConstructionIsPolarInvariant Degree.Construction.comparative = isFalse Rett2015.instDecidablePredConstructionIsPolarInvariant._proof_2
- Rett2015.instDecidablePredConstructionIsPolarInvariant Degree.Construction.measurePhrase = isFalse Rett2015.instDecidablePredConstructionIsPolarInvariant._proof_3
Negative antonyms are the marked members of their pairs.
Equations
Instances For
The implicature derivation #
The implicature route deriving evaluativity: Quantity (Chapter 3's degree tautology) or Manner (Chapter 5's Marked Meaning Principle).
- quantity : Implicature
- manner : Implicature
Instances For
Equations
- Rett2015.instDecidableEqImplicature 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
- Rett2015.instReprImplicature = { reprPrec := Rett2015.instReprImplicature.repr }
The implicature deriving evaluativity for a construction and antonym polarity, if any: positives are strengthened by Quantity for both antonyms, and polar-invariant constructions get Manner-derived evaluativity for the marked antonym only.
Equations
- Rett2015.implicature Degree.Construction.positive x✝ = some Rett2015.Implicature.quantity
- Rett2015.implicature Degree.Construction.equative Core.Order.ScalePolarity.negative = some Rett2015.Implicature.manner
- Rett2015.implicature Degree.Construction.degreeQuestion Core.Order.ScalePolarity.negative = some Rett2015.Implicature.manner
- Rett2015.implicature x✝¹ x✝ = none
Instances For
A construction–polarity pair is evaluative iff some implicature derives it.
Equations
- Rett2015.Evaluative c p = (Rett2015.implicature c p ≠ none)
Instances For
Equations
The Marked Meaning Principle: Manner-derived evaluativity exactly for the marked antonym in a polar-invariant construction.
Quantity-derived evaluativity is the positive construction's alone.
Evaluativity is the positive construction or the Marked Meaning Principle.
The book's contrasts #
Chapter 1's How short is Adam? and Adam is as short as Doug are evaluative; their positive-antonym counterparts are not.
The implicature deriving evaluativity for a fragment adjective in a construction, read off its lexicalized polarity.
Equations
- Rett2015.evaluativity a c = a.polarity.bind (Rett2015.implicature c)
Instances For
Polar variance grounded in the comparison semantics #
[Ret15] reduces polar (in)variance to mutual entailment of the antonyms' non-evaluative readings: the strengthened ("exactly") equatives of the two antonyms share truth conditions, so a truth-conditionally equivalent unmarked alternative exists and the Marked Meaning Principle can fire; the antonym comparatives exclude each other, so no such alternative exists. Degree questions pattern with the equative — both antonyms' true answers are the subject's actual measure.
"A is exactly as tall as B" and "A is exactly as short as B" are mutually entailing: each
strengthened equative reduces to μ a = μ b.
Both strengthened antonym equatives are the "exactly" reading
Degree.equativeStrengthened.
The antonym comparatives exclude each other: "A is taller than B" and "A is shorter than B" cannot both hold.
Whenever the antonyms could differ (μ a ≠ μ b), they do: the antonym comparatives have
complementary truth conditions, so no truth-conditionally equivalent unmarked alternative
exists.
Table 3.1 #
A Table 3.1 judgment: construction, antonym polarity, and whether the sentence is evaluative. The ungrammatical negative-antonym measure phrase carries no judgment.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The Table 3.1 judgments.
Equations
- Rett2015.data = List.filterMap Rett2015.datum Rett2015.Examples.all
Instances For
The predictions match every Table 3.1 judgment.