Klein's delineation semantics #
Degree-free gradability: a gradable adjective is a predicate whose
extension varies with a contextually supplied comparison class, and
the comparative holds when some class discriminates the two entities
([Kle80], formalizing [Kam75]'s definition (12)). The rival
threshold analysis is Degree/Basic.lean; the representation maps
between them and the strict-separation theorem are in Degree/Hom.lean.
Main definitions #
comparativeSem— Klein's comparative:∃ C, tall(a, C) ∧ ¬tall(b, C).IsMonotoneDelineation— [Boc15a]'s Consistency Constraint a.PartialDelineation— extension gaps (Klein §2.3, eqs 12–13).ordering,nondistinct— the context-relative comparison and indistinguishability relations (§3.3, eqs 29–30).IsLinearDelineation,IsNonlinearDelineation— single- vs multi-criteria adjectives (§2.2 eq 9; tall vs clever).measureDelineation— the delineation a measure function induces.veryDelineation,fairlyDelineation— degree modifiers as comparison-class narrowers (§4.1, eqs 42–43).kleinPreorder— as A as (§5.3, eq 89b; Kamp's definition 12).IsSoundDelineation,IsCompleteDelineation— faithfulness to an abstract scalar relation ([Boc15a] eq (28b) and its converse).
Main results #
ordering_asymm,ordering_trans,ordering_neg_trans— under monotonicity the ordering is a strict weak order (§3.3, p. 23).ordering_iff_degree— measure-induced delineations are faithful: Klein's ordering is exactly degree comparison (§4.2).comparativeSem_iff_of_sound_and_complete— the comparative coincides with any scalar relation the delineation is sound and complete for.monotone_comparative_superTrue,comparative_prevents_superTrue— the [Fin75] duality: comparison classes are specification points.
A comparison class: the set of entities a gradable predicate is evaluated against — Klein's only contextual parameter.
Equations
- Degree.Delineation.ComparisonClass Entity = Set Entity
Instances For
The comparative #
Klein's comparative: some comparison class discriminates a from b.
Equations
- Degree.Delineation.comparativeSem delineation a b = ∃ (C : Degree.Delineation.ComparisonClass Entity), delineation C a ∧ ¬delineation C b
Instances For
Monotone delineation ([Boc15a] eq (28a), Consistency
Constraint a): a class that ranks a above b is never
contradicted by another class. Forces asymmetry of the comparative.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The Fine duality #
Comparison classes are specification points: Klein's comparative is the existential dual of [Fin75]'s supervaluation.
Under monotone delineation, a discriminating class carries
super-truth upward: if b is tall in every admissible class, so is
the a that outranks it.
A discriminating class in the space falsifies b's super-truth.
Partial extensions (Klein §2.3, eqs 12–13) #
Klein's partial extension function: each entity lands in the
positive extension (some true), negative extension (some false),
or the gap (none). The total delineation elsewhere in this file
is the gap-free special case.
Equations
- Degree.Delineation.PartialDelineation Entity = (Degree.Delineation.ComparisonClass Entity → Entity → Option Bool)
Instances For
Positive extension (eq 13i).
Equations
- d.posExt C = {x : Entity | d C x = some true}
Instances For
Negative extension (eq 13ii).
Equations
- d.negExt C = {x : Entity | d C x = some false}
Instances For
The extension gap: borderline cases.
Equations
- d.extGap C = {x : Entity | x ∈ C ∧ d C x = none}
Instances For
Gap-free members fall in the positive or negative extension.
The context-relative ordering (Klein §3.3, eqs 29–30) #
Klein's ordering at a context (eq 29): some subclass of cc puts
u in the positive and u' in the negative extension.
Equations
- Degree.Delineation.ordering delineation cc u u' = ∃ X ⊆ cc, delineation X u ∧ ¬delineation X u'
Instances For
comparativeSem is the ordering over the universal class.
Under monotonicity the ordering is asymmetric (§3.3, p. 23).
Under monotonicity the ordering is transitive (§3.3, p. 23).
Negative transitivity, with no side conditions: together with asymmetry this makes the ordering a strict weak order.
Nondistinctness (eq 30): no subclass containing both can distinguish them. Reflexive and symmetric; transitive only for linear adjectives (eq 40).
Equations
- Degree.Delineation.nondistinct delineation cc u u' = ∀ X ⊆ cc, u ∈ X → u' ∈ X → (delineation X u ↔ delineation X u')
Instances For
Incomparable entities are nondistinct. The converse holds under Klein's domain restriction (witness classes contain both entities).
Linear and nonlinear adjectives (Klein §2.2 eq 9, §3.3) #
Linear (eq 9): any two class-mates are ordered or nondistinct — single-criterion adjectives (tall, heavy). Orthogonal to Kennedy's relative/absolute axis.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Nonlinear: the ordering cycles — different subclasses apply
different criteria (clever, nice). No measure function induces
such a delineation (Degree/Hom.lean, delineation_strictly_more_general).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Morphisms #
measureDelineation maps threshold-degree semantics into delineation
semantics; ordering_iff_degree is its faithfulness. Strictness — some
delineations come from no measure — and the composite from typed
measurement live in Degree/Hom.lean.
The delineation a measure induces: x qualifies in C iff it
strictly exceeds some member of C.
Equations
- Degree.Delineation.measureDelineation μ C x = ∃ y ∈ C, μ y < μ x
Instances For
Measure-induced delineations are monotone.
For fixed x, membership is Monotone in the class: larger
classes only add witnesses. General delineations are not — that is
the point of nonlinear adjectives.
Klein's ordering entails degree comparison.
Degree comparison entails Klein's ordering for class-mates, with
the two-element class {a, b} as witness.
Faithfulness: Klein's ordering under the induced delineation is exactly degree comparison — degrees are dispensable (§4.2).
Measure-induced delineations are linear.
Degree modifiers as class narrowers (Klein §4.1, eqs 42–43) #
Klein's very (eq 42): tall relative to the tall people — the class narrows to the positive extension.
Equations
- Degree.Delineation.veryDelineation delineation C x = delineation {u : Entity | delineation C u} x
Instances For
Klein's fairly (eq 43): tall among those not very tall.
Equations
- Degree.Delineation.fairlyDelineation delineation C x = delineation {u : Entity | u ∈ C ∧ u ∉ {u : Entity | delineation {v : Entity | delineation C v} u}} x
Instances For
very A entails A, given Klein's domain restriction (eq 12:
only class members are classified). For measure-induced
delineations see Klein1980.measureDelineation_very_entails_base.
fairly A excludes very A.
The Kamp preorder (Klein §5.3, eq 89b) #
as A as : u ≤ v iff every class where v qualifies also
qualifies u ([Kam75] definition 12). Under monotone
delineation its strict part is comparativeSem.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Faithfulness to a scalar relation #
Soundness is [Boc15a] eq (28b) (Consistency Constraint b, cf. [Kle80] [Ken11] [vR11]); completeness is its converse (closer to [Bur17]'s Plenitude/Granularity axioms — [Boc15a]'s footnote 11 notes the one-directional character). CC-b is strict-classical: under [CERvR12]'s tolerant semantics, similar pairs would defeat strict separation.
Sound w.r.t. a scalar relation R: per-class separation entails R.
Per-context separation implies the scalar relation.
Instances
Complete w.r.t. R: every R-distinguished pair admits a
discriminating class.
- complete (x y : Entity) : R x y → ∃ (C : ComparisonClass Entity), del C x ∧ ¬del C y
R-distinguished pairs admit a discriminating context.
Instances
comparativeSem coincides with any scalar relation the delineation
is sound and complete for — the comparison entailment without a
measure function in the lexical entry.