Documentation

Linglib.Phenomena.Conditionals.Studies.McKayVanInwagen1977

McKay & Van Inwagen 1977 @cite{mckay-vaninwagen-1977} #

Counterfactuals with Disjunctive Antecedents. Philosophical Studies 31: 353–356.

Core Contribution #

Defends Lewis's variably strict conditional semantics against the claim that Simplification of Disjunctive Antecedents (SDA) should be valid:

SDA: [(A ∨ B) > C] ⊃ (B > C)

Critics (Nute 1975, Fine 1975, Creary & Hill 1975) proposed SDA as a validity constraint on counterfactual logic. McKay & Van Inwagen refute this with two arguments:

  1. The bumper crop argument: The English sentence "if good weather or sun cold, bumper crop" is false, but Lewis's disjunctive-closure reading (goodWeather ∨ sunCold) > bumperCrop is true. So the English sentence is NOT equivalent to the disjunctive-closure reading. The correct regimentation is the conjunction (goodWeather > bumperCrop) ∧ (sunCold > bumperCrop), which IS false — matching the English judgment.

  2. The Spain counterexample: "If Spain had fought on the Axis side or the Allied side, Spain would have fought on the Axis side" is acceptable, but SDA gives the absurd "If Spain had fought on the Allied side, Spain would have fought on the Axis side."

Integration #

The Bumper Crop Argument #

The critics argue that Lewis's semantics is wrong using the sentence:

S: "If we were to have good weather this summer or if the sun were to grow cold, we would have a bumper crop."

They claim S is equivalent to the regimented counterfactual S* = (goodWeather ∨ sunCold) > bumperCrop. Since Lewis's semantics makes S* true (the closest (goodWeather ∨ sunCold)-world has good weather, hence bumper crop) but S is clearly false, Lewis must be wrong.

McKay & Van Inwagen's rebuttal: premise (2) is false — S is NOT equivalent to S*. The correct regimentation of S is the conjunction (goodWeather > bumperCrop) ∧ (sunCold > bumperCrop), which IS false on Lewis's semantics, matching the English judgment.

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

    Good weather is much more similar to the actual world than the sun growing cold.

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

        S* (Lewis disjunctive closure) is TRUE: the closest (goodWeather ∨ sunCold)-world is a good-weather world. This is premise (3) of the critics' argument.

        The conjunction regimentation is FALSE: "if the sun grew cold, we'd have a bumper crop" is false. This matches the English judgment that S is false.

        Lewis's disjunctive closure and the conjunction regimentation diverge. Since the English sentence S is false (matching the conjunction) while S* is true (matching Lewis), S ≠ S*: premise (2) is false.

        The Spain Example #

        "Neither. Spain did not enter the war. But if she had fought on one side or the other, it would have been the Axis."

        That is, we assert: (Axis ∨ Allies) > Axis. This is true on Lewis's semantics (Spain was ideologically closer to the Axis).

        But if SDA were valid, it would follow that: Allies > Axis — "If Spain had fought on the Allied side, Spain would have fought on the Axis side." This is absurd.

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

          Axis is closer to actual than Allies (Spain's ideological alignment).

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

              Lewis's disjunctive-closure reading is TRUE: the closest (Axis ∨ Allies)-world is the Axis-world, which satisfies C. The English sentence "if she had fought on one side or the other, it would have been the Axis" is acceptable.

              The absurd SDA simplification: "If Spain had fought on the Allied side, Spain would have fought on the Axis side" is false. This is what the SDA schema would derive from spain_lewis_true.

              theorem Phenomena.Conditionals.Studies.McKayVanInwagen1977.sda_invalid :
              ∃ (W : Type) (x : DecidableEq W) (closer : WWWBool) (domain : List W) (A : WBool) (B : WBool) (C : WBool) (w : W), Semantics.Conditionals.AlternativeSensitive.lewisDAC closer domain A B C w = true Semantics.Conditionals.AlternativeSensitive.sdaEval closer domain [B] C w = false

              SDA is not a valid schema for counterfactuals. There exist propositions A, B, C and a world w such that (A ∨ B) > C is true but B > C is false. The Spain example: (Axis ∨ Allies) > Axis is true, but Allies > Axis is false.

              Divergence of Readings #

              In both examples, Lewis's disjunctive closure (lewisDAC) returns true while the conjunction regimentation (sdaEval) returns false. But the English judgments differ:

              This shows that natural-language "or" in counterfactual antecedents does not uniformly correspond to either formal reading. The ambiguity is between conjunction/SDA (each disjunct evaluated separately) and Lewis's disjunctive closure (disjuncts combined before evaluation).