Documentation

Linglib.Phenomena.Modality.Studies.ChungMascarenhas2024

@cite{chung-mascarenhas-2024} — Modality, expected utility, and hypothesis testing #

A single lexical entry for must, parameterized by a set R of "relevant propositions". For deontics, R = R_D (rules/ideals); E[μ_R ∣ φ] is then the expected utility of φ. For epistemics, R = R_E (relevant known facts/evidence); E[μ_R ∣ φ] is what C&M call the explanatory value of φ, equal to the sum of likelihoods Σ_i P(e_i ∣ φ) (their eq. 12, which follows by definition once μ_R = Confirmation.countMeasure R).

Headline operator (C&M (6)):

⟦must φ⟧^w = (E_w[μ_R ∣ φ] > θ) ∧ ∀ψ ∈ Alt(φ). (E_w[μ_R ∣ ψ] ≤ θ)

What this file contains #

The Linda and Lawyers files do not set up full PMFs (the joint distributions over hypothesis-and-evidence are not pinned down by C&M's text). The numerical-claim level is sufficient to document the operator's predicted direction without committing to modeling choices not in the paper.

Cross-references #

The operator #

def Phenomena.Modality.Studies.ChungMascarenhas2024.mustCM {W : Type u_1} [Fintype W] (p : PMF W) (R : Finset (Set W)) (φ : Set W) (alts : Finset (Set W)) (θ : ENNReal) :

@cite{chung-mascarenhas-2024} (6): must φ iff E_w[μ_R ∣ φ] exceeds the contextual threshold θ AND no alternative does.

Equations
Instances For
    def Phenomena.Modality.Studies.ChungMascarenhas2024.oughtCM {W : Type u_1} [Fintype W] (p : PMF W) (R : Finset (Set W)) (φ : Set W) (θ : ENNReal) :

    The @cite{sloman-1970}-flavored ought: drop the exhaustification clause. @cite{vonfintel-iatridou-2005} §6 identifies this with the weak-necessity modal across teleological and deontic flavors.

    Equations
    Instances For
      def Phenomena.Modality.Studies.ChungMascarenhas2024.mustCMWithPlausibility {W : Type u_1} [Fintype W] (p : PMF W) (R : Finset (Set W)) (φ : Set W) (alts : Finset (Set W)) (θ θplaus : ENNReal) :

      @cite{chung-mascarenhas-2024} §5: mustCM with the additional plausibility requirement P(φ) ≥ θplaus. Kept as a separate def rather than baked into mustCM, so the §5 patch (which C&M concede is not derived from the core) stays reviewable.

      Equations
      Instances For

        Miners scenario @cite{kolodny-macfarlane-2010} #

        Six worlds = (block-action) × (miners-location):

        Uniform prior over the 6 worlds — equivalent (under independence of action and location) to a uniform prior on miners-location with action a free choice. idealsRD (paper notation R_D) is {1 saved, 2 saved, ..., 10 saved}, following @cite{cariani-kaufmann-kaufmann-2013}.

        @[reducible, inline]

        World type: six (action × miners-location) combinations.

        Equations
        Instances For

          Miners saved at each world (C&M Table 1).

          Equations
          Instances For

            The relevant-ideals set, paper notation R_D: the set of worlds where at least k miners are saved, for k = 1, ..., 10. μ_R(w) = minersSaved w by construction.

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

              C&M §3.2 + (30)/(31): the salient evidence from the Linda description projects to two propositions about Linda — concern with social justice (socialJustice) and anti-nuclear-protests participation (antiNuclearProtests). Conditional probabilities given each hypothesis:

              C&M predict the modal conjunction fallacy: under any threshold θ with 0.5 < θ < 1.5, Linda must be a feminist bank teller is true while Linda must be a bank teller is false.

              We do not set up the full joint PMF over hypothesis-and-evidence (those weights are not pinned down by C&M). The numerical-claim level is sufficient to document the prediction.

              E[μ_R ∣ teller] = 0.5 per C&M (32).

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

                E[μ_R ∣ feministTeller] = 1.5 per C&M (33).

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

                  The modal conjunction fallacy as a numerical inequality: the conjunctive hypothesis has strictly higher explanatory value. Any threshold θ between the two predicts the must-conjunction true and the bare must-claim false.

                  C&M §3.3 + (37)/(38): two evidence pieces from the Jack description — absence of interest in political/social issues (notPoliticalSocial) and enjoyment of mathematical puzzles (enjoysMath).

                  C&M predict base-rate neglect at the modal level: under any threshold θ with 0.63 < θ < 1.33, Jack must be an engineer is true irrespective of the prior split between lawyers and engineers.

                  Same caveat as ModalLinda.

                  E[μ_R ∣ engineer] = 1.33 per C&M (39).

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

                    E[μ_R ∣ lawyer] = 0.63 per C&M (40).

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

                      Base-rate neglect as a numerical inequality: the engineer hypothesis has strictly higher explanatory value than the lawyer hypothesis, irrespective of prior.

                      Compositional Korean derivation (C&M §4) #

                      The Korean conditional evaluative cip-ey iss-eya toy-n-ta ('lit. only if at home, it suffices' ≈ 'must be home') is, per C&M, the transparent compositional form of English must:

                      1. the evaluative predicate toy 'EVAL' as the measure function μ_R
                      2. the conditional if φ, EVAL as E_w[μ_R ∣ φ] (their eq. 44, our Semantics.Conditionals.Probabilistic.condIf)
                      3. the exhaustifier -(e)ya 'only-if' adding the alternative negation: ∀ψ ∈ Alt(φ). E_w[μ_R ∣ ψ] ≤ θ

                      The composition (their (48)) yields mustCM exactly.

                      theorem Phenomena.Modality.Studies.ChungMascarenhas2024.ya_exhaustification_yields_mustCM {W : Type u_1} [Fintype W] (p : PMF W) (R : Finset (Set W)) (φ : Set W) (alts : Finset (Set W)) (θ : ENNReal) (hThresh : PMF.Confirmation.sumLikelihoods p R φ > θ) (hExhaust : ψalts, PMF.Confirmation.sumLikelihoods p R ψ θ) :
                      mustCM p R φ alts θ

                      @cite{chung-mascarenhas-2024} (48): adding the -(e)ya exhaustifier to Θ(⟦if φ, EVAL⟧^w) yields mustCM φ. Trivial by definition: the exhaustifier IS the second conjunct of mustCM. The named theorem documents the compositional claim for cross-references.