The semantics of degree #
Cresswell's degree of comparison is a point paired with the ordering of its scale, and er than holds of two degree properties when both are instantiated and every degree of the first exceeds every degree of the second on their common scale, so a comparative across scales is anomalous and a disjoined standard is compared universally. Mass nouns and plurals carry degrees of volume and of number through the totality operator, degrees need no units since any comparison relation yields a scale by quotienting, and the counterfactual shorter than he is compares heights across worlds.
We take degrees on a family of scales to be mathlib's disjoint sum of the scales' orders and prove the same-scale restriction, the universal reading of disjoined standards, the reduction of the totality comparatives to volumes and cardinalities, the synonymy of all and every given that there are men, the comparative on constructed degrees, and the counterfactual through a Stalnaker selection function.
Implementation notes #
- The plural is read as in (49), a nonempty set of things satisfying the noun with its cardinality; as printed, (3.6) fixes the set to all of them, on which (54) would require the set of all men to walk.
References #
- M. J. Cresswell, The semantics of degree (1976)
- [R. C. Stalnaker, A theory of conditionals (1968)][stalnaker-1968]
Comparison of degree properties (2.3), (2.7) #
er than on two properties of degrees: both are instantiated and every degree of the first exceeds every degree of the second (2.3).
Equations
- Cresswell1976.ErThan ω ω' = (ω.Nonempty ∧ ω'.Nonempty ∧ ∀ a ∈ ω, ∀ b ∈ ω', b < a)
Instances For
as as: every degree of the first exceeds or equals every degree of the second (2.7).
Equations
- Cresswell1976.AsAs ω ω' = (ω.Nonempty ∧ ω'.Nonempty ∧ ∀ a ∈ ω, ∀ b ∈ ω', b < a ∨ b = a)
Instances For
exactly as as: the degrees coincide (2.7).
Equations
- Cresswell1976.Exactly ω ω' = (ω.Nonempty ∧ ω'.Nonempty ∧ ∀ a ∈ ω, ∀ b ∈ ω', a = b)
Instances For
A phrasal comparative compares its two degrees ((13), (18)).
Reading a scale downward reverses the comparison: shorter than is taller than with the terms exchanged ((39), (72)).
On one scale the phrasal comparative is the substrate's comparative.
On a scale read downward it is the substrate's negative-polarity comparative.
The equative is the substrate's weak equative (2.7).
Exactly is the substrate's strengthened equative (2.7).
Degrees on a family of scales (2.1) #
Compared degrees lie on one scale (2.3).
Degree properties on distinct scales are never compared: the anomaly of (23), (65) and (69).
The scales of the paper's comparatives #
Equations
- Cresswell1976.instDecidableEqScale x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
A scale read upward or, for short, downward: the relation of a degree (2.1).
Equations
Instances For
The scale a paperFeatures label names.
Equations
- Cresswell1976.DirectedScale.ofLabel "distance" = some (Cresswell1976.Scale.distance, Degree.ScalePolarity.positive)
- Cresswell1976.DirectedScale.ofLabel "distanceDownward" = some (Cresswell1976.Scale.distance, Degree.ScalePolarity.negative)
- Cresswell1976.DirectedScale.ofLabel "time" = some (Cresswell1976.Scale.time, Degree.ScalePolarity.positive)
- Cresswell1976.DirectedScale.ofLabel "volume" = some (Cresswell1976.Scale.volume, Degree.ScalePolarity.positive)
- Cresswell1976.DirectedScale.ofLabel "number" = some (Cresswell1976.Scale.number, Degree.ScalePolarity.positive)
- Cresswell1976.DirectedScale.ofLabel "cleverness" = some (Cresswell1976.Scale.cleverness, Degree.ScalePolarity.positive)
- Cresswell1976.DirectedScale.ofLabel "beauty" = some (Cresswell1976.Scale.beauty, Degree.ScalePolarity.positive)
- Cresswell1976.DirectedScale.ofLabel x✝ = none
Instances For
The scales of an example's two terms and its judgment.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The comparatives whose scales the paper records.
Equations
- Cresswell1976.data = List.filterMap Cresswell1976.datum Cresswell1976.Examples.all
Instances For
The starred comparatives compare distinct scales.
Every starred comparative is unsatisfiable, whatever the points of its scales.
Superlatives, mass nouns and plurals ((2.6), §3) #
tot: the degree of the greatest part of whatever satisfies both predicates (3.2).
Equations
- Cresswell1976.tot ω ω' = {u : D | IsGreatest {d : D | ∃ (c : E), ω' c ∧ ω c d} u}
Instances For
est: a bears a unique degree at or above every degree of anything (2.6).
Equations
- Cresswell1976.Est ω a = ∃! b : D, ω a b ∧ b ∈ upperBounds {d : D | ∃ (c : E), ω c d}
Instances For
The comparative of two totalities compares their greatest degrees: more water ebbs than mud flows compares two volumes ((42), (44)).
pl: a nonempty set of things satisfying the noun, with its cardinality, a positive integer, as degree ((3.6), (49)).
Equations
- Cresswell1976.Pl noun a n = (a ⊆ noun ∧ a.Nonempty ∧ a.card = n)
Instances For
all: something satisfies the plural, and everything that does satisfies the predicate (3.7).
Equations
- Cresswell1976.All ω ω' = ((∃ (a : A) (b : B), ω a b) ∧ ∀ (a : A), (∃ (b : B), ω a b) → ω' a)
Instances For
The totality of the sets satisfying a distributive predicate is the number of things satisfying it: more men walk counts the walking men ((54), (55)).
More men walk than birds fly: the walking men outnumber the flying birds ((52), (55)).
All men walk and every man walks are synonymous given that there are men, although all takes the plural and every (3.8) the count noun ((56), (57)).
Degrees from comparisons (§4) #
On the degrees a comparison relation constructs, the comparative is the relation itself: Arabella is more beautiful than Clarissa ((62), (4.2)).
Comparison across worlds ((70)–(73)) #
If Bill had been a smoker he would be shorter than he is: his height at the nearest world where he smokes is below his actual height ((71)).
A smoker would not be shorter than he is: the nearest world where he smokes is the actual one.