Documentation

Linglib.Phenomena.Conditionals.Studies.Stalnaker1981

Stalnaker 1981 @cite{stalnaker-1981} #

A Defense of Conditional Excluded Middle. In Harper, Stalnaker & Pearce (eds.), Ifs, 87--104. Springer.

Core Contributions #

  1. CEM is valid under selection-function semantics + supervaluation
  2. Uniqueness as vagueness: ties in similarity are semantic indeterminacy, handled by supervaluation rather than by abandoning uniqueness
  3. Might counterfactuals: CEM + Lewis's definition of might as ¬(would ¬B) collapses might into would. Stalnaker treats might as genuine epistemic possibility, restoring the distinction via supervaluation over ties.
  4. Distribution principle: (A □→ (B∨C)) ⊃ ((A □→ B) ∨ (A □→ C)) holds for selection semantics with uniqueness, fails for universal

Integration #

The Bizet--Verdi Example #

The example originates with @cite{quine-1950}.

"If Bizet and Verdi had been compatriots, Bizet would have been Italian." "If Bizet and Verdi had been compatriots, Verdi would have been French."

On Lewis's analysis, both are false (each individual CF fails because not all closest worlds satisfy the consequent). On Stalnaker's, both are indeterminate — the selection function faces a genuine tie between the both-Italian and both-French worlds.

CEM still holds: for each conditional, the disjunction φ ∨ ¬φ is not false (it is gap ∨ gap under supervaluation). But under universal semantics CEM fails: both φ and ¬φ are false.

Three possible worlds for the Bizet--Verdi scenario.

Instances For
    def Stalnaker1981.instReprBVWorld.repr :
    BVWorldStd.Format
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[implicit_reducible]
      Equations
      @[implicit_reducible]
      Equations
      • One or more equations did not get rendered due to their size.

      Similarity ordering for Bizet--Verdi: actual is strictly closest to itself (centering), and bothItalian and bothFrench are equally close (mutual ≤). This models the tie that Stalnaker's supervaluation handles.

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

        The consequent: Bizet is Italian.

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

          The consequent: Verdi is French.

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

            "If B&V had been compatriots, Bizet would have been Italian" is indeterminate: some closest compatriot-worlds make it true (.bothItalian), others false (.bothFrench).

            "If B&V had been compatriots, Verdi would have been French" is also indeterminate, for the same reason.

            CEM holds for Bizet--Verdi under selectional semantics. Derived from the generic cem_selectional — concrete examples inherit from the theory rather than being independently verified.

            CEM fails under universal semantics. Lewis's theory makes both "would B" and "would ¬B" false — so their disjunction is false. This is the central empirical divergence.

            Might Counterfactuals #

            Lewis defines "if A, might B" as ¬(A □→ ¬B). Combined with CEM, this collapses might into would:

            1. CEM: (A □→ B) ∨ (A □→ ¬B)
            2. If (A □→ ¬B), then ¬(A ◇→ B) by Lewis's def, so (A ◇→ B) → (A □→ B)
            3. If (A □→ B), then (A ◇→ B) since would implies might
            4. Therefore: (A ◇→ B) ↔ (A □→ B)

            The general collapse is proved as lewis_might_eq_would_cem in Counterfactual.lean, with lewis_might_eq_would_singleton as the special case for unique closest worlds. Here we show concrete consequences:

            In the Bizet--Verdi scenario, the selectional might is true — correctly predicting that "Bizet MIGHT have been Italian" is acceptable.

            The might/would asymmetry under supervaluation: both might conditionals are true even though neither would conditional is determinate (both are gap). This is the correct pattern: "Bizet might have been Italian" is acceptable, "Bizet would have been Italian" is neither true nor false.

            Singleton collapse: with a single closest world, Lewis's might and would give identical results. This is the concrete instance of lewis_might_eq_would_singleton.

            Instances For
              def Stalnaker1981.instReprSWorld.repr :
              SWorldStd.Format
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                @[implicit_reducible]
                Equations

                Singleton similarity: actual is strictly closest to itself (centering), and closest is the unique closest non-actual world.

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

                  Distribution Principle #

                  On Lewis's account, conditionals act like necessity operators on their consequents. The distribution principle

                  (A □→ (B ∨ C)) ⊃ ((A □→ B) ∨ (A □→ C))
                  

                  holds for selection semantics with uniqueness (one world, B∨C ⊃ B or C) but fails for universal semantics (∀ distributes over ∧, not ∨).

                  Under universal semantics: compatriots □→ (Italian ∨ French) is true (every compatriot-world satisfies one or the other), but NEITHER compatriots □→ Italian NOR compatriots □→ French is true. Distribution fails.

                  Under selectional semantics with ties, the compound conditional (B∨C) is true (all closest worlds agree on B∨C), but the individual conditionals are indeterminate. The uniqueness premise of distribution_selectional is not met here (two closest worlds).

                  Conditionals and Quantifier Scope #

                  On Lewis's analysis, conditional antecedents determine a set of possible worlds, so conditionals interact with quantifiers exactly like necessity operators. The scope distinction between (A > (∃x)Fx) and (∃x)(A > Fx) is semantically significant.

                  The Supreme Court dialogue:

                  The same pattern arises in counterfactuals when there are ties: the selection function will pick a world where someone is appointed, but no particular woman is the one who would be appointed.

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

                      w1 and w2 are equally close to actual (mutual ≤): the president's choice is underdetermined.

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

                        The antecedent: a vacancy occurs.

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

                          Woman A is appointed in w1.

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

                            Woman B is appointed in w2.

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

                              Narrow scope: "he would appoint some woman" — all closest worlds have someone appointed, so this is true even under universal semantics.

                              Wide scope fails for each particular woman: "he would appoint woman A" is indeterminate (gap) under selectional semantics.

                              The scope contrast: narrow scope (someone appointed) is true, but wide scope for each individual is indeterminate. This illustrates Stalnaker's point that counterfactual antecedents purport to pick a unique world even when the choice is underdetermined — scope interacts with the selection function.