Documentation

Linglib.Studies.KennedyLevin2008

Degree achievements: the adjectival core of telicity #

Formalisation of [KL08], which derives the telicity of degree achievement verbs (widen, cool, straighten, ...) from the boundedness of the scale lexicalised by their adjectival base: a closed-scale base yields a telic (accomplishment) verb, an open-scale base an atelic (activity) verb.

Main results #

Implementation notes #

The scale annotations and Vendler classes consumed here live on the English verbal/adjectival fragment entries; the derivations they are checked against live in Semantics/Aspect/DegreeAchievement.lean, and the affectedness typeclass chain in Semantics/ArgumentStructure/Affectedness.lean.

Per-verb derived Vendler class #

For each degree achievement verb, the Vendler class stipulated in the fragment matches the class DegreeAchievementScale.defaultVendlerClass derives from the verb's scale boundedness.

The degree-achievement verbs whose telicity this file derives from scale boundedness.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    The invariant the per-verb *_derived_vendler lemmas witness, stated once: every degree-achievement verb's stipulated Vendler class equals the class derived from its scale boundedness. A drift sentry — adding a verb whose annotations disagree breaks this.

    Adjective–verb scale agreement #

    For each adjective–verb pair, the verb's degreeAchievementScale.scaleBoundedness matches the adjective's scaleType: the verb inherits the scale classification of its adjectival base.

    hot (adj, open) vs boil (verb, closed at the boiling point). boil selects a conventionalised endpoint (the boiling point) despite the open scale of its base adjective hot. This fragment annotation extends [KL08]'s treatment of cool, whose conventionalised 'room-temperature' standard licenses a telic reading from an open-scale base (§3.3); [KL08] do not themselves discuss boil.

    Telicity-diagnostic predictions #

    Closed-scale degree achievements accept in X (telic); open-scale ones accept for X (atelic).

    Closed-scale verbs accept in X #

    "boiled the water in 3 minutes" — closed-scale DA accepts "in X".

    "cleaned the table in 5 minutes" — closed-scale DA accepts "in X".

    "straightened the wire in 10 seconds" — closed-scale DA accepts "in X".

    "flattened the dough in 2 minutes" — closed-scale DA accepts "in X".

    "opened the door in 3 seconds" — closed-scale DA accepts "in X".

    Open-scale verbs accept for X #

    Pipeline convergence #

    LicensingPipeline.toBoundedness agrees whether applied to the verb's degreeAchievementScale or to its vendlerClass — the scale-based and Vendler-based routes to boundedness converge.

    Substrate demonstration: telicity from scale order #

    The order-theoretic account of [KL08]'s thesis (formalized below): a degree achievement is telic iff its scale has a greatest degree (OrderTop), with the Quantized witness g_φ = ⊤, feeding [Bea11]'s affectedness hierarchy. Here it is instantiated at the dimensions the K&L verbs measure.

    Telicity from the scale's order structure (order-theoretic K&L thesis) #

    The telic reading is "the patient reaches the maximal degree ", available only on a scale with a greatest element (OrderTop); the atelic reading is "reaches some degree", always satisfiable. So telicity is a Quantized-witness existence fact over the dimension's degree fiber, derived from the order mixin — not a stored flag. The Dimension carrier lives in Semantics/Gradability/Dimension.lean; the event machinery below is specific to this paper's degree-achievement analysis.

    Trivial patient: the measure of change ignores the patient's identity, so a single one-constructor type serves for every degree type δ.

    Instances For
      @[implicit_reducible]

      The patient's degree at a time is that time — the temporal trace — so the final degree of an event is its end-time.

      Equations

      The forgetful link holds in this model: latentScale is True.

      def KennedyLevin2008.reachesTop {δ : Type u_1} [LinearOrder δ] [OrderTop δ] :
      PatientEvent δProp

      Telic reading: the patient reaches the maximal degree by the event's end.

      Equations
      Instances For
        def KennedyLevin2008.reachesSome {δ : Type u_1} [LinearOrder δ] :
        PatientEvent δProp

        Atelic ('comparative') reading: the patient reaches some degree by the end.

        Equations
        Instances For
          theorem KennedyLevin2008.telic_of_orderTop {δ : Type u_1} [LinearOrder δ] [OrderTop δ] :

          Telic ⇐ a greatest degree. OrderTop supplies the Quantized witness g_φ = ⊤ — the order-theoretic content of [KL08]'s closed-scale telicity.

          theorem KennedyLevin2008.atelic_of_noMaxOrder {δ : Type u_1} [LinearOrder δ] [NoMaxOrder δ] :

          Telic ⇒ a greatest degree (contrapositive). With no greatest degree (NoMaxOrder), no final degree is entailed — [KL08]'s open-scale obligatory atelicity, derived from the order structure.

          @[implicit_reducible]

          Synthesis: with a greatest degree, the telic reading builds the Beavers IsQuantizedAffected instance ([Bea11] eq. (62)); the weaker mixins follow by derivation.

          Equations

          straighten measures straightness — a closed scale — so a telic reading is available, derived from the dimension's OrderTop (not a stored HasMax).

          widen measures width — unbounded above — so no telic reading exists.

          The fragment stores each verb's dimension directly (boundedness is derived): straighten measures straightness, widen width — so straighten_telic / widen_atelic above apply to the actual lexical entries.

          Telicity at the AffectednessDegree level #

          The [KL08] to [Bea11] telicity correspondence at the AffectednessDegree level: a closed-scale base (straighten) projects to .quantized (telic), an open-scale base (widen) to .nonquantized (atelic). The strict ordering encodes the variable-telicity contrast.