Inertial modality for Italian non-finite belief/action readings #
[FS26] analyse the belief/action ambiguity of Italian non-finite complements (convincere a + INF, promettere di + INF) via inertial modality in the [Dow79] sense, recast as a Kratzer circumstantial-base + inertial-ordering pair.
Main declarations #
InertialParams: bundles a circumstantial modal base with an inertial ordering source.inertialNecessity,inertialPossibility:□/◇over the best-inertial-continuation worlds.inertial_duality: modal duality, delegated toKratzer.duality.empty_inertia_is_simple: with an empty ordering source, inertial necessity collapses to circumstantialsimpleNecessity.
Implementation notes #
[Dow79]: w' is an inertia world of w iff w' matches w up to the reference time and the course of events in w continues without interruption. In Kratzer's framework this is a circumstantial modal base paired with an ordering source whose propositions describe normal continuation.
Inertial modal parameters: circumstantial base + inertial ordering.
- circumstances : Semantics.Modality.Kratzer.ModalBase W
Circumstantial modal base: facts holding at the evaluation world.
- inertia : Semantics.Modality.Kratzer.OrderingSource W
Inertial ordering: propositions describing normal continuation.
Instances For
Extract Kratzer parameters from inertial parameters.
Equations
- p.toKratzer = { base := p.circumstances, ordering := p.inertia }
Instances For
Inertial necessity: p holds in all best (most inertial) circumstantially
accessible worlds. For intention readings: in all worlds where the
experiencer's current course of action continues uninterrupted, the
intended event obtains.
Equations
- FuscoSgrizzi2026.inertialNecessity p prop w = Semantics.Modality.Kratzer.necessity p.circumstances p.inertia prop w
Instances For
Inertial possibility: p holds in some best circumstantially accessible
world.
Equations
- FuscoSgrizzi2026.inertialPossibility p prop w = Semantics.Modality.Kratzer.possibility p.circumstances p.inertia prop w
Instances For
Inertial modality satisfies modal duality: □p ↔ ¬◇¬p.
With empty inertial ordering, inertial modality reduces to simple circumstantial necessity (no preference among accessible worlds).
Inertial modality maps to the circumstantial flavor tag. Both inertial and teleological modality concern what happens given the facts — they differ only in ordering source, not modal base.