Documentation

Linglib.Phenomena.Modality.Studies.Lassiter2017

@cite{lassiter-2017} (apparatus) / @cite{lassiter-2011} (want application) — Expected-value desire #

@cite{lassiter-2017} ch.7 ("Scalar goodness", not a desire chapter) develops an expected-value semantics for evaluative gradable predicates; @cite{lassiter-2011} (NYU dissertation, ch.6) applies the apparatus to want. The book extends the good analysis to want in a single sentence at §8.13 (p.249) — want is gradable like like, matter, care, need.

This study file:

The chronological-dependency rule applies: this file references @cite{phillips-brown-2025} only in docstring prose (PB is later); PhillipsBrown2025.lean already cross-references Lassiter via the BeliefBasedDesireSemantics typology design.

§1. The 4-world conflict-witness model #

Following @cite{lassiter-2017} §7.6 eq. 7.22 (apparatus) and @cite{lassiter-2011} ch.6 (want application). Uniform prior over Fin 4; value function asymmetric on {w₀, w₁} vs {w₂, w₃}.

@[reducible, inline]

Worlds.

Equations
Instances For

    Uniform prior 1/4 over the 4 worlds.

    Equations
    Instances For

      Value function: V(w₀) = 10, V(w₁) = 4, V(w₂) = 4, V(w₃) = 0.

      Equations
      Instances For

        Threshold for "significantly above neutral" — Lassiter 2017 §7.9 treats this as contextually supplied.

        Equations
        Instances For

          The agent's belief state: total uncertainty (all worlds compatible). Matches Lassiter's D = epistemically possible worlds convention (§7.6 p.187).

          Equations
          Instances For
            @[implicit_reducible]
            Equations

            The target proposition p = {w₀, w₁}.

            Equations
            Instances For
              @[implicit_reducible]
              Equations

              §2. The conflict predictions #

              E_V(p | belS) = (1/4 · 10 + 1/4 · 4) / (1/4 + 1/4) = (14/4) / (1/2) = 7 E_V(¬p | belS) = (1/4 · 4 + 1/4 · 0) / (1/4 + 1/4) = 1 / (1/2) = 2 With θ = 3/2, both are above threshold → both are wanted.

              §3. Cross-paper bridge: @cite{condoravdi-lauer-2016} #

              C&L's wantEP_jointly_belief_consistent says that for any EffectivePreferentialBackground EP and any agent a, world w, wantEP EP a φ w ∧ wantEP EP a ψ w implies (φ ∩ ψ) ∩ B(a, w) ≠ ∅. Specialized to ψ = φᶜ: the intersection is empty, so simultaneous truth is impossible.

              Lassiter's bare-threshold apparatus exhibits exactly such a configuration. The two frameworks make orthogonal predictions on the 4-world model.

              theorem Lassiter2017Desire.condoravdiLauer_blocks_lassiter_witness {Agent : Type} {B : AgentWSet W} (EP : Semantics.Attitudes.CondoravdiLauer.EffectivePreferentialBackground Agent W B) (a : Agent) (w : W) (φ : Set W) ( : Semantics.Attitudes.CondoravdiLauer.wantEP EP a φ w) (hnegφ : Semantics.Attitudes.CondoravdiLauer.wantEP EP a (fun (w : W) => ¬φ w) w) :
              False

              C&L blocks any pair wantEP φ ∧ wantEP ¬φ. Specialized form showing C&L cannot reproduce Lassiter's witness.

              §4. Cross-paper bridge: @cite{heim-1992} #

              Heim's (40) amendment + comparative-belief semantics block simultaneous wantHeim p ∧ wantHeim ¬p (substrate's wantHeim_no_simultaneous_pq_and_negpq). The 4-world conflict witness configuration is wantHeimDefined-OK on targetProp (both p-worlds and ¬p-worlds are in belTotal), so Heim's no-go applies — and Heim's prediction differs from Lassiter's.

              This is the analog: Heim's (40) plays the role for comparative-belief that Sloman plays for Lassiter — both block single-V/single-context conflict.

              theorem Lassiter2017Desire.heim_blocks_witness (params : Semantics.Attitudes.Desire.HeimDesireParams W) (w_eval : W) (hAsym : ∀ (x y : W), params.pref w_eval x yparams.pref w_eval y xx = y) :

              On the witness configuration, Heim's no-go theorem applies — for any Heim parameters with strictly asymmetric desirability, wantHeim cannot make both targetProp and its negation true. Direct application of the substrate theorem.

              §5. Sloman's Principle blocks the witness for Lassiter's full account #

              Per @cite{lassiter-2017} §8.11 (p.245): "we should not weaken the semantics to make room for the simultaneous truth of ought(φ) and ought(¬φ). Instead, we should allow that there are various, possibly conflicting sources of value..." Sloman's Principle (eq. 8.16, p.216) is the constraint that excludes single-V conflict.

              On the witness model with alts = [targetProp, ¬targetProp]:

              So wantWithSloman blocks the conflict on this configuration — matching Lassiter's actual stated position. The bare-threshold witness is exhibited by conflict_concrete only because it ignores Sloman; Lassiter himself would say this is the wrong way to formalize his account.

              def Lassiter2017Desire.witnessAlts :
              List ((q : Set W) ×' DecidablePred q)

              The two-element alternative set for the witness model.

              Equations
              Instances For

                Lassiter's full account blocks the witness via Sloman's Principle. Direct instance of the substrate theorem wantWithSloman_blocks_conflict.