Documentation

Linglib.Features.Attitudes

Features.Attitudes #

@cite{karttunen-1971} @cite{villalta-2008} @cite{anand-hacquard-2013} @cite{klecha-2016}

Per-verb-entry feature taxonomies for attitude verbs: veridicality (Karttunen lineage), evaluative valence (positive vs negative attitudes), preferential strategy (degree comparison vs uncertainty vs relevance), and the composed Attitude type combining doxastic and preferential dimensions.

Provenance #

Bundled together (rather than 4 separate single-enum files) per the mathlib idiom of co-locating peer concepts that share theoretical context (cf. Mathlib/Order/RelClasses.lean bundling IsRefl/IsSymm/IsTrans). Moved from Core/Lexical/VerbClass.lean in the cleanup that dissolved Core/Lexical/.

Framework commitment #

Each enum here is anchored on a specific theoretical lineage and not a pan-framework consensus:

Out of scope #

The current Attitude type covers doxastic and preferential cases. Bouletic verbs (want, wish) are typically slotted under preferential .degreeComparison .positive per the @cite{heim-1992} gradable-attitude analysis. Speech-act predicates (promise, demand, order) are not covered by this feature taxonomy and would need a parallel SpeechActPredicate type in Theories/Pragmatics/.

A doxastic predicate is veridical if believing/knowing p entails p is true.

Veridical: know, realize, discover Non-veridical: believe, think, suspect

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

      Evaluative valence of a preferential predicate.

      • Positive: Expresses desire for the proposition (hope, wish, expect)
      • Negative: Expresses aversion to the proposition (fear, worry, dread)

      This distinction is crucial for:

      1. TSP distribution (positive have TSP, negative don't)
      2. Interpretive asymmetry in "V whether" constructions
      Instances For
        @[implicit_reducible]
        Equations
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          Which Montague predicate strategy this preferential verb uses.

          Links the Fragment entry to the compositional semantics in Semantics.Attitudes.Preferential. Properties like C-distributivity are DERIVED from this tag via theorems, not stipulated.

          • degreeComparison (valence : AttitudeValence) : Preferential

            Degree comparison semantics: ⟦x V Q⟧ = ∃p ∈ Q. μ(x,p) > θ. C-distributive.

          • uncertaintyBased : Preferential

            Uncertainty-based semantics (worry): involves global uncertainty. NOT C-distributive.

          • relevanceBased (valence : AttitudeValence) : Preferential

            Relevance-based semantics (qidai, care): involves resolution. NOT C-distributive.

          Instances For
            def Features.instDecidableEqPreferential.decEq (x✝ x✝¹ : Preferential) :
            Decidable (x✝ = x✝¹)
            Equations
            Instances For
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                Unified classification for all attitude verbs, covering both doxastic (believe, know) and preferential (hope, fear) attitudes.

                This is the minimal basis from which theoretical properties are derived:

                1. Doxastic attitudes: Use accessibility relations (Hintikka semantics)
                2. Preferential attitudes: Use degree/uncertainty semantics (Villalta)

                Derived properties (in Theory layer):

                • C-distributivity: from Preferential structure
                • NVP class: from C-distributivity + valence
                • Parasitic on belief: from being preferential
                • Presupposition projection: from veridicality + attitude type
                • doxastic (veridicality : Veridicality) : Attitude

                  Doxastic attitude (believe, know, think) with accessibility semantics

                • preferential (kind : Preferential) : Attitude

                  Preferential attitude (hope, fear, worry) with degree/uncertainty semantics

                Instances For
                  @[implicit_reducible]
                  Equations
                  def Features.instReprAttitude.repr :
                  AttitudeNatStd.Format
                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For

                    Is this a doxastic attitude?

                    Equations
                    Instances For

                      Is this a preferential attitude?

                      Equations
                      Instances For

                        Get the preferential classification if this is a preferential attitude.

                        Equations
                        Instances For

                          Get valence for preferential attitudes.

                          Equations
                          Instances For

                            Can this attitude verb take a circumstantial modal base? @cite{klecha-2016}: doxastic attitudes (think, believe) take only DOX; preferential attitudes (hope, want, pray) can also take CIR, which permits future temporal orientation. This is the source of the Upper Limit Constraint: DOX-only verbs block future readings.

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