Documentation

Linglib.Studies.FuscoSgrizzi2026

Inertial modality for Italian non-finite belief/action readings #

[FS26] [Dow79] [Kra12]

[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 #

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.

structure FuscoSgrizzi2026.InertialParams (W : Type u_2) :
Type u_2

Inertial modal parameters: circumstantial base + inertial ordering.

Instances For

    Extract Kratzer parameters from inertial parameters.

    Equations
    Instances For
      def FuscoSgrizzi2026.inertialNecessity {W : Type u_1} (p : InertialParams W) (prop : WProp) (w : W) :

      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
      Instances For
        def FuscoSgrizzi2026.inertialPossibility {W : Type u_1} (p : InertialParams W) (prop : WProp) (w : W) :

        Inertial possibility: p holds in some best circumstantially accessible world.

        Equations
        Instances For
          theorem FuscoSgrizzi2026.inertial_duality {W : Type u_1} (p : InertialParams W) (prop : WProp) (w : W) :
          inertialNecessity p prop w ¬inertialPossibility p (fun (w' : W) => ¬prop w') w

          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.

          Equations
          Instances For