Documentation

Linglib.Theories.Semantics.Lexical.Verb.Habituals

Traditional HAB Operator and Threshold Semantics #

@cite{carlson-1977} @cite{krifka-etal-1995} @cite{bhatt-1999}

Traditional HAB operator and frequency-based threshold semantics for habituals. HAB quantifies over "characteristic" occasions; threshold semantics replaces this with observable frequency > θ, where θ is pragmatically inferred.

HAB is an instance of the shared covert quantifier infrastructure in CovertQuantifier.lean: traditionalHAB = covertQ with D = Occasion, restriction = characteristic, scope = activity.

A time interval or occasion for habitual quantification.

Instances For
    Equations
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        @[reducible, inline]

        An activity predicate (what John does at an occasion).

        Equations
        Instances For
          @[reducible, inline]

          A characteristicness predicate (which occasions are "typical").

          Equations
          Instances For

            Traditional HAB: ∀t. characteristic(t) → activity(t).

            This is definitionally equal to covertQ occasions characteristic activity.

            Equations
            Instances For
              theorem Semantics.Lexical.Verb.Habituals.hab_is_covertQ (occasions : List Occasion) (characteristic : Characteristic) (activity : Activity) :
              traditionalHAB occasions characteristic activity = CovertQuantifier.covertQ occasions characteristic activity

              HAB is an instance of the shared covert quantifier.

              Alternative: existential characterization of non-habitual.

              Equations
              Instances For
                theorem Semantics.Lexical.Verb.Habituals.hab_formulations_equiv (occasions : List Occasion) (characteristic : Characteristic) (activity : Activity) :
                traditionalHAB occasions characteristic activity = traditionalHAB_existential occasions characteristic activity

                The two formulations are equivalent (derived from shared De Morgan proof).

                Frequency of an activity: proportion of occasions where it occurs.

                Defined as measure with trivial restriction (all occasions count).

                Equations
                Instances For

                  Threshold-based habitual: true iff frequency exceeds threshold.

                  Equations
                  Instances For
                    theorem Semantics.Lexical.Verb.Habituals.hab_reduces_to_threshold (occasions : List Occasion) (characteristic : Characteristic) (activity : Activity) (_hNonEmpty : occasions.length > 0) :
                    ∃ (θ : ), traditionalHAB occasions characteristic activity = thresholdHabitual occasions activity θ

                    For any HAB configuration, there exists a matching threshold giving the same truth value.

                    Proof sketch: both sides are Bool, so we case-split. When HAB = true, pick θ = frequency − 1 (any value beats its predecessor); when HAB = false, pick θ = frequency (strict self-comparison is false). This is an expressiveness result: threshold semantics can simulate any HAB outcome, though not vice versa (it loses the characteristic-occasion structure).

                    Activity types with different frequency expectations.

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