Documentation

Linglib.Theories.Semantics.Conditionals.Iatridou

@cite{iatridou-2000}: The Grammatical Ingredients of Counterfactuality #

@cite{iatridou-2000} @cite{condoravdi-2002} @cite{deal-2020}Formalizes the core contribution of @cite{iatridou-2000}: the Exclusion Feature (ExclF), a single semantic predicate that unifies temporal past and counterfactual past. Past morphology signals exclusion of the topic situation's coordinate from the speaker's coordinate — on the temporal dimension for genuine past, on the modal dimension for counterfactuals.

Core Claim #

Past morphology encodes exclusion:

This maps directly onto the ContextTower's origin / innermost distinction: ExclF dim tower holds iff the relevant coordinate of tower.innermost differs from that of tower.origin.

Counterfactual Typology #

Three counterfactual types arise from the number of ExclFs and predicate type:

Tower Integration #

ExclF stress-tests the tower because:

The two dimensions along which past morphology can exclude.

Iatridou's key insight: past morphology has a single semantic contribution (exclusion) that applies to different dimensions. The temporal/modal ambiguity of "past" is not lexical ambiguity — it is the same feature targeting different coordinates.

Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      def Semantics.Conditionals.Iatridou.ExclF {W : Type u_1} {E : Type u_2} {P : Type u_3} {T : Type u_4} (dim : ExclDimension) (tower : Core.Context.ContextTower (Core.Context.KContext W E P T)) :

      The Exclusion Feature: past morphology signals that the topic coordinate differs from the speaker coordinate on the given dimension.

      This is a predicate over context towers: ExclF dim tower holds iff the relevant coordinate of the innermost context (topic) differs from the origin context (speaker).

      Equations
      Instances For

        ExclF temporal unfolds to time inequality.

        ExclF modal unfolds to world inequality.

        Map ExclDimension to Deal's PastMorphologyUse.

        This connects Iatridou's exclusion analysis to Deal's tense typology: temporal exclusion corresponds to temporal tense, modal exclusion corresponds to counterfactual tense.

        Equations
        Instances For

          subjShift changes world → produces modal ExclF.

          When a subjunctive clause introduces a new world that differs from the origin, the resulting tower has modal ExclF. This is the tower-level formalization of Iatridou's claim that counterfactual morphology signals world exclusion.

          temporalShift changes time → produces temporal ExclF.

          When an embedding shifts the evaluation time away from the speech time, the resulting tower has temporal ExclF. This is ordinary temporal past.

          theorem Semantics.Conditionals.Iatridou.two_shifts_two_exclFs {W : Type u_1} {E : Type u_2} {P : Type u_3} {T : Type u_4} (c : Core.Context.KContext W E P T) (w' : W) (t' t'' : T) (hw : w' c.world) (ht : t'' c.time) :

          Two shifts → both ExclFs.

          PastCF requires two layers of past morphology: one modal ExclF (from subjunctive/counterfactual world shift) and one temporal ExclF (from the additional past morpheme). This produces a tower of depth ≥ 2 with both ExclFs active.

          Iatridou's predicate classification for counterfactual gating.

          The distinction between FLV and PresCF (both with 1 modal ExclF) depends on the predicate type:

          • ILPs and statives yield PresCF ("If he knew French,...")
          • Telic predicates yield FLV ("If he were to leave tomorrow,...")
          Instances For
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Iatridou's three counterfactual conditional types, distinguished by the number of ExclFs and predicate type.

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

                  The number of ExclFs required for each counterfactual type.

                  FLV and PresCF require 1 ExclF (modal only); PastCF requires 2 (modal + temporal). This corresponds to the number of past morpheme layers observed cross-linguistically.

                  Equations
                  Instances For

                    No modal ExclF = not a counterfactual.

                    A root tower (no shifts) has no temporal ExclF.

                    A root tower (no shifts) has no modal ExclF.

                    Iatridou's subjunctive generalization (42): "A CF can contain a subjunctive morpheme only if that subjunctive morpheme has a past tense form".

                    Strictly, the paper states this as a one-directional conditional (requires → has). We encode the biconditional because all languages in our data satisfy both directions: English and Greek lack past subjunctive and don't require subjunctive in CFs; Italian has past subjunctive and requires it.

                    Equations
                    Instances For
                      theorem Semantics.Conditionals.Iatridou.xMarking_produces_modal_exclF {W : Type u_1} {E : Type u_2} {P : Type u_3} {T : Type u_4} (rc : Core.Context.RichContext W E P T) (pastTime : T) (cfWorld : W) (expandedDomain : Set W) (h : cfWorld rc.base.world) :
                      ((Core.Context.xMarkingShift pastTime cfWorld expandedDomain).apply rc).base.world rc.base.world

                      X-marking shift produces modal ExclF on RichContext towers.

                      The xMarkingShift (from Rich.lean) changes both world and time. When the counterfactual world differs from the origin, the resulting tower has modal ExclF.

                      theorem Semantics.Conditionals.Iatridou.pastCF_tower_depth {W : Type u_1} {E : Type u_2} {P : Type u_3} {T : Type u_4} (c : Core.Context.KContext W E P T) (w' : W) (t' t'' : T) :

                      PastCF tower has depth 2.

                      A tower built with two mood shifts (for PastCF) has depth 2, corresponding to the two past morpheme layers observed cross-linguistically.