Counterfactuals

Minimal Change Semantics

content/counterfactuals/minimal-change-semantics/minimal-change-semantics.tex

% Part: counterfactuals% Chapter: minimal-change-semantics\documentclass[../../../include/open-logic-chapter]{subfiles}\begin{document}\olchapter{cnt}{min}{Minimal Change Semantics}\olimport{introduction}\olimport{sphere-models}\olimport{true-false}\olimport{antecedent-strengthening}\olimport{transitivity}\olimport{contraposition}\OLEndChapterHook\end{document}

content/counterfactuals/minimal-change-semantics/introduction.tex

% Part: counterfactuals% Chapter: minimal-change-semantics% Section: introduction\documentclass[../../../include/open-logic-section]{subfiles}\begin{document}\olfileid{cnt}{min}{int}\olsection{Introduction}Stalnaker and Lewis proposed accounts of counterfactual conditionalssuch as ``If the match were struck, it would light.''  Their accountswere proposals for how to properly understand the truth conditions forsuch sentences. The idea behind both proposals is this: to evaluatewhether a counterfactual conditional is true, we have to considerthose possible worlds which are minimally different from the way theworld actually is to make the antecedent true. If the consequent istrue in these possible worlds, then the counterfactual is true. Forinstance, suppose I hold a match and a matchbook in my hand. In theactual world I only look at them and ponder what would happen if Iwere to strike the match. The minimal change from the actual worldwhere I strike the match is that where I decide to act and strike thematch. It is minimal in that nothing else changes: I don't also jumpin the air, striking the match doesn't also light my hair on fire, Idon't suddenly lose all strength in my fingers, I am not simultaneouslydoused with water in a SuperSoaker ambush, etc. In that alternativepossibility, the match lights. Hence, it's true that if I were tostrike the match, it would light.This intuitive account can be paired with formal semantics for logicsof counterfactuals.  Lewis introduced the symbol ``$\boxright$'' forthe counterfactual while Stalnaker used the symbol~``$>$''. We'lluse~$\cif$, and add it as a binary connective to propositionallogic. So, we have, in addition to !!{formula}s of the form $!A \lif!B$ also !!{formula}s of the form~$!A \cif !B$. The formal semantics,like the relational semantics for modal logic, is based on models inwhich !!{formula}s are evaluated at worlds, and the satisfactioncondition defining $\mSat{M}{!A \cif !B}[w]$ is given in terms of$\mSat{M}{!A}[w']$ and $\mSat{M}{!B}[w']$ for some (other)worlds~$w'$. Which $w'$?  Intuitively, the one(s) closest to~$w$ forwhich it holds that~$\mSat{M}{!A}[w']$. This requires that a relationof ``closeness'' has to be included in the model as well.Lewis introduced an instructive way of representing counterfactualsituations graphically. Each possible world is at the center of a setof nested spheres containing other worlds---we draw these spheres asconcentric circles. The worlds between two spheres are equally closeto the world at the center as each other, those contained in a nestedsphere are closer, and those in a surrounding sphere further away.\begin{center}\begin{tikzpicture}[scale=.7]\small  \spheresystem{5}  \draw (0,0) node {$w$};  \propositionintersect{0}{4}{40}{3.5}  {\tikzset{proposition/.append={smooth,tension=1.4}}  \proposition[shift={(1.6,-1)}]{90}{1}{30}{4}}  \path (1.5,3) node[below] {$\formula{B}$};  \path (3,0) node {$\formula{A}$};\end{tikzpicture}\end{center}The closest $!A$-worlds are those worlds $w'$ where~$!A$ is satisfiedwhich lie in the smallest sphere around the center world~$w$ (the grayarea). Intuitively, $!A \cif !B$ is satisfied at~$w$ if $!B$ is trueat all closest $!A$-worlds.\end{document}

content/counterfactuals/minimal-change-semantics/sphere-models.tex

