Documentation

Linglib.Theories.Semantics.Attitudes.CondoravdiLauer

Condoravdi & Lauer: The Effective Preference Theory of want #

@cite{condoravdi-lauer-2012} @cite{lauer-2013} @cite{condoravdi-lauer-2016} @cite{condoravdi-lauer-2011} @cite{lauer-condoravdi-2014}

The C&L analysis treats want as parameterized by a preferential background — analogous to Kratzer's modal base/ordering source. The distinguished background is the agent's effective preference function EP (Core.Order.EffectivePreference).

Layout #

Anankastic-conditional analyses live in Phenomena/Conditionals/Studies/; imperative analyses (C&L 2012, contra @cite{roberts-2023}'s modal-in-LF account) in Phenomena/Directives/Studies/; discourse-particle uses (@cite{deo-2025-bara}) in Phenomena/SentenceMood/Studies/.

@[reducible, inline]

A preferential background: a function from agents and worlds to preference structures. The C&L analog of Kratzer's ConvBackground.

Equations
Instances For
    @[reducible, inline]
    abbrev Semantics.Attitudes.CondoravdiLauer.EffectivePreferentialBackground (Agent W : Type u) (B : AgentWSet W) :

    An effective preferential background returns, at each world, the agent's effective preference structure (consistent + realistic). @cite{condoravdi-lauer-2016} (68): EP(a, w).

    Equations
    Instances For

      The semantics of want — three readings (@cite{condoravdi-lauer-2016} (71)) #

      def Semantics.Attitudes.CondoravdiLauer.wantPExact {Agent W : Type u} (P : PreferentialBackground Agent W) (a : Agent) (φ : Set W) (w : W) :

      Exact-match (eq. 71c, the canonical reading; eq. 69): wantP(a, φ) iff φ ∈ max[P(a, w)].

      Equations
      Instances For
        def Semantics.Attitudes.CondoravdiLauer.wantPSuccess {Agent W : Type u} (P : PreferentialBackground Agent W) (a : Agent) (φ : Set W) (w : W) :

        Success-oriented (eq. 71a): "satisfied if φ is true." Some maximal preference is entailed by φ.

        Equations
        Instances For
          def Semantics.Attitudes.CondoravdiLauer.wantPQH {Agent W : Type u} (P : PreferentialBackground Agent W) (a : Agent) (φ : Set W) (w : W) :

          Quine-Hintikka (eq. 71b): "satisfied only if φ is true." Some maximal preference entails φ.

          Equations
          Instances For
            theorem Semantics.Attitudes.CondoravdiLauer.wantPExact_implies_success {Agent W : Type u} {P : PreferentialBackground Agent W} {a : Agent} {φ : Set W} {w : W} (h : wantPExact P a φ w) :
            wantPSuccess P a φ w
            theorem Semantics.Attitudes.CondoravdiLauer.wantPExact_implies_QH {Agent W : Type u} {P : PreferentialBackground Agent W} {a : Agent} {φ : Set W} {w : W} (h : wantPExact P a φ w) :
            wantPQH P a φ w

            Monotonicity in φ (@cite{condoravdi-lauer-2016} p. 31) #

            The three readings differ in their entailment direction in the propositional argument:

            theorem Semantics.Attitudes.CondoravdiLauer.wantPSuccess_downward_entailing {Agent W : Type u} {P : PreferentialBackground Agent W} {a : Agent} {φ ψ : Set W} {w : W} (hφψ : φ ψ) (h : wantPSuccess P a ψ w) :
            wantPSuccess P a φ w
            theorem Semantics.Attitudes.CondoravdiLauer.wantPQH_upward_entailing {Agent W : Type u} {P : PreferentialBackground Agent W} {a : Agent} {φ ψ : Set W} {w : W} (hφψ : φ ψ) (h : wantPQH P a φ w) :
            wantPQH P a ψ w
            def Semantics.Attitudes.CondoravdiLauer.wantEP {Agent W : Type u} {B : AgentWSet W} (EP : EffectivePreferentialBackground Agent W B) (a : Agent) (φ : Set W) (w : W) :

            Exact-match want against the effective preferential background.

            Equations
            Instances For
              theorem Semantics.Attitudes.CondoravdiLauer.wantEP_jointly_belief_consistent {Agent W : Type u} {B : AgentWSet W} (EP : EffectivePreferentialBackground Agent W B) {a : Agent} {φ ψ : Set W} {w : W} ( : wantEP EP a φ w) ( : wantEP EP a ψ w) :
              φ ψ B a w

              Joint belief-consistency of EP-want (@cite{condoravdi-lauer-2016} p. 30, end of § 5.4): "when want targets a preference structure P(a,w) that must be consistent — in particular, when it targets effective preferences — then wantP(a, φ) and wantP(a, ψ) are incompatible if φ and ψ are believed to be incompatible by agent a at w."

              Stated contrapositively: if both wantEP EP a φ w and wantEP EP a ψ w hold, then φ ∩ ψ is not belief-empty — the agent does not believe that φ and ψ cannot jointly hold.

              Proof: delegates to the abstract PreferenceStructure.maxElts_pair_belief_compatible lemma. The abstract version captures the same content at the order-theoretic level: any two maximal elements of a consistent preference structure are jointly belief-compatible.

              def Semantics.Attitudes.CondoravdiLauer.maxOrderingSource {Agent W : Type u} {B : AgentWSet W} (EP : EffectivePreferentialBackground Agent W B) (Ad : Agent) :
              WSet (Set W)

              The set-valued ordering source at addressee Ad derived from an effective preferential background: at each world, the maximal preferences in EP(Ad, w). @cite{condoravdi-lauer-2016} (88): g_epA(w) = max[EP(Ad, w)].

              Equations
              Instances For