Which theories are consistent?

609 Views Asked by At

Are the following theories consistent? In each case, justify your answer.

(a) $\{\neg(x_1\doteq x_2)\text{, } \neg(x_2\doteq x_3) \text{, } \neg(x_1\doteq x_3)\}$

(b) $\{\exists x_1\exists x_2\exists x_3(\neg(x_1\doteq x_2)\land \neg(x_2\doteq x_3)\land \neg(x_1\doteq x_3))\}$

(c) $\{\forall x_1\forall x_2\forall x_3(\neg(x_1\doteq x_2)\land \neg(x_2\doteq x_3)\land \neg(x_1\doteq x_3))\}$

Solution:

Definition: A theory $\Gamma$ is called consistent if $\Gamma\nvdash\bot$. A theory $\Gamma$ is called inconsistent if $\Gamma\vdash\bot$

The only method I have learnt to derive is by natural deduction, but we have also learnt the completeness theorem which shortly states "$\varphi\vDash\psi\implies\varphi\vdash\psi$". My teacher said if we want to prove a theory is consistent then we just have to find a model, which is easy to see by using the soundness theorem $\varphi\vdash\bot\implies\varphi\vDash\bot$. We have also learnt that if we want to prove something is derivable then we can do this by applying the completeness theorem and show that the logical consequence must hold. But then my teacher said that if want to prove a theory is INCONSISTENT, we just have to derive false from some assumptions in the theory. But then I wonder why it isn't possible to use a similar argument in this case. Use some argument and conclude that this must always be false?

(b) is consistent. Acoording to (a), is this theory consistent? I mean, am I allowed to use this model as my example $\exists x_1\exists x_2\exists x_3(\neg(x_1\doteq x_2)\land \neg(x_2\doteq x_3)\land \neg(x_1\doteq x_3))$? That is, use $\exists$-signs?

So; my guess is that (c) is the only inconsistent theory among this. Haven't tried to derive false from this yet though. Hope someone can help me. Thanks :)

1

There are 1 best solutions below

0
On BEST ANSWER

There are two main ways to prove that a theory is consistent:

i) Show a model that satisfies the theory.

ii) Show that every valid proof in the theory concludes something that is different from $\bot$.

Conversely, there are also two main ways to prove that a theory is inconsistent:

iii) Show that every structure in the language of the theory fails to be a model.

iv) Show a valid proof in the theory whose conclusion is $\bot$.

Among these, strategy (i) and (iv) are usually easier to carry out, because they only require you to exhibit one thing with particular properties. On the other hand for (ii) and (iii) you would need to argue about all possibilities for either proofs or structures -- or, in other words, you'd need to argue that something is impossible.

It is easier to prove that something is possible (just doing it constitutes a proof) than to argue that something is impossible (you would need to convince the reader that your argument works in all kinds of corner cases).

Therefore (i) and (iv) are usually the preferred ways to do this kind of proofs. Of course it might be that for a particular theory you can see a straightforward way of arguing (ii) or (iii), and in that case it is entirely valid to do so.