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:
- Form agreement: the Fragment's
formfield matches the Theory'sname - Force–threshold consistency: necessity-force modals have strictly higher thresholds than possibility-force modals on their epistemic reading
- 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.
Non-epistemic modals have no threshold 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:
- @cite{kratzer-1981}: force is an algebraic property of the modal operator
- @cite{ying-zhi-xuan-wong-mansinghka-tenenbaum-2025}: threshold is a fitted parameter over credence
Every necessity-force epistemic modal has a higher threshold than every possibility-force epistemic modal.
The epistemic force of must is necessity (derived from Fragment).
The epistemic force of might is possibility (derived from Fragment).
The epistemic force of should is weak necessity (derived from Fragment).
The epistemic force of may is possibility (derived from Fragment).
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.
□ > □w: must (strong necessity) > should (weak necessity).
Among possibility modals: may > might. Both are ◇ but may is stronger.
might = could in threshold (both 0.20).