% Part: conditional-logics% Chapter: minimal-change-semantics% Section: sphere-models\documentclass[../../../include/open-logic-section]{subfiles}\begin{document}\olfileid{con}{min}{sph}\olsection{Sphere Models}One way of providing a formal semantics for counterfactuals is to turnLewis's informal account into a mathematical structure. The spheresaround a world~$w$ then are sets of worlds. Since the spheres arenested, the sets of worlds around~$w$ have to be linearly ordered bythe subset relation.\begin{defn}  A \emph{sphere model} is a triple~$\mModel{M} = \tuple{W, O, V}$  where $W$ is a non-empty set of worlds, $V\colon \PVar \to \Pow{W}$  is a valuation, and $O\colon W \to \Pow{\Pow{W}}$ assigns to each  world~$w$ a \emph{system of spheres}~$O_w$. For each $w$, $O_w$ is a  set of sets of worlds, and must satisfy:  \begin{enumerate}  \item $O_w$ is \emph{centered} on~$w$: $\{w\} \in O_w$.  \item $O_w$ is \emph{nested}: whenever $S_1$, $S_2 \in O_w$, $S_1    \subseteq S_2$ or $S_2 \subseteq S_1$, i.e., $O_w$ is linearly    ordered by~$\subseteq$.  \item $O_w$ is closed under non-empty unions.  \item $O_w$ is closed under non-empty intersections.  \end{enumerate}\end{defn}The intuition behind $O_w$ is that the worlds ``around'' $w$ arestratified according to how far away they are from~$w$. The innermostsphere is just $w$ by itself, i.e., the set~$\{w\}$: $w$ is closerto~$w$ than the worlds in any other sphere. If $S \subsetneq S'$, thenthe worlds in $S' \setminus S$ are further way from $w$ than theworlds in~$S$: $S' \setminus S$ is the ``layer'' between the $S$ andthe worlds outside of~$S'$. In particular, we have to think of thespheres as containing all the worlds within their outer surface; theyare not just the individual layers.\begin{figure}\begin{center}\begin{tikzpicture}[layerwidth=1.5,scale=.6]\tiny  \spheresystem{3}  \propositionintersect{0}{3}{60}{6}  \path (0,0) node[world] {$w$};  \spherepos{-30}{2}{node[world] {$w_2$}}  \spherepos{220}{2}{node[world] {$w_3$}}  \spherepos{90}{2}{node[world] {$w_1$}}  \spherepos[shift={(.1,0)}]{10}{3}{node[world] {$w_5$}}  \spherepos[shift={(.1,0)}]{-10}{3}{node[world] {$w_6$}}  \spherepos{225}{3}{node[world] {$w_4$}}  \spherepos{20}{4}{node[world] {$w_7$}}  \path (5,0) node[left] {$p$};\end{tikzpicture}\caption{Diagram of a sphere model}\ollabel{fig:sphere-model}\end{center}\end{figure}The diagram in \olref{fig:sphere-model} corresponds to the spheremodel with $W = \{w, w_1, \dots, w_7\}$, $V(p) = \{w_5, w_6,w_7\}$. The innermost sphere $S_1 = \{w\}$. The closest worlds to $w$are $w_1, w_2, w_3$, so the next larger sphere is $S_2 = \{w, w_1,w_2, w_3\}$. The worlds further out are $w_4$, $w_5$, $w_6$, so theoutermost sphere is $S_3 = \{w, w_1, \dots, w_6\}$. The system ofspheres around $w$ is $O_w = \{S_1, S_2, S_3\}$. The world~$w_7$ isnot in any sphere around~$w$. The closest worlds in which $p$~is trueare $w_5$ and~$w_6$, and so the smallest $p$-admitting sphereis~$S_3$.To define satisfaction of a formula~$!A$ at world~$w$ in a spheremodel~$\mModel M$, $\mSat{M}{!A}[w]$, we expand the definition formodal !!{formula}s to include a clause for $!B \cif !C$:\begin{defn}  $\mSat{M}{!B \cif !C}[w]$ iff either  \begin{enumerate}  \item\ollabel{sphere-vac} For all $u \in \bigcup O_w$, $\mSat/{M}{!B}[u]$, or  \item\ollabel{sphere-nonvac} For some $S \in O_w$,    \begin{enumerate}      \item $\mSat{M}{!B}[u]$ for some $u \in        S$, and      \item for all $v \in S$, either        $\mSat/{M}{!B}[v]$ or $\mSat{M}{!C}[v]$.    \end{enumerate}  \end{enumerate}\end{defn}According to this definition, $\mSat{M}{!B \cif !C}[w]$ iff either theantecedent~$!B$ is false everywhere in the spheres around~$w$, orthere is a sphere~$S$ where $!B$ is true, and the material conditional$!B \lif !C$ is true at all worlds in that ``$!B$-admitting''sphere. Note that we didn't require in the definition that $S$ is the\emph{innermost} $!B$-admitting sphere, contrary to what one mightexpect from the intuitive explanation. But if the conditionin~\olref{sphere-nonvac} is satisfied for some sphere~$S$, then it isalso satisfied for all spheres~$S$ contains, and hence in particularfor the innermost sphere.Note also that the definition of sphere models does not require thatthere \emph{is} an innermost $!B$-admitting sphere: we may have aninfinite sequence $S_1 \supsetneq S_2 \supsetneq \dots \supsetneq\{w\}$ of $!B$-admitting spheres, and hence no innermost$!B$-admitting spheres. In that case, $\mSat{M}{!B \cif !C}[w]$ iff$!B \lif !C$ holds throughout the spheres $S_i$, $S_{i+1}$, \dots, forsome~$i$.\end{document}

