Documentation

Linglib.Phenomena.Modality.Studies.Kratzer1981

Epistemic Threshold Bridge #

Connects the English modal fragment (Fragments.English.FunctionWords) to Ying et al.'s (2025) epistemic threshold semantics (Theories.Semantics.Attitudes.EpistemicThreshold).

The Bridge #

Each English epistemic modal auxiliary maps to an EpistemicEntry with a fitted threshold from Table 1(b). The bridge proves:

  1. Form agreement: the Fragment's form field matches the Theory's name
  2. Force–threshold consistency: necessity-force modals have strictly higher thresholds than possibility-force modals on their epistemic reading
  3. Within-force scalar ordering: threshold ordering captures scalar differences (must > should, may > might) that binary force cannot express

Dependency Direction #

Fragments/English/FunctionWords.lean (AuxEntry, modalMeaning)
                ↓
Theories/Semantics/Attitudes/EpistemicThreshold.lean (EpistemicEntry, θ)
                ↓
Phenomena/Modality/EpistemicThresholdBridge.lean (this file)

Map an English modal auxiliary to its epistemic threshold entry. Only epistemic modals have a threshold; non-epistemic uses (deontic, circumstantial) are none.

The mapping derives from the Fragment's form field — no duplication of lexical data.

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

    Extract the epistemic force of a modal auxiliary, if it has an epistemic reading. Returns none for purely deontic/circumstantial modals (e.g., shall).

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

      Per-entry verification: the Fragment's form matches the Theory's name. These are true by construction since toEpistemicEntry pattern-matches on the Fragment's form and returns the corresponding Theory entry.

      The key empirical prediction: necessity-force epistemic modals have strictly higher thresholds than possibility-force epistemic modals.

      □ modals: must (0.95) > should (0.80)
      ◇ modals: may (0.30) > might/could (0.20)
      □ > ◇: should (0.80) > may (0.30)
      

      This connects two independent characterizations of the same items:

      Thresholds decrease monotonically with force: must (□) > should (□w) > may (◇) > might = could (◇). The □ > □w gap is captured by the 3-way ModalForce distinction; the within-◇ gap remains a scalar difference.