Let denote the language of Peano arithmetic. A (counterfactual) world is any subset of . These worlds need not be consistent. Let denote the set of all worlds. The actual world is the world consisting of all sentences that are true about .

Consider the function which sends the sentence to the world we get by "correctly" counterfactually assuming . The function is not formally defined, because we do not yet have a satisfactory theory of logical counterfactuals.

Hopefully we all agree that and .

Given an (infinite) directed acyclic graph , and a map from sentences to vertices of , we say that is consistent with and if for all , and whenever and disagree on a sentence there must exist some causal chain such that:

  1. ,

  2. ,

  3. and disagree on every , and

  4. is a parent of .

These conditions give a kind of causal structure such that changes from and must propagate through the graph .

Given a function , we say that optimizes if for all and we have .

Many approaches to logical counterfactuals can be described either as choosing the optimal world (under some function) in which is true or observing the causal consequences of setting to be true. The purpose of this post is to prove that these frameworks are actually equivalent, and to provide a strategy for possibly showing that no attempt at logical counterfactuals which could be described within either framework could ever be what we mean by "correct" logical counterfactuals.

A nontrivial cycle in is a list of sentences , such that , , and the worlds are not all the same for all .

Given a partial order , we say that optimizes if for all and we have .

Our main result is that the following are equivalent:

  1. optimizes for some function .

  2. is consistent with and for some DAG and map .

  3. has no nontrivial cycles.

  4. optimizes for some partial order .

Proof:

1 2: Construct the graph with a vertex for every world in the image of . The map sends to the vertex associated with . Insert an edge to from every other vertex. Insert an edge from the vertex associated with to the vertex associated with whenever . Clearly for all .

Assume and disagree on a sentence . If then , since is the vertex associated with which is a child of every vertex. Therefore you get a length 1 path from to . Otherwise, , so . In this case, note that since is in both and , and these worlds are not the same, it must be that . Again, this means that you get a length 1 path from to . Therefore is consistent with and .

2 3: Consider a nontrivial cycle . If any of these sentences were in , then they would all be true in , since whenever . This would contradict the fact that is a nontrivial cycle.

Otherwise, since , there must be a path from to in , since and differ on . Concatenating these paths together would give a cycle in unless the are all the same vertex. However, if all of the are the same vertex, then all of the would be the same world, which would contradict the fact that is a nontrivial cycle.

3 4: Consider the partial order on the image of constructed by saying that if for some , and taking the transitive closure of these rules. If this were not a partial order, it would have to be because we created a cycle of worlds , such that each with and This is would be a nontrivial cycle.

Extend this partial order to all of by saying that if is in the image of and is not, then . Note that this optimizes this partial order by definition.

4 1: Let optimize the partial order . Consider the restriction of to the image of . This is a partial order on a countable set. Order the worlds in this partial order Embed the partial order into by repeatedly defining such that:

  1. ,

  2. for all and , and

  3. for all and .

Define if is not in the image of . Clearly this function is constructed such that C optimizes .

This result is useful not just for establishing the equivalence of (a certain type of) optimization and acyclic causal networks, but also for providing a strategy for showing that "correct" logical counterfactuals cannot arise as an optimization process or through an acyclic causal network. To show this, one only has to exhibit a single nontrivial cycle. In the simplest case, this can be done by exhibiting a pair of sentences and such that and are clearly counterfactual consequences of each other, but do not correspond to identical counterfactual worlds.

Do the "correct" logical counterfactuals exhibit a nontrivial cycle?

Counterfactuals
Personal Blog

10

New Comment
4 comments, sorted by Click to highlight new comments since: Today at 2:16 AM

This is an interesting way of thinking about logical counterfactuals. It all seems to come down to what desiderata you desiderate.

We might assign a DAG to by choosing a reference theorem-prover, which uses theorems/syntactic rules to generate more theorems. We then draw an edge to each sentence in from its direct antecedents in it first proof in the reference theorem-prover. One option is that would only be allowed to disagree with sentences in for sentences that are descendants of . But this doesn't specify your , because it doesn't assign a place in the graph to sentences not in .

If we try a similar theorem-prover assignment to specify with false under PA, we'll get very silly things as soon as the theorem-prover proves and explodes; our graph will no longer follow the route analogous to the one for . Is there some way to enforce that analogy?

Ideally what I think I desiderate is more complicated than only disagreeing on -descendants of - for example if is a counterexample to a universal statement that is not a descendant of any individual cases, I'd like the universal statement to be counterfactually disproved.

Condition 4 in your theorem coincides with Lewis' account of counterfactuals. Pearl cites Lewis, but he also criticizes him on the ground that the ordering on worlds is too arbitrary. In the language of this post, he is saying that condition 2 arises naturally from the structure of the problem and that condition 4 is derives from the deeper structure corresponding to condition 2.

I also noticed that the function and the partial order can be read as "time of first divergence from the real world" and "first diverges before", respectively. This makes the theorem a lot more intuitive.

Yeah, when I went back and patched up the framework of this post to be less logical-omniscence-y, I was able to get , but 2 is a bit too strong to be proved from 1, because my framing of 2 is just about probability disagreements in general, while 1 requires to assign probability 1 to .

A (possibly dumb) question about G and v. If the sentences of L are equivalent to vertices of G, then are the arrows in G being interpreted as rules of inference? If so, how does this deal with rules of inference that take multiple sentences of input (both A and A->B are needed to arrive at B) since the arrows can only "link" two sentences?