content/counterfactuals/minimal-change-semantics/true-false.tex

% Part: conditional-logics% Chapter: minimal-change-semantics% Section: true-false\documentclass[../../../include/open-logic-section]{subfiles}\begin{document}\olfileid{con}{min}{tf}\olsection{Truth and Falsity of Counterfactuals}A counterfactual $!A \cif !B$ is (non-vacuously) true if the closest$!A$-worlds are all $!B$-worlds, as depicted in \olref{fig:true}.\begin{figure}\begin{center}\begin{tikzpicture}[scale=.7]\small  \spheresystem{5}  \draw (0,0) node {$w$};  \propositionintersect{0}{4}{40}{3.5}  {\tikzset{proposition/.append={smooth,tension=1.4}}  \proposition[shift={(1.6,-1)}]{90}{1}{30}{4}}  \path (1.5,3) node[below] {$\formula{B}$};  \path (3,0) node {$\formula{A}$};\end{tikzpicture}\caption{Non-vacuously true counterfactual}\ollabel{fig:true}\end{center}\end{figure}A counterfactual is also true at $w$ if the system of spheresaround~$w$ has no $!A$-admitting spheres at all. In that case it is\emph{vacuously} true (see  \olref{fig:vacuous}).\begin{figure}\begin{center}\begin{tikzpicture}[scale=.7]\small  \spheresystem{5}  \draw (0,0) node {$w$};  \proposition{0}{6.5}{40}{3.5}  {\tikzset{proposition/.append={smooth,tension=1.4}}  \proposition[shift={(1.2,-1)}]{90}{1}{30}{4}}  \path (1.5,3) node[below] {$\formula{B}$};  \spherepos{0}{7}{node {$\formula{A}$}}\end{tikzpicture}\caption{Vacuously true counterfactual}\ollabel{fig:vacuous}\end{center}\end{figure}It can be false in two ways. One way is if the closest $!A$-worlds arenot all $!B$-worlds, but some of them are. In this case, $!A \cif\lnot !B$ is also false (see \olref{fig:false}).\begin{figure}\begin{center}\begin{tikzpicture}[scale=.7]\small  \spheresystem{5}  \draw (0,0) node {$w$};  \propositionintersect{0}{4}{40}{3.5}  {\tikzset{proposition/.append={smooth,tension=1.4}}  \proposition[shift={(1.6,0)}]{90}{1}{30}{3}}  \path (1.5,3) node[below] {$\formula{B}$};  \path (3,0) node {$\formula{A}$};\end{tikzpicture}\caption{False counterfactual, false opposite}\ollabel{fig:false}\end{center}\end{figure}If the closest $!A$-worlds do not overlap with the $!B$-worlds at all,then $!A \cif !B$ is false. But, in this case all the closest $!A$-worlds are$\lnot !B$-worlds, and so $!A \cif \lnot !B$ is true (see\olref{fig:false-opposite}).\begin{figure}\begin{center}\begin{tikzpicture}[scale=.7]\small  \spheresystem{5}  \draw (0,0) node {$w$};  \propositionintersect{0}{4}{40}{3.5}  {\tikzset{proposition/.append={smooth,tension=1.4}}  \proposition[shift={(-1,0)}]{90}{1}{30}{3}}  \path (-1,3) node[below] {$\formula{B}$};  \path (3,0) node {$\formula{A}$};\end{tikzpicture}\caption{False counterfactual, true opposite}\ollabel{fig:false-opposite}\end{center}\end{figure}In contrast to the strict conditional, counterfactuals may becontingent. Consider the sphere model in \olref{fig:contingent}. The$!A$-worlds closest to~$u$ are all $!B$-worlds, so $\mSat{M}{!A \cif  !B}[u]$. But there are $!A$-worlds closest to~$v$ which are not$!B$-worlds, so $\mSat/{M}{!A \cif !B}[v]$.\begin{figure}\begin{center}\begin{tikzpicture}[scale=.6]\small  \spheresystem{7}  \spheresystem[shift={(0:3.1)},dashed]{4}  \propositionintersect{45}{4}{40}{4.5}  \begin{scope}    \clip \propositionplot{45}{4}{40}{4.5} ;    \spherelayer[shift={(0:3.1)}]{3}  \end{scope}  \proposition[shift={(1.4,-.5)}]{90}{1}{35}{5}  \path (0,0) node {$u$};  \path (0:3.1) node {$v$};  \spherepos{35}{9}{node {$\formula{A}$}}  \spherepos{80}{9}{node {$\formula{B}$}}\end{tikzpicture}\end{center}\caption{Contingent counterfactual}\ollabel{fig:contingent}\end{figure}\end{document}

