The Theory of Possible Worlds

In this project, we used PROVER9 to prove the fundamental theorems of possible worlds theory, as developed in the paper by E. Zalta, ‘25 Basic Theorems in Situation and World Theory’ (in PDF). These are laid out in detail in the corresponding sections below.

The Tools You Will Need (PROVER9/June2006B)

For your convenience, we've included links to the PROVER9 and MACE4 input and output files for each theorem, for the runs we have executed. You can compare your runs to ours.

The Theorems for the Theory of Possible Worlds

In this section, we prove the theorems found in E. Zalta, ‘25 Basic Theorems in Situation and World Theory’, published in the Journal of Philosophical Logic, 22 (1993): 385–428.[1] The following definitions are fully motivated and explained in that paper:

Situation(x) = A!x & ∀F(xF → ∃p(F=[λzp]))

p is true in situation s ("smodelsp") = szp]

x is a part of y ("xis a part ofy") = ∀F(xFyF)

Persistent(p) = ∀s[smodelsp → ∀s′(sis a part ofs′ → smodelsp)].

Actual(s) = ∀p(smodelspp)     (i.e., s is actual iff every proposition true in s is true)

World(s) = Situation(x) & ◊∀p(smodelspp)

Maximal1(s) = ∀p(smodelsp or smodels¬p)

Partial1(s) = ∃p(sdoesn't modelp & sdoesn't model¬p)

Maximal2(s) = ∀p(smodelsp)

Partial2(s) = ∃p(sdoesn't modelp)

Possible(s) = ◊Actual(s)

Consistent(s) = ¬∃p(smodelsp & smodels¬p)
[Note: The definition of consistency used here differs slightly from that in Zalta 1993.]

In terms of these definitions, we can now prove the following theorems in PROVER9. The reader should examine how the representations in second-order logic are translated into PROVER9's first-order syntax.


Footnotes

1. Note for purposes of correlating terminology: In what follows, we use the term “proposition’ instead of the term “state of affairs” (the latter was used in Zalta 1993) and we talk in terms of the truth of a proposition, instead talking in terms of a state of affairs obtaining. Similarly, we will speak of propositions being “true in” situations, instead of states of affairs being “factual” in situations.