Francescotti 1995 — the felicity condition of even #
[Fra95] defends the Implicature Account of even against
[Lyc91]'s quantifier approach and revises its felicity condition
(§IV, p. 162): an even-sentence is felicitous iff its even-less
core S* is more surprising than most of its true neighbors — pace
[Ben82], for whom one true neighbor suffices, and
[KP79], who require all.
EvenThreshold compares the three conditions on the paper's two
counterexamples (§I, pp. 155–156); the characters and dialectic are the
paper's, the surprise levels and extra classmates ours. The paper's
further requirement that neighbors be contextually determined, true,
and part of a more general truth with S* is held fixed as background.
The gradient discussion (pp. 163–164) contributes the margin dimension
(meanExcess) and the proportion dimension, threshold work done by the
vagueness of "most".
The three threshold conditions #
How many true neighbors S* must exceed in surprise for even to
be felicitous: at least one ([Ben82], §I), all
([KP79]), or most ([Fra95] §IV, p. 162).
- existential : EvenThreshold
S*more surprising than at least one true neighbor. - universal : EvenThreshold
S*more surprising than all true neighbors. - most : EvenThreshold
S*more surprising than most (a strict majority of the) true neighbors.
Instances For
Equations
- Francescotti1995.instDecidableEqEvenThreshold 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
Number of alternatives the prejacent exceeds in surprise.
Equations
- Francescotti1995.countExceeded prejacent alternatives moreSurprising = List.countP (fun (a : α) => decide (moreSurprising prejacent a)) alternatives
Instances For
The even felicity condition, parameterized by threshold.
Equations
- One or more equations did not get rendered due to their size.
- Francescotti1995.evenPresupWith prejacent alternatives moreSurprising Francescotti1995.EvenThreshold.existential = (0 < Francescotti1995.countExceeded prejacent alternatives moreSurprising)
Instances For
Equations
- One or more equations did not get rendered due to their size.
The existential threshold is [Ben82]'s condition (iii).
The universal threshold is [KP79]'s "least likely" condition.
The universal threshold coincides with the traditional scalar
presupposition of even (Focus.Particles.evenPresup).
The two counterexamples (§I, pp. 155–156) #
A numeric even scenario: surprise levels for S* and its true
neighbors (higher = more surprising), plus the reported felicity.
- prejacent : ℕ
Surprise level of
S*. - neighbors : List ℕ
Surprise levels of the contextually-determined true neighbors.
- felicitous : Bool
Reported felicity of the even-sentence.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
A threshold matches a scenario when its predicted felicity agrees with the reported judgment.
Equations
- Francescotti1995.Matches t s = (Francescotti1995.evenPresupWith s.prejacent s.neighbors (fun (x1 x2 : ℕ) => x1 > x2) t ↔ s.felicitous = true)
Instances For
The passing scenario ((5), p. 155): Albert, one of the best students, passes unsurprisingly (2), Marie the very best (1), and three weaker classmates pass surprisingly (5, 7, 8; the roster completion is ours). "Even Albert passed the exam" is infelicitous.
Equations
- Francescotti1995.scenario1 = { prejacent := 2, neighbors := [1, 5, 7, 8], felicitous := false }
Instances For
The failing scenario ((1), p. 156): everyone fails; Albert's failure is very surprising (8), Marie's would be more so (9), the weaker classmates' are not (3, 2, 1). "Even Albert failed the exam" is felicitous.
Equations
- Francescotti1995.scenario2 = { prejacent := 8, neighbors := [9, 3, 2, 1], felicitous := true }
Instances For
The one-neighbor condition wrongly licenses "Even Albert passed the exam", though it gets the failing scenario right.
The all-neighbors condition wrongly blocks "Even Albert failed the exam", since Marie is even less likely to fail.
The most-threshold predicts both judgments correctly.
Gradient felicity (pp. 163–164) #
Felicity varies in degree in two ways: by how much S* surpasses its
neighbors in surprise, and by how many it surpasses — the latter is
threshold work done by the vagueness of "most".
Mean surprise margin over the neighbors exceeded: the paper's first gradient dimension, rendered numerically.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Andre is by far the tallest ((21), pp. 163–164): "Even Andre cannot reach the top shelf" is very felicitous.
Equations
- Francescotti1995.scenarioAndreFar = { prejacent := 9, neighbors := [3, 4, 5, 2, 3], felicitous := true }
Instances For
Andre is tallest by only a small margin (p. 163): the sentence is still felicitous, but less so.
Equations
- Francescotti1995.scenarioAndreBarely = { prejacent := 6, neighbors := [5, 5, 4, 5, 5], felicitous := true }
Instances For
Both Andre scenarios exceed every neighbor, but the by-far scenario does so by a larger mean margin.
Andre is barely in the taller half of a half-tall, half-short reference class (p. 164): not taller than the majority, so the sentence is infelicitous.
Equations
- Francescotti1995.scenarioAndreHalf = { prejacent := 8, neighbors := [9, 9, 1, 1], felicitous := false }
Instances For
Exceeding exactly half the neighbors is not "most": the threshold correctly predicts infelicity.