content/counterfactuals/minimal-change-semantics/antecedent-strengthening.tex

% Part: counterfactuals% Chapter: minimal-change-semantics% Section: antecedent-strengthening\documentclass[../../../include/open-logic-section]{subfiles}\begin{document}\olfileid{cnt}{min}{agg}\olsection{Antecedent Strengthening}``Strengthening the antecedent'' refers to theinference $!A \lif !C \Entails (!A \land !B) \lif !C$.  It is validfor the material conditional, but invalid for counterfactuals. Supposeit is true that if I were to strike this match, it would light. (Thatmeans, there is nothing wrong with the match or the matchbook surface,I will not break the match, etc.) But it is not true that if I were tolight this match in outer space, it would light. So the followinginference is invalid:\begin{quote}  If the match were struck, it would light.  Therefore, if the match were struck in outer space, it would light.\end{quote}The Lewis--Stalnaker account of conditionals explains this: the closestworld where I light the match and I do so in outer space is muchfurther removed from the actual world than the closest world where Ilight the match is. So although it's true that the match lights in thelatter, it is not in the former. And that is as it should be.\begin{ex}  The sphere semantics invalidates the inference, i.e., we have $p  \cif r \Entails/ (p \land q) \cif r$. Consider the model $\mModel{M}  = \tuple{W, O, V}$ where $W = \{w, w_1, w_2\}$, $O_w = \{\{w\}, \{w,  w_1\}, \{w, w_1, w_2\}\}$, $V(p) = \{w_1, w_2\}$, $V(q) = \{w_2\}$,  and $V(r) = \{w_1\}$. There is a $p$-admitting sphere $S = \{w,  w_1\}$ and $p \lif r$ is true at all worlds in it, so $\mSat{M}{p    \cif r}[w]$. There is also a $(p \land q)$-admitting sphere $S' =  \{w, w_1, w_2\}$ but $\mSat/{M}{(p \land q) \lif r}[w_2]$, so  $\mSat/{M}{(p \land q) \cif r}[w]$ (see \olref{fig:antecedent-strengthening}).\begin{figure}\begin{center}\begin{tikzpicture}[layerwidth=1.5,scale=.6]\tiny  \spheresystem{3}  \propositionintersect{-10}{3}{30}{5}  \begin{scope}    \clip plot[smooth,tension=1] coordinates          {(0,4.5) (30:.95) (4.5,-3.5)} -- (4.5,4.5) ;    \spherefill{2}  \end{scope}  \draw[proposition] plot[dashed,smooth,tension=1] coordinates          {(0,4.5) (30:.95) (4.5,-3.5)} ;  \proposition{30}{2}{30}{5}  \path (0,0) node[world] {$w$};  \spherepos{30}{2}{node[world] {$w_1$}}  \spherepos{-10}{3}{node[world] {$w_2$}}  \spherepos{-10}{4}{node {$q$}}  \spherepos{30}{4}{node {$r$}}  \draw (1,4.5) node[below] {$p$};\end{tikzpicture}\caption{Counterexample to antecedent strengthening}\ollabel{fig:antecedent-strengthening}\end{center}\end{figure}\end{ex}\end{document}

content/counterfactuals/minimal-change-semantics/transitivity.tex

% Part: counterfactuals% Chapter: minimal-change-semantics% Section: transitivity\documentclass[../../../include/open-logic-section]{subfiles}\begin{document}\olfileid{cnt}{min}{tra}\olsection{Transitivity}For the material conditional, the chain rule holds: $!A \lif !B, !B\lif !C \Entails !A \lif !C$. In other words, the material conditionalis transitive. Is the same true for counterfactuals? Consider thefollowing example due to Stalnaker.\begin{quote}  If J.~Edgar Hoover had been born a Russian, he would have been a Communist.  If J.~Edgar Hoover were a Communist, he would have been be a traitor.  Therefore, If J.~Edgar Hoover had been born a Russian, he would have  been be a traitor.\end{quote}If Hoover had been born (at the same time he actually did), not in theUnited States, but in Russia, he would have grown up in the SovietUnion and become a Communist (let's assume). So the first premise istrue. Likewise, the second premise, considered in isolation istrue. The conclusion, however, is false: in all likelihood, Hooverwould have been a fervent Communist if he had been born in the USSR,and not been a traitor (to his country).  The intuitive assignment oftruth values is borne out by the Stalnaker--Lewis account. The closestpossible world to ours with the only change being Hoover's place ofbirth is the one where Hoover grows up to be a good citizen of theUSSR. This is the closest possible world where the antecedent of thefirst premise and of the conclusion is true, and in that world Hooveris a loyal member of the Communist party, and so not a traitor. Toevaluate the second premise, we have to look at a different world,however: the closest world where Hoover is a Communist, which is onewhere he was born in the United States, turned, and thus became atraitor.\footnote{Of course, to appreciate the force of the example we  have to take on board some metaphysical and political assumptions,  e.g., that it is possible that Hoover could have been born to  Russian parents, or that Communists in the US of the 1950s were  traitors to their country.}\begin{prob}  Find a convincing, intuitive example for the failure of transitivity  of counterfactuals.\end{prob}\begin{ex}\ollabel{ex:trans-counterex}  The sphere semantics invalidates the inference, i.e., we have $p  \cif q, q \cif r \Entails/ p \cif r$. Consider the model $\mModel{M}  = \tuple{W, O, V}$ where $W = \{w, w_1, w_2\}$, $O_w = \{\{w\}, \{w,  w_1\}, \{w, w_1, w_2\}\}$, $V(p) = \{w_2\}$, $V(q) = \{w_1, w_2\}$,  and $V(r) = \{w_1\}$. There is a $p$-admitting sphere $S = \{w, w_1,  w_2\}$ and $p \lif q$ is true at all worlds in it, so $\mSat{M}{p    \cif q}[w]$. There is also a $q$-admitting sphere $S' = \{w,  w_1\}$ and $\mSat/{M}{q \lif r}$ is true at all worlds in it, so  $\mSat{M}{q \cif r}[w]$. However, the $p$-admitting sphere $\{w,  w_1, w_2\}$ contains a world, namely~$w_2$, where $\mSat/{M}{p \lif    r}[w_2]$.\end{ex}\begin{prob}Draw the sphere diagram corresponding to the counterexample in\olref[cnt][min][tra]{ex:trans-counterex}.\end{prob}\begin{prob}  In \olref[cnt][min][tra]{ex:trans-counterex}, world $w_2$ is where  Hoover is born in Russia, is a communist, and not a traitor, and  $w_1$ is the world where Hoover is born in the US, is a communist,  and a traitor. In this model, $w_1$ is closer to~$w$ than $w_2$  is. Is this necessary? Can you give a counterexample that does  not assume that Hoover's being born in Russia is a more remote  possibility than him being a Communist?\end{prob}\end{document}

content/counterfactuals/minimal-change-semantics/contraposition.tex

% Part: counterfactuals% Chapter: minimal-change-semantics% Section: transitivity\documentclass[../../../include/open-logic-section]{subfiles}\begin{document}\olfileid{cnt}{min}{cpo}\olsection{Contraposition}Material and strict conditionals are equivalent to theircontrapositives. Counterfactuals are not.  Here is an example due toKratzer:\begin{quote}  If Goethe hadn't died in 1832, he would (still) be dead now.  If Goethe weren't dead now, he would have died in 1832.\end{quote}The first sentence is true: humans don't live hundreds of years.  Thesecond is clearly false: if Goethe weren't dead now, he would be stillalive, and so couldn't have died in 1832.\begin{ex}\ollabel{ex:contraposition-counterex}  The sphere semantics invalidates contraposition, i.e., we have $p  \cif q \Entails/ \lnot q \cif \lnot p$. Think of $p$ as ``Goethe  didn't die in 1832'' and $q$ as ``Goethe is dead now.'' We can  capture this in a model $\mModel{M_1} = \tuple{W, O, V}$ with $W =  \{w, w_1, w_2\}$, $O = \{\{w\}, \{w, w_1\}, \{w, w_1, w_2\}\}$,  $V(p) = \{w_1, w_2\}$ and $V(q) = \{w, w_1\}$. So $w$ is the actual  world where Goethe died in 1832 and is still dead; $w_1$ is the  (close) world where Goethe died in, say, 1833, and is still dead;  and $w_2$ is a (remote) world where Goethe is still alive.\begin{figure}\begin{center}\begin{tikzpicture}[scale=.6,layerwidth=1.5]\tiny  \spheresystem{3}  \begin{scope}    \clip \propositionplot{0}{.8}{50}{4.5} -- (4.5,-4.5) -- (-4.5,-4.5) -- (-4.5,4.5) -- (4.5,4.5);    \spherelayer{3}  \end{scope}  \propositionintersect{0}{2}{110}{5.5}  \proposition{0}{.8}{50}{4.5}  \path (0,0) node[world] {$w$};  \spherepos{0}{2}{node[world] {$w_1$}}  \spherepos{-50}{3}{node[world] {$w_2$}}  \spherepos{28}{3}{node {$q$}}  \spherepos{42}{3}{node {$\lnot q$}}  \spherepos{-55}{4}{node {$p$}}  \spherepos{-67}{4}{node {$\lnot p$}}\end{tikzpicture}\caption{Counterexample to contraposition}\ollabel{fig:contraposition}\end{center}\end{figure}There is a $p$-admitting sphere $S =\{w, w_1\}$ and $p \lif q$ is true at all worlds in it, so $\mSat{M}{p  \cif q}[w]$. However, the $\lnot q$-admitting sphere $\{w, w_1,w_2\}$ contains a world, namely~$w_2$, where $q$ is false and $p$ istrue, so $\mSat/{M}{\lnot q \lif \lnot p}[w_2]$.\end{ex}\end{document}